"RouteType": {
"type": [
"object",
"null"
],
"title": "",
"description": "Description of flight path.",
"additionalProperties": false,
"properties": {
"OriginalFlightPlan": {
"type": "string",
"title": "",
"description": "Flight plan reported by airline, as ICAO designators and fixes"
},
"AmendedFlightPlan": {
"type": "string",
"title": "",
"description": "Amended flight plan."
},
"Coordinates": {
"type": "array",
"title": "",
"description": "Coordinates of flight.",
"items": {
"$ref": "#/definitions/PlaneCoordinatesType"
}
}
}
}
C:\LocalFv\Fv\Doc\JSON\FlightStatus.schema.json (841:10)