Apache Dubbo · JSON Structure

Dubbo Admin Version. Version Structure

version.Version schema from Dubbo Admin API

Type: object Properties: 7
ApacheGoJavaMicroservicesOpen SourceRPCService DiscoveryService Mesh

version.Version is a JSON Structure definition published by Apache Dubbo, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

buildDate compiler gitCommit gitTreeState gitVersion goVersion platform

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-dubbo/refs/heads/main/json-structure/dubbo-admin-version.-version-structure.json",
  "name": "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"
    }
  }
}