"OooiTimeType": {
"type": "object",
"title": "",
"description": "Set of components for each of the OOOI times: OutGate, InAir, Landed and InGate.",
"additionalProperties": false,
"properties": {
"Accuracy": {
"type": "string",
"title": "",
"description": "Descriptor of the precision of the time, estimated or actual",
"enum": [
"Estimated",
"Actual"
]
},
"DateTimeUtc": {
"type": "string",
"title": "",
"description": "UTC DateTime stamp as YYYY-MM-DDTHH:MMz, wth time in 24-hour format."
},
"DateTimeLocal": {
"type": "string",
"title": "",
"description": "Local DateTime stamp as YYYY-MM-DDTHH:MMz, with time in 24-hour format."
},
"SourceType": {
"type": "string",
"title": "",
"description": "Origin of DateTime data.",
"enum": [
"AirlineData",
"FlightViewData"
]
}
},
"required": [
"Accuracy",
"DateTimeUtc",
"DateTimeLocal",
"SourceType"
]
}
C:\LocalFv\Fv\Doc\JSON\FlightStatus.schema.json (894:10)