Forgejo · Schema

NoteOptions

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests

Properties

Name Type Description
message string
View JSON Schema on GitHub

JSON Schema

noteoptions.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "NoteOptions",
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "x-go-name": "Message"
    }
  },
  "x-go-package": "forgejo.org/modules/structs"
}