AeroDataBox · JSON Structure

Aerodatabox Statistic Class Structure

Possible values:

Type: string Properties: 0
AviationFlightsAerospaceFlight DataAirport Data

StatisticClass is a JSON Structure definition published by AeroDataBox. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-statistic-class-structure.json",
  "description": "<p>Possible values:</p>\r\n<ul>\r\n<li><b>0 - Flight</b></li>\r\n<li><b>1 - FlightAndHour</b></li>\r\n</ul>\r\n",
  "type": "string",
  "enum": [
    "Flight",
    "FlightAndHour"
  ],
  "name": "StatisticClass"
}