.cdm-java.6.0.0-dev.82.source-code.cdm-base-datetime-DateTimeList.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.base.datetime",
"type": "object",
"title": "DateTimeList",
"description": "List of dateTimes.",
"properties": {
"dateTime": {
"description": "The CDM specifies that the zoned date time is to be expressed in accordance with ISO 8601, either as UTC as an offset to UTC.",
"type": "array",
"items": {
"type": "string"
},
"minItems": 1
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy