{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserDoNotAttackParam", "title": "UserDoNotAttackParam", "properties": { "parameter_name": { "type": "string" }, "match_criteria": { "type": "string", "enum": [ "LITERAL", "WILDCARD", "REGEX" ] } } }