Schema 1 | A Null value (null literal) |
---|---|
Schema 2 | AirportType |
"AlternateDepartureAirport": { "title": "", "description": "Alternate departure airport for this flight, if this is the recovery leg.", "oneOf": [ { "type": "null" }, { "$ref": "#/definitions/AirportType" } ] }