aaa_audit_logs_response_collection

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-aaa-audit-logs-response-collection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/aaa_audit_logs_response_collection",
  "title": "aaa_audit_logs_response_collection",
  "oneOf": [
    {
      "properties": {
        "errors": {
          "$ref": "#/components/schemas/aaa_messages"
        },
        "messages": {
          "$ref": "#/components/schemas/aaa_messages"
        },
        "result": {
          "items": {
            "$ref": "#/components/schemas/aaa_audit-logs"
          },
          "type": "array"
        },
        "success": {
          "example": true,
          "type": "boolean"
        }
      }
    },
    {
      "$ref": "#/components/schemas/aaa_api-response-common"
    }
  ]
}