{
    "title": "taskId of Order",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "Only relevant for order jobs; cause=order resp.",
    "javaType": "com.sos.joc.model.job.TaskIdOfOrder",
    "type": "object",
    "required": [
        "historyId",
        "position"
    ],
    "properties": {
        "historyId": {
            "type": "number",
            "format": "utc-millisec",
            "minimum": 0
        },
        "position": {
            "type": "string"
        }
    }
}