Red Hat · Schema

PaginationMeta

Pagination metadata for list responses.

CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

Properties

Name Type Description
count integer The total number of results.
View JSON Schema on GitHub

JSON Schema

red-hat-insights-pagination-meta-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PaginationMeta",
  "type": "object",
  "description": "Pagination metadata for list responses.",
  "properties": {
    "count": {
      "type": "integer",
      "description": "The total number of results."
    }
  }
}