{
  "title": "order state filter",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "javaType": "com.sos.joc.model.order.OrderStateFilter",
  "type": "string",
  "enum": [
    "PENDING",
    "RUNNING",
    "SUSPENDED",
    "SETBACK",
    "BLACKLIST",
    "WAITINGFORRESOURCE"
  ]
}
