Apache Dubbo · JSON Structure

Dubbo Admin Model. Weight Structure

model.Weight schema from Dubbo Admin API

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

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

Properties

match weight

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.-weight-structure.json",
  "name": "model.Weight",
  "description": "model.Weight schema from Dubbo Admin API",
  "type": "object",
  "properties": {
    "match": {
      "type": "string"
    },
    "weight": {
      "type": "int32"
    }
  },
  "required": [
    "match",
    "weight"
  ]
}