Red Hat · JSON Structure

Red Hat Satellite Paginated Environment List Structure

Type: object Properties: 5
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

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

Properties

total subtotal page per_page results

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PaginatedEnvironmentList",
  "type": "object",
  "properties": {
    "total": {
      "type": "integer"
    },
    "subtotal": {
      "type": "integer"
    },
    "page": {
      "type": "integer"
    },
    "per_page": {
      "type": "integer"
    },
    "results": {
      "type": "array"
    }
  }
}