"QueryResponseType": {
"type": "object",
"title": "Top level object",
"description": "Top level object",
"additionalProperties": false,
"properties": {
"Result": {
"type": "object",
"title": "",
"description": "",
"additionalProperties": false,
"properties": {
"ProcessingTimeUtc": {
"type": "string",
"title": "",
"description": "The UTC processing time of this request, formatted as YYYY-MM-DDTHH:MM:SS"
},
"Version": {
"type": "string",
"title": "",
"description": "Current version of OAG Flight Status for JSON/XML",
"format": "ipv4"
},
"Host": {
"type": "string",
"title": "",
"description": ""
},
"Code": {
"type": "string",
"title": "",
"description": "Code returned from server. '0' indicates no error"
},
"Message": {
"type": "string",
"title": "",
"description": "Message from server; either # of flights returned, or details of error message."
},
"Flights": {
"type": "number",
"title": "",
"description": "Number of flights returned by the query."
}
},
"required": [
"ProcessingTimeUtc",
"Version",
"Host",
"Code",
"Message",
"Flights"
]
},
"Flights": {
"type": "array",
"title": "",
"description": "Flight data returned as an array.",
"items": {
"$ref": "#/definitions/FlightLegType"
}
}
},
"required": [
"Result"
]
}
C:\LocalFv\Fv\Doc\JSON\FlightStatus.schema.json (3:21)