{
  "title": "job state text",
  "id": "schemas/job/jobStateFilter",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "javaType": "com.sos.joc.model.job.JobStateFilter",
  "type": "string",
  "description" : "QUEUED is alias of WAITINGFORRESOURCE",
  "enum": [
    "PENDING",
    "RUNNING",
    "WAITINGFORRESOURCE",
    "QUEUED",
    "STOPPED"
  ]
}
