Figma · JSON Structure

Figma Files Published Component Set Structure

Type: object Properties: 8
CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

PublishedComponentSet 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

key fileKey nodeId thumbnailUrl name description createdAt updatedAt

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PublishedComponentSet",
  "type": "object",
  "properties": {
    "key": {
      "type": "string"
    },
    "fileKey": {
      "type": "string"
    },
    "nodeId": {
      "type": "string"
    },
    "thumbnailUrl": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    },
    "updatedAt": {
      "type": "string"
    }
  }
}