Netlify · Schema

auditLog

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

Name Type Description
id string
account_id string
payload object
View JSON Schema on GitHub

JSON Schema

netlify-auditlog-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/auditLog",
  "title": "auditLog",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "account_id": {
      "type": "string"
    },
    "payload": {
      "type": "object",
      "additionalProperties": {
        "type": "object",
        "properties": {}
      }
    }
  }
}