Figma · Schema

GetCommentsResponse

Response from the Get Comments endpoint.

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Properties

Name Type Description
comments array An array of comments on the file.
View JSON Schema on GitHub

JSON Schema

figma-rest-get-comments-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetCommentsResponse",
  "type": "object",
  "description": "Response from the Get Comments endpoint.",
  "properties": {
    "comments": {
      "type": "array",
      "description": "An array of comments on the file."
    }
  }
}