zero-trust-gateway_gateway-account-logging-settings-response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-gateway-account-logging-settings-response-schema.json Raw ↑
{
  "$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"
}