{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-schema/branded-fares-upsell-allotment-details-schema.json", "title": "AllotmentDetails", "description": "AllotmentDetails schema from Branded Fares Upsell", "type": "object", "properties": { "tourName": { "description": "The tour name agreed for this specific allotment.", "type": "string", "example": "Sample Name" }, "tourReference": { "description": "The tour reference agreed for this specific allotment.", "type": "string", "example": "string-value" } } }