Apache Dubbo · JSON Structure

Dubbo Admin Model. Dynamic Config Structure

model.DynamicConfig schema from Dubbo Admin API

Type: object Properties: 8
ApacheGoJavaMicroservicesOpen SourceRPCService DiscoveryService Mesh

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

Properties

application configVersion configs enabled id service serviceGroup serviceVersion

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.-dynamic-config-structure.json",
  "name": "model.DynamicConfig",
  "description": "model.DynamicConfig schema from Dubbo Admin API",
  "type": "object",
  "properties": {
    "application": {
      "type": "string"
    },
    "configVersion": {
      "type": "string"
    },
    "configs": {
      "type": "array"
    },
    "enabled": {
      "type": "boolean"
    },
    "id": {
      "type": "string"
    },
    "service": {
      "type": "string"
    },
    "serviceGroup": {
      "type": "string"
    },
    "serviceVersion": {
      "type": "string"
    }
  }
}