Figma · JSON Structure

Figma Rest 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 file_key parent_id created_at resolved_at message order_id 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"
    },
    "file_key": {
      "type": "string"
    },
    "parent_id": {
      "type": "['string', 'null']"
    },
    "created_at": {
      "type": "string"
    },
    "resolved_at": {
      "type": "['string', 'null']"
    },
    "message": {
      "type": "string"
    },
    "order_id": {
      "type": "['string', 'null']"
    },
    "reactions": {
      "type": "array"
    }
  }
}