
| Schema 1 | OooiTimeType |
|---|---|
| Schema 2 | A Null value (null literal) |
"InGate": {
"title": "",
"description": "Details about the InGate time for this flight.",
"oneOf": [
{
"$ref": "#/definitions/OooiTimeType"
},
{
"type": "null"
}
]
}