{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/firewall_zonelockdown", "title": "firewall_zonelockdown", "additionalProperties": false, "properties": { "configurations": { "$ref": "#/components/schemas/firewall_configurations" }, "created_on": { "$ref": "#/components/schemas/firewall_created_on" }, "description": { "$ref": "#/components/schemas/firewall_lockdowns_components-schemas-description" }, "id": { "$ref": "#/components/schemas/firewall_lockdowns_components-schemas-id" }, "modified_on": { "$ref": "#/components/schemas/firewall_modified_on" }, "paused": { "$ref": "#/components/schemas/firewall_schemas-paused" }, "urls": { "$ref": "#/components/schemas/firewall_schemas-urls" } }, "required": [ "id", "created_on", "modified_on", "paused", "description", "urls", "configurations" ] }