Red Hat · Schema

VersionList

A paginated list of available OpenShift versions.

CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

Properties

Name Type Description
kind string
page integer
size integer
total integer
items array
View JSON Schema on GitHub

JSON Schema

red-hat-openshift-cluster-manager-version-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "VersionList",
  "type": "object",
  "description": "A paginated list of available OpenShift versions.",
  "properties": {
    "kind": {
      "type": "string"
    },
    "page": {
      "type": "integer"
    },
    "size": {
      "type": "integer"
    },
    "total": {
      "type": "integer"
    },
    "items": {
      "type": "array"
    }
  }
}