{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/flight-offers-search-operating-flight-structure.json", "title": "OperatingFlight", "description": "information about the operating flight", "type": "object", "properties": { "carrierCode": { "type": "string", "description": "providing the airline / carrier code" } } }