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