Figma · JSON Structure

Figma Analytics Library Analytics Style Usages By File Structure

Type: object Properties: 4
CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

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

Properties

fileName teamName workspaceName usages

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LibraryAnalyticsStyleUsagesByFile",
  "type": "object",
  "properties": {
    "fileName": {
      "type": "string"
    },
    "teamName": {
      "type": "string"
    },
    "workspaceName": {
      "type": "string"
    },
    "usages": {
      "type": "number"
    }
  }
}