{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DdosRuleUpdate", "title": "DdosRuleUpdate", "type": "object", "properties": { "action": { "type": "string", "enum": [ "block", "challenge", "log" ] }, "enabled": { "type": "boolean" } } }