Figma · JSON Structure

Figma Rest 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 file_key node_id thumbnail_url name description created_at updated_at

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"
    },
    "file_key": {
      "type": "string"
    },
    "node_id": {
      "type": "string"
    },
    "thumbnail_url": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}