Figma · Schema

Reaction

A reaction left by a user.

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Properties

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

JSON Schema

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