JSON Schema /definitions/DelayReasonCodes/items[0]

Diagram

Drilldown into /definitions/DelayReasonCodesJSON Schema Diagram of /definitions/DelayReasonCodes/items[0]

Value

Object

Properties

Property Name Type Description
Code number A Number value
Description : IATA delay reason code.
Subcode string A String value
Description : IATA-defined delay reason subcode.

Source

{
    "type": "object",
    "additionalProperties": false,
    "properties": {
        "Code": {
            "type": "number",
            "title": "",
            "description": "IATA delay reason code."
        },
        "Subcode": {
            "type": "string",
            "title": "",
            "description": "IATA-defined delay reason subcode."
        }
    },
    "required": [
        "Code"
    ]
}
C:\LocalFv\Fv\Doc\JSON\FlightStatus.schema.json (875:21)
Documentation for FvXml JSON Schema
Generated using Liquid Studio 2019 - Data Designer Edition 17.1.2.9490