Forgejo · Schema

EditGitHookOption

EditGitHookOption options when modifying one Git hook

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests

Properties

Name Type Description
content string
View JSON Schema on GitHub

JSON Schema

editgithookoption.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EditGitHookOption",
  "description": "EditGitHookOption options when modifying one Git hook",
  "type": "object",
  "properties": {
    "content": {
      "type": "string",
      "x-go-name": "Content"
    }
  },
  "x-go-package": "forgejo.org/modules/structs"
}