Figma · JSON Structure

Figma Analytics Library Analytics Actions By Component Structure

Type: object Properties: 5
CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

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

Properties

week componentKey componentName detachments insertions

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LibraryAnalyticsActionsByComponent",
  "type": "object",
  "properties": {
    "week": {
      "type": "string"
    },
    "componentKey": {
      "type": "string"
    },
    "componentName": {
      "type": "string"
    },
    "detachments": {
      "type": "number"
    },
    "insertions": {
      "type": "number"
    }
  }
}