JSON Schema Definition 'RouteType'

Description

Description of flight path.

Diagram

Drilldown into /definitions/RouteType/properties/Coordinates Drilldown into /definitions/RouteType/properties/Coordinates Drilldown into /definitions/RouteType/properties/CoordinatesJSON Schema Diagram of /definitions/RouteType

Value

Object

An object allowing any properties.

Null

Literal value null.

Source

"RouteType": {
    "type": [
        "object",
        "null"
    ],
    "title": "",
    "description": "Description of flight path.",
    "additionalProperties": false,
    "properties": {
        "OriginalFlightPlan": {
            "type": "string",
            "title": "",
            "description": "Flight plan reported by airline, as ICAO designators and fixes"
        },
        "AmendedFlightPlan": {
            "type": "string",
            "title": "",
            "description": "Amended flight plan."
        },
        "Coordinates": {
            "type": "array",
            "title": "",
            "description": "Coordinates of flight.",
            "items": {
                "$ref": "#/definitions/PlaneCoordinatesType"
            }
        }
    }
}
C:\LocalFv\Fv\Doc\JSON\FlightStatus.schema.json (841:10)
Documentation for FvXml JSON Schema
Generated using Liquid Studio 2019 - Data Designer Edition 17.1.2.9490