{ "$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" } } }