{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/flight-availabilities-search-traveler-info-structure.json", "title": "TravelerInfo", "description": "TravelerInfo structure from Flight Availibilities Search", "type": "object", "properties": { "id": { "type": "string" }, "travelerType": { "type": "string", "description": "traveler type\nage restrictions : CHILD < 12y, HELD_INFANT < 2y, SEATED_INFANT < 2y, SENIOR >=60y\n" }, "associatedAdultId": { "type": "string", "description": "if type=\"HELD_INFANT\", corresponds to the adult travelers's id who will share the seat" } }, "required": [ "id", "travelerType" ] }