{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Partial_BooleanOperators_", "title": "Partial_BooleanOperators_", "properties": { "equals": { "type": "boolean" } }, "type": "object", "description": "Make all properties in T optional" }