Red Hat · JSON Structure

Red Hat Insights Pagination Links Structure

Type: object Properties: 4
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

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

Properties

first last next previous

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PaginationLinks",
  "type": "object",
  "properties": {
    "first": {
      "type": "string"
    },
    "last": {
      "type": "string"
    },
    "next": {
      "type": "string"
    },
    "previous": {
      "type": "string"
    }
  }
}