{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "dateTimePeriod", "type": "object", "description": "Date-Time
NOTE: Using start and end parameters within dateTimeRange will fetch the data on particular days in between the timestamps given.
.\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" } } }