AeroDataBox · JSON Structure

Aerodatabox Flight Search Item Contract Structure

Flight record found in the search result.

Type: object Properties: 1 Required: 1
AviationFlightsAerospaceFlight DataAirport Data

FlightSearchItemContract is a JSON Structure definition published by AeroDataBox, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

number

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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