Apache Dubbo · JSON Structure

Dubbo Admin Model. List Mock Rules By Page Structure

model.ListMockRulesByPage schema from Dubbo Admin API

Type: object Properties: 2
ApacheGoJavaMicroservicesOpen SourceRPCService DiscoveryService Mesh

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

Properties

content total

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.-list-mock-rules-by-page-structure.json",
  "name": "model.ListMockRulesByPage",
  "description": "model.ListMockRulesByPage schema from Dubbo Admin API",
  "type": "object",
  "properties": {
    "content": {
      "type": "array"
    },
    "total": {
      "type": "int32"
    }
  }
}