
| Schema 1 | A Null value (null literal) |
|---|---|
| Schema 2 | /definitions/FlightLegType/properties/DownlineInfo/oneOf[1] |
"DownlineInfo": {
"title": "",
"description": "Airport code for next flight legs of a multi-leg flight",
"oneOf": [
{
"type": "null"
},
{
"type": "array",
"items": {
"$ref": "#/definitions/AirportPairType"
}
}
]
}