{
  "type": "object",
  "properties": {
    "content": {
      "type": "string",
      "description": "The [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions) to add to the issue.",
      "enum": [
        "+1",
        "-1",
        "laugh",
        "confused",
        "heart",
        "hooray",
        "rocket",
        "eyes"
      ]
    }
  },
  "required": [
    "content"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}