Figma · JSON Structure

Figma Activity Logs Activity Logs Meta Structure

Type: object Properties: 3
CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

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

Properties

activityLogs cursor nextPage

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ActivityLogsMeta",
  "type": "object",
  "properties": {
    "activityLogs": {
      "type": "array"
    },
    "cursor": {
      "type": "string"
    },
    "nextPage": {
      "type": "boolean"
    }
  }
}