{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-network-firewall/refs/heads/main/json-structure/openapi-rule-option-structure.json", "name": "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" ] }