Red Hat · Schema

CloudRegionList

A paginated list of cloud regions.

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-cloud-region-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CloudRegionList",
  "type": "object",
  "description": "A paginated list of cloud regions.",
  "properties": {
    "kind": {
      "type": "string"
    },
    "page": {
      "type": "integer"
    },
    "size": {
      "type": "integer"
    },
    "total": {
      "type": "integer"
    },
    "items": {
      "type": "array"
    }
  }
}