{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AircraftEquipment", "description": "information related to the aircraft", "type": "object", "properties": { "code": { "type": "string", "description": "IATA aircraft code (http://www.flugzeuginfo.net/table_accodes_iata_en.php)\n" }, "configurationVersion": { "type": "string", "description": "aircraft Configuration Version code. Physical configuration, also called ACV code (aircraft type + fitted configuration)\n" } } }