Apache Dubbo · Schema

model.ConditionMatch

model.ConditionMatch schema from Dubbo Admin API

ApacheGoJavaMicroservicesOpen SourceRPCService DiscoveryService Mesh

Properties

Name Type Description
address object
application object
param array
service object
View JSON Schema on GitHub

JSON Schema

dubbo-admin-model.-condition-match-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-model.-condition-match-schema.json",
  "title": "model.ConditionMatch",
  "description": "model.ConditionMatch schema from Dubbo Admin API",
  "type": "object",
  "properties": {
    "address": {
      "$ref": "#/definitions/model.AddressMatch"
    },
    "application": {
      "$ref": "#/definitions/model.ListStringMatch"
    },
    "param": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/model.ParamMatch"
      }
    },
    "service": {
      "$ref": "#/definitions/model.ListStringMatch"
    }
  }
}