{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/zero-trust-gateway_api-response-collection", "title": "zero-trust-gateway_api-response-collection", "allOf": [ { "$ref": "#/components/schemas/zero-trust-gateway_api-response-common" }, { "properties": { "result_info": { "$ref": "#/components/schemas/zero-trust-gateway_result_info" } } } ], "type": "object" }