Red Hat · JSON Structure

Red Hat Openshift Cluster Manager Cluster List Structure

Type: object Properties: 5
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

ClusterList 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

kind page size total items

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ClusterList",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string"
    },
    "page": {
      "type": "integer"
    },
    "size": {
      "type": "integer"
    },
    "total": {
      "type": "integer"
    },
    "items": {
      "type": "array"
    }
  }
}