AeroDataBox · JSON Structure

Aerodatabox Speed Flight Plan Unit Contract Structure

Contract describing unit (altitude, airspeed, etc.) which can be assigned and / or requested in the context of the flight plan

Type: object Properties: 2
AviationFlightsAerospaceFlight DataAirport Data

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

Properties

requested assigned

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-speed-flight-plan-unit-contract-structure.json",
  "description": "Contract describing unit (altitude, airspeed, etc.) which can be assigned and / or requested\r\nin the context of the flight plan",
  "type": "object",
  "properties": {
    "requested": {
      "$ref": "#/components/schemas/Speed"
    },
    "assigned": {
      "$ref": "#/components/schemas/Speed"
    }
  },
  "additionalProperties": false,
  "name": "SpeedFlightPlanUnitContract"
}