Forgejo · Schema

CreateHookOptionConfig

CreateHookOptionConfig has all config options in it required are "content_type" and "url" Required

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests
View JSON Schema on GitHub

JSON Schema

createhookoptionconfig.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateHookOptionConfig",
  "description": "CreateHookOptionConfig has all config options in it\nrequired are \"content_type\" and \"url\" Required",
  "type": "object",
  "additionalProperties": {
    "type": "string"
  },
  "x-go-package": "forgejo.org/modules/structs"
}