{
  "description": "Information about the condition of a component.",
  "properties": {
    "error": {
      "description": "Condition error code for a component. For example, a health check error code.",
      "type": [
        "string",
        "null"
      ]
    },
    "message": {
      "description": "Message about the condition for a component. For example, information about a health check.",
      "type": [
        "string",
        "null"
      ]
    },
    "status": {
      "description": "Status of the condition for a component. Valid values for \"Healthy\": \"True\", \"False\", or \"Unknown\".",
      "type": [
        "string",
        "null"
      ]
    },
    "type": {
      "description": "Type of condition for a component. Valid value: \"Healthy\"",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "required": [
    "type",
    "status"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}