Figma · Schema

Reaction

An emoji reaction left on a comment.

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Properties

Name Type Description
emoji string The emoji used for the reaction.
created_at string The UTC ISO 8601 time at which the reaction was left.
View JSON Schema on GitHub

JSON Schema

figma-rest-reaction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Reaction",
  "type": "object",
  "description": "An emoji reaction left on a comment.",
  "properties": {
    "emoji": {
      "type": "string",
      "description": "The emoji used for the reaction."
    },
    "created_at": {
      "type": "string",
      "description": "The UTC ISO 8601 time at which the reaction was left."
    }
  }
}