Apache Dubbo · JSON Structure

Dubbo Admin Model. String Match Structure

model.StringMatch schema from Dubbo Admin API

Type: object Properties: 6
ApacheGoJavaMicroservicesOpen SourceRPCService DiscoveryService Mesh

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

Properties

empty exact noempty prefix regex wildcard

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.-string-match-structure.json",
  "name": "model.StringMatch",
  "description": "model.StringMatch schema from Dubbo Admin API",
  "type": "object",
  "properties": {
    "empty": {
      "type": "string"
    },
    "exact": {
      "type": "string"
    },
    "noempty": {
      "type": "string"
    },
    "prefix": {
      "type": "string"
    },
    "regex": {
      "type": "string"
    },
    "wildcard": {
      "type": "string"
    }
  }
}