Red Hat · JSON Structure

Red Hat Insights Pagination Meta Structure

Type: object Properties: 1
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

PaginationMeta is a JSON Structure definition published by Red Hat, describing 1 property. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

count

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PaginationMeta",
  "type": "object",
  "properties": {
    "count": {
      "type": "integer"
    }
  }
}