{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/zero-trust-gateway_gateway-account-logging-settings-response", "title": "zero-trust-gateway_gateway-account-logging-settings-response", "allOf": [ { "$ref": "#/components/schemas/zero-trust-gateway_api-response-single" }, { "properties": { "result": { "$ref": "#/components/schemas/zero-trust-gateway_gateway-account-logging-settings" } } } ], "type": "object" }