Apache Dubbo · JSON Structure

Dubbo Admin Model. Consumer Structure

model.Consumer schema from Dubbo Admin API

Type: object Properties: 20
ApacheGoJavaMicroservicesOpen SourceRPCService DiscoveryService Mesh

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

Properties

address alived application collected created expired hash id ids miss modified now operator operatorAddress parameters registry result service statistics username

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.-consumer-structure.json",
  "name": "model.Consumer",
  "description": "model.Consumer schema from Dubbo Admin API",
  "type": "object",
  "properties": {
    "address": {
      "type": "string"
    },
    "alived": {
      "type": "int32"
    },
    "application": {
      "type": "string"
    },
    "collected": {
      "type": "string"
    },
    "created": {
      "type": "string"
    },
    "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"
    },
    "result": {
      "type": "string"
    },
    "service": {
      "type": "string"
    },
    "statistics": {
      "type": "string"
    },
    "username": {
      "type": "string"
    }
  }
}