Figma · Schema

GetComponentResponse

Response from the Get Component endpoint.

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Properties

Name Type Description
error boolean
status integer
View JSON Schema on GitHub

JSON Schema

figma-rest-get-component-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetComponentResponse",
  "type": "object",
  "description": "Response from the Get Component endpoint.",
  "properties": {
    "error": {
      "type": "boolean"
    },
    "status": {
      "type": "integer"
    }
  }
}