Apache Dubbo · Schema

version.Version

version.Version schema from Dubbo Admin API

ApacheGoJavaMicroservicesOpen-SourceRPCService DiscoveryService Mesh

Properties

Name Type Description
buildDate string
compiler string
gitCommit string
gitTreeState string
gitVersion string
goVersion string
platform string
View JSON Schema on GitHub

JSON Schema

dubbo-admin-version.-version-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-dubbo/refs/heads/main/json-schema/dubbo-admin-version.-version-schema.json",
  "title": "version.Version",
  "description": "version.Version schema from Dubbo Admin API",
  "type": "object",
  "properties": {
    "buildDate": {
      "type": "string"
    },
    "compiler": {
      "type": "string"
    },
    "gitCommit": {
      "type": "string"
    },
    "gitTreeState": {
      "type": "string"
    },
    "gitVersion": {
      "type": "string"
    },
    "goVersion": {
      "type": "string"
    },
    "platform": {
      "type": "string"
    }
  }
}