
| Property Name | Type | Description |
|---|---|---|
| ProcessingTimeUtc | string |
A String value
Description : The UTC processing time of this request, formatted as YYYY-MM-DDTHH:MM:SS
|
| Version | string |
A String value
Description : Current version of OAG Flight Status for JSON/XML
|
| Host | string | A String value |
| Code | string |
A String value
Description : Code returned from server. '0' indicates no error
|
| Message | string |
A String value
Description : Message from server; either # of flights returned, or details of error message.
|
| Flights | number |
A Number
value
Description : Number of flights returned by the query.
|
"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"
]
}