Apache Dubbo · JSON Structure

Dubbo Admin Model. Tag Route Dto Structure

model.TagRouteDto schema from Dubbo Admin API

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

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

Properties

application configVersion enabled force id priority runtime service serviceGroup serviceVersion tags

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-route-dto-structure.json",
  "name": "model.TagRouteDto",
  "description": "model.TagRouteDto schema from Dubbo Admin API",
  "type": "object",
  "properties": {
    "application": {
      "type": "string"
    },
    "configVersion": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "force": {
      "type": "boolean"
    },
    "id": {
      "type": "string"
    },
    "priority": {
      "type": "int32"
    },
    "runtime": {
      "type": "boolean"
    },
    "service": {
      "type": "string"
    },
    "serviceGroup": {
      "type": "string"
    },
    "serviceVersion": {
      "type": "string"
    },
    "tags": {
      "type": "array"
    }
  },
  "required": [
    "configVersion",
    "enabled",
    "tags"
  ]
}