{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-solutions/refs/heads/main/json-schema/flight-offers-search-allotment-details-schema.json",
"title": "AllotmentDetails",
"description": "AllotmentDetails schema",
"type": "object",
"properties": {
"tourName": {
"description": "The tour name agreed for this specific allotment.",
"type": "string"
},
"tourReference": {
"description": "The tour reference agreed for this specific allotment.",
"type": "string"
}
}
}