{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/zero-trust-gateway_gateway_account", "title": "zero-trust-gateway_gateway_account", "allOf": [ { "$ref": "#/components/schemas/zero-trust-gateway_api-response-single" }, { "properties": { "result": { "properties": { "gateway_tag": { "$ref": "#/components/schemas/zero-trust-gateway_gateway_tag" }, "id": { "$ref": "#/components/schemas/zero-trust-gateway_cf_account_id" }, "provider_name": { "$ref": "#/components/schemas/zero-trust-gateway_provider_name" } }, "type": "object" } } } ], "type": "object" }