Apache Dubbo · JSON Structure

Dubbo Admin Model. Tag Structure

model.Tag schema from Dubbo Admin API

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

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

Properties

addresses match name

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