Figma · Schema

GetTeamStylesResponse

Response from the Get Team Styles endpoint.

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Properties

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

JSON Schema

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