Red Hat OpenShift · Schema

Error

ContainersEnterpriseHybrid CloudKubernetesPaaSRed Hat

Properties

Name Type Description
kind string
id string
href string
code string
reason string
View JSON Schema on GitHub

JSON Schema

red-hat-openshift-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Error",
  "title": "Error",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "href": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "reason": {
      "type": "string"
    }
  }
}