{
  "title": "executable types",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "javaType": "com.sos.inventory.model.job.ExecutableType",
  "type": "string",
  "enum": [
    "ShellScriptExecutable",
    "ScriptExecutable",
    "InternalExecutable"
  ],
  "javaEnumNames": [
    "ShellScriptExecutable",
    "ScriptExecutable",
    "InternalExecutable"
  ]
}
