{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/intel_start_end_params", "title": "intel_start_end_params", "properties": { "end": { "description": "Defaults to the current date.", "example": "2021-04-30", "format": "date", "type": "string" }, "start": { "description": "Defaults to 30 days before the end parameter value.", "example": "2021-04-01", "format": "date", "type": "string" } }, "type": "object" }