JSON Schema Definition 'DelayReasonCodes'

Description

Delay reason code as reported by airline.

Diagram

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

Value

Array

Array Index Type Description

Source

"DelayReasonCodes": {
    "type": "array",
    "title": "",
    "description": "Delay reason code as reported by airline.",
    "items": {
        "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 (870:10)
Documentation for FvXml JSON Schema
Generated using Liquid Studio 2019 - Data Designer Edition 17.1.2.9490