JSON Schema Property 'DepartureAirport'

Description

Departure airport of flight

Diagram

Drilldown into /definitions/AirportLocationType Drilldown into /definitions/AirportType/properties/CodeNamespace Drilldown into /definitions/AirportType Drilldown into /definitions/AirportType Drilldown into /definitions/AirportTypeJSON Schema Diagram of /definitions/FlightLegType/properties/DepartureAirport

Value

Any

Can contain any type of value (boolean, integer, number, string, object, array or null).

Additional Rules

OneOf

The JSON value must validate against ONE (and only one) of the following schema definitions.
Schema 1 A Null value (null literal)
Schema 2 AirportType

Source

"DepartureAirport": {
    "title": "",
    "description": "Departure airport of flight",
    "oneOf": [
        {
            "type": "null"
        },
        {
            "$ref": "#/definitions/AirportType"
        }
    ]
}
C:\LocalFv\Fv\Doc\JSON\FlightStatus.schema.json (84:18)
Documentation for FvXml JSON Schema
Generated using Liquid Studio 2019 - Data Designer Edition 17.1.2.9490