{
  "description": "Initializer is information about an initializer that has not yet completed.",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "description": "name of the process that is responsible for initializing this object.",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "$schema": "http://json-schema.org/schema#",
  "type": "object"
}