
| Schema 1 | PrevAcLegType |
|---|---|
| Schema 2 | A Null value (null literal) |
"AircraftPreviousFlightLeg": {
"title": "",
"description": "Details of the previous flight for this aircraft.",
"oneOf": [
{
"$ref": "#/definitions/PrevAcLegType"
},
{
"type": "null"
}
]
}