{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DateParametersSummary", "type": "object", "properties": { "startdate": { "type": "string", "description": "Start date in YYYYMMDD format." }, "enddate": { "type": "string", "description": "End date in YYYYMMDD format." } } }