JSON Schema Definition 'DateTimeType'

Description

Identifier of time stamp, either UTC or local.

Diagram

JSON Schema Diagram of /definitions/DateTimeType

Value

Object

An object allowing any properties.

Source

"DateTimeType": {
    "type": "object",
    "title": "",
    "description": "Identifier of time stamp, either UTC or local.",
    "additionalProperties": false,
    "properties": {
        "Utc": {
            "type": [
                "string",
                "null"
            ],
            "title": "",
            "description": "UTC date time."
        },
        "Local": {
            "type": [
                "string",
                "null"
            ],
            "title": "",
            "description": "Local date time."
        }
    }
}
C:\LocalFv\Fv\Doc\JSON\FlightStatus.schema.json (705:10)
Documentation for FvXml JSON Schema
Generated using Liquid Studio 2019 - Data Designer Edition 17.1.2.9490