Apache Dubbo · JSON Structure

Dubbo Admin Model. List String Match Structure

model.ListStringMatch schema from Dubbo Admin API

Type: object Properties: 1
ApacheGoJavaMicroservicesOpen SourceRPCService DiscoveryService Mesh

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

Properties

oneof

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.-list-string-match-structure.json",
  "name": "model.ListStringMatch",
  "description": "model.ListStringMatch schema from Dubbo Admin API",
  "type": "object",
  "properties": {
    "oneof": {
      "type": "array"
    }
  }
}