Array Index | Type | Description |
---|
"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" ] } }