{
    "title": "job state text",
    "$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"
    ]
}