Property Name | Type | Description |
---|---|---|
Code | string, null |
Any of the following values:
Description : Equipment type for this flight.
|
CodeNamespace | string | AircraftCodeNamespaceType |
OptionalEquipment | string, null |
Any of the following values:
Description : Optional description of aircraft.
|
WeightClass | string, null |
Any of the following values:
Description : Weight class for the aircraft.
|
TailNumber | string, null |
Any of the following values:
Description : Tail number for this flight.
|
"Aircraft": { "type": [ "object", "null" ], "title": "", "description": "Details on the aircraft for this flight.", "additionalProperties": false, "properties": { "Code": { "type": [ "string", "null" ], "title": "", "description": "Equipment type for this flight." }, "CodeNamespace": { "$ref": "#/definitions/AircraftCodeNamespaceType" }, "OptionalEquipment": { "type": [ "string", "null" ], "title": "", "description": "Optional description of aircraft." }, "WeightClass": { "type": [ "string", "null" ], "title": "", "description": "Weight class for the aircraft." }, "TailNumber": { "type": [ "string", "null" ], "title": "", "description": "Tail number for this flight." } }, "required": [ "Code", "CodeNamespace" ] }