{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api_organization_v1_SearchQueryOperator", "title": "api_organization_v1_SearchQueryOperator", "type": "string", "enum": [ "OR", "AND" ] }