{
  "title": "ObstacleType",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "javaType": "com.sos.joc.model.order.ObstacleType",
  "type": "string",
  "enum": [
    "OrderNotExisting",
    "WaitingForAdmission",
    "JobParallelismLimitReached",
    "WorkflowIsSuspended"
  ],
  "javaEnumNames": [
    "OrderNotExisting",
    "WaitingForAdmission",
    "JobParallelismLimitReached",
    "WorkflowIsSuspended"
  ]
}

