JSON Schema Property 'AircraftPreviousFlightLeg'

Description

Details of the previous flight for this aircraft.

Diagram

Drilldown into /definitions/DateTimeType Drilldown into /definitions/FlightAcidType Drilldown into /definitions/PrevAcLegType Drilldown into /definitions/PrevAcLegType Drilldown into /definitions/PrevAcLegTypeJSON Schema Diagram of /definitions/FlightLegType/properties/AircraftPreviousFlightLeg

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 PrevAcLegType
Schema 2 A Null value (null literal)

Source

"AircraftPreviousFlightLeg": {
    "title": "",
    "description": "Details of the previous flight for this aircraft.",
    "oneOf": [
        {
            "$ref": "#/definitions/PrevAcLegType"
        },
        {
            "type": "null"
        }
    ]
}
C:\LocalFv\Fv\Doc\JSON\FlightStatus.schema.json (427:18)
Documentation for FvXml JSON Schema
Generated using Liquid Studio 2019 - Data Designer Edition 17.1.2.9490