{
  "$schema": "http://json-schema.org/schema#", 
  "type": "object", 
  "description": "NamespaceStatus is information about the current status of a Namespace.", 
  "properties": {
    "phase": {
      "type": [
        "string", 
        "null"
      ], 
      "description": "Phase is the current lifecycle phase of the namespace. More info: http://releases.k8s.io/HEAD/docs/design/namespaces.md#phases"
    }
  }
}