{ "$schema": "https://json-structure.org/meta/extended/v0/#", "name": "Airline", "type": "record", "fields": [ { "name": "type", "type": "string", "description": "Resource type identifier." }, { "name": "iataCode", "type": "string", "description": "Two-letter IATA airline designator code." }, { "name": "icaoCode", "type": "string", "description": "Three-letter ICAO airline designator code." }, { "name": "businessName", "type": "string", "description": "The official business name of the airline." }, { "name": "commonName", "type": "string", "description": "The commonly used abbreviated name of the airline." } ] }