Figma · Schema

ActivityLogAction

The task or activity the actor performed.

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Properties

Name Type Description
type string The type of the action.
details ['object', 'null'] Metadata of the action.
View JSON Schema on GitHub

JSON Schema

figma-activity-logs-activity-log-action-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ActivityLogAction",
  "type": "object",
  "description": "The task or activity the actor performed.",
  "properties": {
    "type": {
      "type": "string",
      "description": "The type of the action."
    },
    "details": {
      "type": "['object', 'null']",
      "description": "Metadata of the action."
    }
  }
}