"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)