WorkOS · Schema

AuditLogSchemaJson

AuthenticationIdentity ProviderSSOSAMLOIDCSCIMDirectory SyncAuthorizationFGAAudit LogsMFAB2B SaaSAgentsMCP

Properties

Name Type Description
object string Distinguishes the Audit Log Schema object.
version integer The version of the schema.
actor object The metadata schema for the actor.
targets array The list of targets for the schema.
metadata object Additional data associated with the event or entity.
created_at string The timestamp when the Audit Log Schema was created.
View JSON Schema on GitHub

JSON Schema

workos-auditlogschemajson-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AuditLogSchemaJson",
  "title": "AuditLogSchemaJson",
  "type": "object",
  "properties": {
    "object": {
      "type": "string",
      "description": "Distinguishes the Audit Log Schema object.",
      "example": "audit_log_schema",
      "const": "audit_log_schema"
    },
    "version": {
      "type": "integer",
      "description": "The version of the schema.",
      "example": 1
    },
    "actor": {
      "type": "object",
      "properties": {
        "metadata": {
          "type": "object",
          "additionalProperties": {},
          "description": "The JSON Schema definition for actor metadata."
        }
      },
      "required": [
        "metadata"
      ],
      "description": "The metadata schema for the actor.",
      "example": {
        "metadata": {
          "type": "object",
          "properties": {
            "role": {
              "type": "string"
            }
          }
        }
      }
    },
    "targets": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string",
            "description": "The type of the target resource.",
            "example": "invoice"
          },
          "metadata": {
            "type": "object",
            "additionalProperties": {},
            "description": "Additional data associated with the event or entity.",
            "example": {
              "type": "object",
              "properties": {
                "cost": {
                  "type": "number"
                }
              }
            }
          }
        },
        "required": [
          "type"
        ]
      },
      "description": "The list of targets for the schema.",
      "example": [
        {
          "type": "invoice",
          "metadata": {
            "type": "object",
            "properties": {
              "cost": {
                "type": "number"
              }
            }
          }
        }
      ]
    },
    "metadata": {
      "type": "object",
      "additionalProperties": {},
      "description": "Additional data associated with the event or entity.",
      "example": {
        "type": "object",
        "properties": {
          "transactionId": {
            "type": "string"
          }
        }
      }
    },
    "created_at": {
      "format": "date-time",
      "type": "string",
      "description": "The timestamp when the Audit Log Schema was created.",
      "example": "2026-01-15T12:00:00.000Z"
    }
  },
  "required": [
    "object",
    "version",
    "targets",
    "created_at"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/workos-auditlogschemajson"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.