{ "@context": { "@version": 1.1, "xsd": "http://www.w3.org/2001/XMLSchema#", "schema": "https://schema.org/", "type": { "@id": "schema:type", "@type": "xsd:string" }, "scheduledDepartureDate": { "@id": "schema:scheduledDepartureDate", "@type": "xsd:date" }, "flightDesignator": { "@id": "schema:flightDesignator", "@type": "xsd:string" }, "flightPoints": { "@id": "schema:flightPoints" }, "segments": { "@id": "schema:segments" }, "legs": { "@id": "schema:legs" }, "carrierCode": { "@id": "schema:carrierCode", "@type": "xsd:string" }, "flightNumber": { "@id": "schema:flightNumber", "@type": "xsd:integer" }, "operationalSuffix": { "@id": "schema:operationalSuffix", "@type": "xsd:string" }, "iataCode": { "@id": "schema:iataCode", "@type": "xsd:string" }, "departure": { "@id": "schema:departure", "@type": "xsd:string" }, "arrival": { "@id": "schema:arrival", "@type": "xsd:string" } } }