Figma · JSON Structure

Figma Analytics Get Library Analytics Usages Response Body Structure

Type: object Properties: 4
CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

GetLibraryAnalyticsUsagesResponseBody 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

components files nextPage cursor

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GetLibraryAnalyticsUsagesResponseBody",
  "type": "object",
  "properties": {
    "components": {
      "type": "array"
    },
    "files": {
      "type": "array"
    },
    "nextPage": {
      "type": "boolean"
    },
    "cursor": {
      "type": "string"
    }
  }
}