Figma · JSON Structure

Figma Analytics Library Analytics Usages By Component Structure

Type: object Properties: 7
CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

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

Properties

componentKey componentName componentSetKey componentSetName numInstances numTeamsUsing numFilesUsing

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LibraryAnalyticsUsagesByComponent",
  "type": "object",
  "properties": {
    "componentKey": {
      "type": "string"
    },
    "componentName": {
      "type": "string"
    },
    "componentSetKey": {
      "type": "string"
    },
    "componentSetName": {
      "type": "string"
    },
    "numInstances": {
      "type": "number"
    },
    "numTeamsUsing": {
      "type": "number"
    },
    "numFilesUsing": {
      "type": "number"
    }
  }
}