JSON Schema Property 'Longitude'

Description

Longitude of plane as DD:MM.

Diagram

JSON Schema Diagram of /definitions/PlaneCoordinatesType/properties/Longitude

Value

Object

Properties

Property Name Type Description
Angle string A String value
Description : Angle of flight in DD:MM:SS.
Direction string A String value
Description : Cardinal direction of longitude of plane, as North South East or West

Source

"Longitude": {
    "type": "object",
    "title": "",
    "description": "Longitude of plane as DD:MM.",
    "additionalProperties": false,
    "properties": {
        "Angle": {
            "type": "string",
            "title": "",
            "description": "Angle of flight in DD:MM:SS."
        },
        "Direction": {
            "type": "string",
            "title": "",
            "description": "Cardinal direction of longitude of plane, as North South East or West"
        }
    },
    "required": [
        "Angle",
        "Direction"
    ]
}
C:\LocalFv\Fv\Doc\JSON\FlightStatus.schema.json (775:18)
Documentation for FvXml JSON Schema
Generated using Liquid Studio 2019 - Data Designer Edition 17.1.2.9490