"PlaneCoordinatesType": {
"type": "object",
"title": "Coordinates",
"description": "Coordinates of the plane in-flight.",
"additionalProperties": false,
"properties": {
"Latitude": {
"type": "object",
"title": "",
"description": "Latitude of plane as DD:MM.",
"additionalProperties": false,
"properties": {
"Angle": {
"type": "string",
"title": "",
"description": ""
},
"Direction": {
"type": "string",
"title": "",
"description": "Cardinal direction of latitude of plane, as North South East or West"
}
},
"required": [
"Angle",
"Direction"
]
},
"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"
]
}
},
"required": [
"Latitude",
"Longitude"
]
}
C:\LocalFv\Fv\Doc\JSON\FlightStatus.schema.json (747:10)