JSON Schema Property 'Aircraft'

Description

Details on the aircraft for this flight.

Diagram

Drilldown into /definitions/AircraftCodeNamespaceTypeJSON Schema Diagram of /definitions/FlightLegType/properties/Aircraft

Value

Object

Properties

Property Name Type Description
Code string, null
Any of the following values:
  • A String value
  • A Null value A Null value (null literal)
Description : Equipment type for this flight.
CodeNamespace string AircraftCodeNamespaceType
OptionalEquipment string, null
Any of the following values:
  • A String value
  • A Null value A Null value (null literal)
Description : Optional description of aircraft.
WeightClass string, null
Any of the following values:
  • A String value
  • A Null value A Null value (null literal)
Description : Weight class for the aircraft.
TailNumber string, null
Any of the following values:
  • A String value
  • A Null value A Null value (null literal)
Description : Tail number for this flight.

Null

Literal value null.

Source

"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"
    ]
}
C:\LocalFv\Fv\Doc\JSON\FlightStatus.schema.json (323:18)
Documentation for FvXml JSON Schema
Generated using Liquid Studio 2019 - Data Designer Edition 17.1.2.9490