.cdm-java.6.0.0-dev.63.source-code.cdm-base-datetime-DateList.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.base.datetime",
"type": "object",
"title": "DateList",
"description": "List of dates.",
"properties": {
"date": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 1
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy