JSON Schema Property 'Result'

Diagram

JSON Schema Diagram of /definitions/QueryResponseType/properties/Result

Value

Object

Properties

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.

Source

"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"
    ]
}
C:\LocalFv\Fv\Doc\JSON\FlightStatus.schema.json (9:28)
Documentation for FvXml JSON Schema
Generated using Liquid Studio 2019 - Data Designer Edition 17.1.2.9490