Flight record found in the search result.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aerodatabox/refs/heads/main/json-schema/aerodatabox-flight-search-item-contract-schema.json", "title": "FlightSearchItemContract", "description": "Flight record found in the search result.", "type": "object", "properties": { "number": { "minLength": 1, "type": "string", "description": "Found flight number." } }, "required": [ "number" ], "additionalProperties": false }