The rule configuration.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/firewall_configuration", "title": "firewall_configuration", "description": "The rule configuration.", "oneOf": [ { "$ref": "#/components/schemas/firewall_ip_configuration" }, { "$ref": "#/components/schemas/firewall_ipv6_configuration" }, { "$ref": "#/components/schemas/firewall_cidr_configuration" }, { "$ref": "#/components/schemas/firewall_asn_configuration" }, { "$ref": "#/components/schemas/firewall_country_configuration" } ], "type": "object" }