{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/firewall_action", "title": "firewall_action", "anyOf": [ { "properties": { "mode": { "$ref": "#/components/schemas/firewall_mode" }, "response": { "$ref": "#/components/schemas/firewall_custom_response" }, "timeout": { "$ref": "#/components/schemas/firewall_timeout" } }, "type": "object" } ], "description": "The action to perform when the threshold of matched traffic within the configured period is exceeded.", "type": "object" }