Apache Dubbo · Schema

model.RegistrySource

model.RegistrySource schema from Dubbo Admin API

ApacheGoJavaMicroservicesOpen SourceRPCService DiscoveryService Mesh
View JSON Schema on GitHub

JSON Schema

dubbo-admin-model.-registry-source-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-dubbo/refs/heads/main/json-schema/dubbo-admin-model.-registry-source-schema.json",
  "title": "model.RegistrySource",
  "description": "model.RegistrySource schema from Dubbo Admin API",
  "type": "string",
  "enum": [
    "ALL"
  ]
}