ExternalWiki represents setting for external wiki
{ "$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" }