JSON Schema Definition 'PlanePositionType'

Diagram

Drilldown into /definitions/PlaneCoordinatesTypeJSON Schema Diagram of /definitions/PlanePositionType

Value

Object

An object allowing any properties.

Null

Literal value null.

Source

"PlanePositionType": {
    "type": [
        "object",
        "null"
    ],
    "title": "",
    "description": "",
    "additionalProperties": false,
    "properties": {
        "Altitude": {
            "type": [
                "string",
                "null"
            ],
            "title": "",
            "description": ""
        },
        "Speed": {
            "type": [
                "string",
                "null"
            ],
            "title": "",
            "description": "Speed of flight in MPH."
        },
        "Heading": {
            "type": [
                "string",
                "null"
            ],
            "title": "",
            "description": "Heading of flight in degrees."
        },
        "Coordinates": {
            "$ref": "#/definitions/PlaneCoordinatesType"
        }
    }
}
C:\LocalFv\Fv\Doc\JSON\FlightStatus.schema.json (803:10)
Documentation for FvXml JSON Schema
Generated using Liquid Studio 2019 - Data Designer Edition 17.1.2.9490