{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/aerodatabox/refs/heads/main/json-structure/aerodatabox-distance-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/Distance" }, "assigned": { "$ref": "#/components/schemas/Distance" } }, "additionalProperties": false, "name": "DistanceFlightPlanUnitContract" }