{
  "title": "Controller state text",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "javaType": "com.sos.joc.model.controller.JobSchedulerStateText",
  "type": "string",
  "enum": [
    "RUNNING",
    "WAITING_FOR_ACTIVATION",
    "UNREACHABLE"
  ]
}
