Figma · JSON Structure

Figma Rest Get Team Component Sets Response Structure

Type: object Properties: 3
CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

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

Properties

error status meta

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GetTeamComponentSetsResponse",
  "type": "object",
  "properties": {
    "error": {
      "type": "boolean"
    },
    "status": {
      "type": "integer"
    },
    "meta": {
      "type": "object"
    }
  }
}