Apache Dubbo · JSON Structure

Dubbo Admin Model. Param Match Structure

model.ParamMatch schema from Dubbo Admin API

Type: object Properties: 2
ApacheGoJavaMicroservicesOpen SourceRPCService DiscoveryService Mesh

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

Properties

key value

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.-param-match-structure.json",
  "name": "model.ParamMatch",
  "description": "model.ParamMatch schema from Dubbo Admin API",
  "type": "object",
  "properties": {
    "key": {
      "type": "string"
    },
    "value": {
      "type": "string"
    }
  }
}