Forgejo · Schema

NodeInfoSoftware

NodeInfoSoftware contains Metadata about server software in use

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests

Properties

Name Type Description
homepage string
name string
repository string
version string
View JSON Schema on GitHub

JSON Schema

nodeinfosoftware.json Raw ↑
{
  "$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"
}