{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/firewall_status", "title": "firewall_status", "default": "active", "description": "When set to `active`, indicates that the WAF package will be applied to the zone.", "enum": [ "active" ], "readOnly": true, "type": "string" }