{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Condition", "title": "Condition", "anyOf": [ { "$ref": "#/components/schemas/FieldCondition" }, { "$ref": "#/components/schemas/IsEmptyCondition" }, { "$ref": "#/components/schemas/IsNullCondition" }, { "$ref": "#/components/schemas/HasIdCondition" }, { "$ref": "#/components/schemas/HasVectorCondition" }, { "$ref": "#/components/schemas/NestedCondition" }, { "$ref": "#/components/schemas/Filter" } ] }