{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/rulesets_DDoSDynamicRule", "title": "rulesets_DDoSDynamicRule", "allOf": [ { "$ref": "#/components/schemas/rulesets_Rule" }, { "properties": { "action": { "enum": [ "ddos_dynamic" ] }, "description": { "example": "Performs a specific action according to a set of internal guidelines defined by Cloudflare." } }, "title": "DDoS Dynamic rule" } ] }