Apache Dubbo · JSON Structure

Dubbo Admin Model. Provider Structure

model.Provider schema from Dubbo Admin API

Type: object Properties: 24
ApacheGoJavaMicroservicesOpen SourceRPCService DiscoveryService Mesh

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

Properties

address alived application created dynamic enabled expired hash id ids miss modified now operator operatorAddress parameters registry registrySource serialization service timeout url username weight

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.-provider-structure.json",
  "name": "model.Provider",
  "description": "model.Provider schema from Dubbo Admin API",
  "type": "object",
  "properties": {
    "address": {
      "type": "string"
    },
    "alived": {
      "type": "int32"
    },
    "application": {
      "type": "string"
    },
    "created": {
      "type": "string"
    },
    "dynamic": {
      "type": "boolean"
    },
    "enabled": {
      "type": "boolean"
    },
    "expired": {
      "type": "string"
    },
    "hash": {
      "type": "string"
    },
    "id": {
      "type": "int32"
    },
    "ids": {
      "type": "array"
    },
    "miss": {
      "type": "boolean"
    },
    "modified": {
      "type": "string"
    },
    "now": {
      "type": "string"
    },
    "operator": {
      "type": "string"
    },
    "operatorAddress": {
      "type": "string"
    },
    "parameters": {
      "type": "string"
    },
    "registry": {
      "type": "string"
    },
    "registrySource": {
      "type": "string"
    },
    "serialization": {
      "type": "string"
    },
    "service": {
      "type": "string"
    },
    "timeout": {
      "type": "int32"
    },
    "url": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "weight": {
      "type": "int32"
    }
  }
}