{
    "title": "check custom event",
    "id": "schemas/event/checkCustomEvent",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.event.custom.CheckEvent",
    "type": "object",
    "properties": {
        "jobschedulerId": {
            "type": "string"
        },
        "eventClass": {
            "type": "string"
        },
        "eventId": {
            "type": "string"
        },
        "exitCode": {
            "id": "schemas/common/nonNegativeInteger",
            "type": "integer",
            "minimum": 0
        },
        "xPath": {
            "type": "string"
        }
    }
}