Figma · Schema

GetReactionsResponse

Response from the Get Reactions endpoint.

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Properties

Name Type Description
reactions array
pagination object
View JSON Schema on GitHub

JSON Schema

figma-rest-get-reactions-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetReactionsResponse",
  "type": "object",
  "description": "Response from the Get Reactions endpoint.",
  "properties": {
    "reactions": {
      "type": "array"
    },
    "pagination": {
      "type": "object"
    }
  }
}