Figma · JSON Structure

Figma Rest Component Structure

Type: object Properties: 6
CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

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

Properties

key name description componentSetId documentationLinks remote

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Component",
  "type": "object",
  "properties": {
    "key": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "componentSetId": {
      "type": "['string', 'null']"
    },
    "documentationLinks": {
      "type": "array"
    },
    "remote": {
      "type": "boolean"
    }
  }
}