Figma · JSON Structure

Figma Activity Logs Activity Log Actor Structure

Type: ['object', 'null'] Properties: 4
CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

ActivityLogActor is a JSON Structure definition published by Figma, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

type id name email

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ActivityLogActor",
  "type": "['object', 'null']",
  "properties": {
    "type": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "email": {
      "type": "string"
    }
  }
}