{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "NodeInfoSoftware", "description": "NodeInfoSoftware contains Metadata about server software in use", "type": "object", "properties": { "homepage": { "type": "string", "x-go-name": "Homepage" }, "name": { "type": "string", "x-go-name": "Name" }, "repository": { "type": "string", "x-go-name": "Repository" }, "version": { "type": "string", "x-go-name": "Version" } }, "x-go-package": "forgejo.org/modules/structs" }