{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/firewall_firewalluablock", "title": "firewall_firewalluablock", "properties": { "configuration": { "$ref": "#/components/schemas/firewall_schemas-configuration" }, "description": { "$ref": "#/components/schemas/firewall_ua-rules_components-schemas-description" }, "id": { "$ref": "#/components/schemas/firewall_components-schemas-id" }, "mode": { "$ref": "#/components/schemas/firewall_components-schemas-mode" }, "paused": { "$ref": "#/components/schemas/firewall_schemas-paused" } } }