{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "WikiPageMetaData", "description": "WikiPageMetaData wiki page meta information", "type": "object", "properties": { "html_url": { "type": "string", "x-go-name": "HTMLURL" }, "last_commit": { "$ref": "#/definitions/WikiCommit" }, "sub_url": { "type": "string", "x-go-name": "SubURL" }, "title": { "type": "string", "x-go-name": "Title" } }, "x-go-package": "forgejo.org/modules/structs" }