
| Schema 1 | DelayReasonCodes |
|---|---|
| Schema 2 | A Null value (null literal) |
"DepDelayReason": {
"title": "",
"description": "Reason for departure delay as provided by the airline.",
"oneOf": [
{
"$ref": "#/definitions/DelayReasonCodes"
},
{
"type": "null"
}
]
}