{
  "$schema": "http://json-schema.org/schema#", 
  "type": "object", 
  "description": "NamespaceSpec describes the attributes on a Namespace.", 
  "properties": {
    "finalizers": {
      "items": {
        "type": [
          "string", 
          "null"
        ]
      }, 
      "type": [
        "array", 
        "null"
      ], 
      "description": "Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: http://releases.k8s.io/HEAD/docs/design/namespaces.md#finalizers"
    }
  }
}