{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Partial_TimestampOperators_", "title": "Partial_TimestampOperators_", "properties": { "equals": { "type": "string" }, "gte": { "type": "string" }, "lte": { "type": "string" }, "lt": { "type": "string" }, "gt": { "type": "string" } }, "type": "object", "description": "Make all properties in T optional" }