{
  "title": "deleteType",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "javaType": "com.sos.inventory.model.deploy.DeleteType",
  "type": "string",
  "enum": [
    "WorkflowPath",
    "LockPath",
    "JobClassPath",
    "JobResourcePath",
    "BoardPath",
    "FileWatchPath"
  ],
  "default": "WorkflowPath"
}
