{
    "title": "orderHistory state text",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.common.HistoryStateText",
    "type": "string",
    "enum": [
        "SUCCESSFUL",
        "INCOMPLETE",
        "FAILED"
    ]
}