
| Schema 1 | A Null value (null literal) |
|---|---|
| Schema 2 | FaaIdType |
"FaaId": {
"title": "",
"description": "FAA Flight ID",
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/definitions/FaaIdType"
}
]
}