{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "dateTimePeriodMin", "type": "object", "description": "Date-Time\n", "properties": { "start": { "type": "string", "description": "The date for (or from which) the data is required. Supports in YYYY-MM-DDTHH:MM:SSZ format.\n" }, "end": { "type": "string", "description": "The date to which data is required. Supports in YYYY-MM-DDTHH:MM:SSZ format.\n" } } }