Figma · JSON Structure

Figma Files Comment Structure

Type: object Properties: 8
CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

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

Properties

id fileKey parentId createdAt resolvedAt message orderId reactions

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Comment",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "fileKey": {
      "type": "string"
    },
    "parentId": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    },
    "resolvedAt": {
      "type": "['string', 'null']"
    },
    "message": {
      "type": "string"
    },
    "orderId": {
      "type": "['string', 'null']"
    },
    "reactions": {
      "type": "array"
    }
  }
}