{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/flight-order-management-allotment-details-structure.json", "title": "AllotmentDetails", "description": "AllotmentDetails structure from Flight Order Management", "type": "object", "properties": { "tourName": { "type": "string", "description": "The tour name agreed for this specific allotment." }, "tourReference": { "type": "string", "description": "The tour reference agreed for this specific allotment." } } }