
| 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
|
"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"
]
}