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