{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DateOperatorEnum", "title": "DateOperatorEnum", "enum": [ "is_date_exact", "is_date_before", "is_date_after" ], "type": "string", "description": "* `is_date_exact` - is_date_exact\n* `is_date_before` - is_date_before\n* `is_date_after` - is_date_after" }