Red Hat OpenShift · Schema

ProjectList

ContainersEnterpriseHybrid CloudKubernetesPaaSRed Hat

Properties

Name Type Description
apiVersion string
kind string
metadata object
items array
View JSON Schema on GitHub

JSON Schema

red-hat-openshift-projectlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProjectList",
  "title": "ProjectList",
  "type": "object",
  "properties": {
    "apiVersion": {
      "type": "string"
    },
    "kind": {
      "type": "string",
      "default": "ProjectList"
    },
    "metadata": {
      "type": "object"
    },
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Project"
      }
    }
  }
}