Figma · JSON Structure

Figma Analytics Library Analytics Variable Usages By Asset Structure

Type: object Properties: 8
CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

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

Properties

variableKey variableName variableType collectionKey collectionName 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": "LibraryAnalyticsVariableUsagesByAsset",
  "type": "object",
  "properties": {
    "variableKey": {
      "type": "string"
    },
    "variableName": {
      "type": "string"
    },
    "variableType": {
      "type": "string"
    },
    "collectionKey": {
      "type": "string"
    },
    "collectionName": {
      "type": "string"
    },
    "usages": {
      "type": "number"
    },
    "teamsUsing": {
      "type": "number"
    },
    "filesUsing": {
      "type": "number"
    }
  }
}