Apache Dubbo · JSON Structure

Dubbo Admin Model. Argument Structure

model.Argument schema from Dubbo Admin API

Type: object Properties: 4 Required: 2
ApacheGoJavaMicroservicesOpen SourceRPCService DiscoveryService Mesh

model.Argument is a JSON Structure definition published by Apache Dubbo, describing 4 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

group rule service version

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-model.-argument-structure.json",
  "name": "model.Argument",
  "description": "model.Argument schema from Dubbo Admin API",
  "type": "object",
  "properties": {
    "group": {
      "type": "string"
    },
    "rule": {
      "type": "string"
    },
    "service": {
      "type": "string"
    },
    "version": {
      "type": "string"
    }
  },
  "required": [
    "rule",
    "service"
  ]
}