"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." } } }