Forgejo · Schema

ServerVersion

ServerVersion wraps the version of the server

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests

Properties

Name Type Description
version string
View JSON Schema on GitHub

JSON Schema

serverversion.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ServerVersion",
  "description": "ServerVersion wraps the version of the server",
  "type": "object",
  "properties": {
    "version": {
      "type": "string",
      "x-go-name": "Version"
    }
  },
  "x-go-package": "forgejo.org/modules/structs"
}