{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Reference represents a Git reference.", "type": "object", "properties": { "object": { "$ref": "#/definitions/GitObject" }, "ref": { "type": "string", "x-go-name": "Ref" }, "url": { "type": "string", "x-go-name": "URL" } }, "x-go-package": "forgejo.org/modules/structs" }