Forgejo · Schema

ExternalWiki

ExternalWiki represents setting for external wiki

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests

Properties

Name Type Description
external_wiki_url string URL of external wiki.
View JSON Schema on GitHub

JSON Schema

externalwiki.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ExternalWiki",
  "description": "ExternalWiki represents setting for external wiki",
  "type": "object",
  "properties": {
    "external_wiki_url": {
      "description": "URL of external wiki.",
      "type": "string",
      "x-go-name": "ExternalWikiURL"
    }
  },
  "x-go-package": "forgejo.org/modules/structs"
}