{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "IssueConfig", "type": "object", "properties": { "blank_issues_enabled": { "type": "boolean", "x-go-name": "BlankIssuesEnabled" }, "contact_links": { "type": "array", "items": { "$ref": "#/definitions/IssueConfigContactLink" }, "x-go-name": "ContactLinks" } }, "x-go-package": "forgejo.org/modules/structs" }