JSON Schema Property 'InGate'

Description

Details about the InGate time for this flight.

Diagram

Drilldown into /definitions/OooiTimeType/properties/SourceType Drilldown into /definitions/OooiTimeType/properties/Accuracy Drilldown into /definitions/OooiTimeType Drilldown into /definitions/OooiTimeType Drilldown into /definitions/OooiTimeTypeJSON Schema Diagram of /definitions/FlightLegType/properties/InGate

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

Source

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