{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-schema/flight-offers-search-aircraft-entry-schema.json", "title": "AircraftEntry", "description": "AircraftEntry schema from Flight Offers Search", "additionalProperties": { "description": "the manufacturer/model of aircraft", "type": "string" } }