Discord · Schema

AuditLogObjectChangeResponse

ChatCommunicationGamingMessagingSocialVideoVoice

Properties

Name Type Description
key stringnull
new_value object
old_value object
View JSON Schema on GitHub

JSON Schema

discord-auditlogobjectchangeresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AuditLogObjectChangeResponse",
  "title": "AuditLogObjectChangeResponse",
  "type": "object",
  "properties": {
    "key": {
      "type": [
        "string",
        "null"
      ]
    },
    "new_value": {},
    "old_value": {}
  }
}