{
  "title": "order type",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "javaType": "com.sos.joc.model.order.OrderType",
  "type": "string",
  "description": "the type of the order",
  "enum": [
    "PERMANENT",
    "AD_HOC",
    "FILE_ORDER"
  ]
}
