Apache Dubbo · JSON Structure

Dubbo Admin Model. List Service By Page Structure

model.ListServiceByPage schema from Dubbo Admin API

Type: object Properties: 8
ApacheGoJavaMicroservicesOpen SourceRPCService DiscoveryService Mesh

model.ListServiceByPage 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

content first last offset pageNumber size totalElements totalPages

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-service-by-page-structure.json",
  "name": "model.ListServiceByPage",
  "description": "model.ListServiceByPage schema from Dubbo Admin API",
  "type": "object",
  "properties": {
    "content": {
      "type": "array"
    },
    "first": {
      "type": "boolean"
    },
    "last": {
      "type": "boolean"
    },
    "offset": {
      "type": "int32"
    },
    "pageNumber": {
      "type": "string"
    },
    "size": {
      "type": "string"
    },
    "totalElements": {
      "type": "int32"
    },
    "totalPages": {
      "type": "int32"
    }
  }
}