{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/XSSSecurityFilter", "title": "XSSSecurityFilter", "type": "object", "properties": { "type": { "type": "string", "description": "The type of security threat to filter.", "enum": [ "xss" ] } }, "required": [ "type" ] }