{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/firewall_filter-response-collection", "title": "firewall_filter-response-collection", "allOf": [ { "$ref": "#/components/schemas/firewall_api-response-collection" }, { "properties": { "result": { "items": { "allOf": [ { "$ref": "#/components/schemas/firewall_filter" }, { "required": [ "id", "expression", "paused" ], "type": "object" } ] }, "type": "array" } }, "type": "object" } ] }