OpenShift · JSON Structure

Openshift Rest Project List Structure

Type: object Properties: 3
CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

ProjectList is a JSON Structure definition published by OpenShift, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

apiVersion kind items

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ProjectList",
  "type": "object",
  "properties": {
    "apiVersion": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    },
    "items": {
      "type": "array"
    }
  }
}