{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/tunnel_tunnel-response-collection", "title": "tunnel_tunnel-response-collection", "allOf": [ { "$ref": "#/components/schemas/tunnel_api-response-collection" }, { "properties": { "result": { "items": { "anyOf": [ { "$ref": "#/components/schemas/tunnel_cfd_tunnel" }, { "$ref": "#/components/schemas/tunnel_warp_connector_tunnel" } ] }, "type": "array" } }, "type": "object" } ] }