{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-network-firewall/refs/heads/main/json-schema/openapi-rule-option-schema.json", "title": "RuleOption", "description": "Additional settings for a stateful rule. This is part of the StatefulRule configuration.", "type": "object", "properties": { "Keyword": { "allOf": [ { "$ref": "#/components/schemas/Keyword" }, { "description": "
" } ] }, "Settings": { "allOf": [ { "$ref": "#/components/schemas/Settings" }, { "description": "" } ] } }, "required": [ "Keyword" ] }