{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CustomChannelOperator", "title": "CustomChannelOperator", "enum": [ "exact", "is_not", "is_set", "is_not_set", "icontains", "not_icontains", "regex", "not_regex" ], "type": "string" }