Forgejo · Schema

EditReactionOption

EditReactionOption contain the reaction type

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests

Properties

Name Type Description
content string
View JSON Schema on GitHub

JSON Schema

editreactionoption.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EditReactionOption",
  "description": "EditReactionOption contain the reaction type",
  "type": "object",
  "properties": {
    "content": {
      "type": "string",
      "x-go-name": "Reaction"
    }
  },
  "x-go-package": "forgejo.org/modules/structs"
}