{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/firewall_configurations", "title": "firewall_configurations", "anyOf": [ { "$ref": "#/components/schemas/firewall_schemas-ip_configuration" }, { "$ref": "#/components/schemas/firewall_schemas-cidr_configuration" } ], "description": "A list of IP addresses or CIDR ranges that will be allowed to access the URLs specified in the Zone Lockdown rule. You can include any number of `ip` or `ip_range` configurations.", "items": { "anyOf": [ { "$ref": "#/components/schemas/firewall_schemas-ip_configuration" }, { "$ref": "#/components/schemas/firewall_schemas-cidr_configuration" } ] }, "type": "array" }