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