Red Hat · JSON Structure

Red Hat Openshift Cluster Manager Error Structure

Type: object Properties: 5
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

Error is a JSON Structure definition published by Red Hat, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

kind id href code reason

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Error",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "href": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "reason": {
      "type": "string"
    }
  }
}