Reaction contain one reaction
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Reaction", "description": "Reaction contain one reaction", "type": "object", "properties": { "content": { "type": "string", "x-go-name": "Reaction" }, "created_at": { "type": "string", "format": "date-time", "x-go-name": "Created" }, "user": { "$ref": "#/definitions/User" } }, "x-go-package": "forgejo.org/modules/structs" }