{
  "description": "ContainerStateWaiting is a waiting state of a container.",
  "properties": {
    "message": {
      "description": "Message regarding why the container is not yet running.",
      "type": [
        "string",
        "null"
      ]
    },
    "reason": {
      "description": "(brief) reason the container is not yet running.",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}