{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "QuantFdsDateObsolete", "type": "object", "properties": { "startDate": { "type": "string" }, "endDate": { "type": "string" }, "frequency": { "type": "string" }, "calendar": { "type": "string" }, "overrideUniversalScreenCalendar": { "type": "boolean" } } }