{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/StringFieldSelectorParams", "title": "StringFieldSelectorParams", "type": "object", "properties": { "operator": { "$ref": "#/components/schemas/StringSelectorOperator" }, "value": { "type": "string" } }, "required": [ "operator", "value" ] }