Figma · JSON Structure

Figma Analytics Library Analytics Style Usages By Asset Structure

Type: object Properties: 6
CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

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

Properties

styleKey styleName styleType usages teamsUsing filesUsing

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LibraryAnalyticsStyleUsagesByAsset",
  "type": "object",
  "properties": {
    "styleKey": {
      "type": "string"
    },
    "styleName": {
      "type": "string"
    },
    "styleType": {
      "type": "string"
    },
    "usages": {
      "type": "number"
    },
    "teamsUsing": {
      "type": "number"
    },
    "filesUsing": {
      "type": "number"
    }
  }
}