{
"$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."
}
}
}