{
    "title": "event from approval notification",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.event.EventNoteNotification",
    "type": "object",
    "javaInterfaces": [
        "com.sos.joc.model.common.IEventObject"
    ],
    "properties": {
        "eventId": {
            "type": "number",
            "format": "utc-millisec",
            "minimum": 0
        },
        "account": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        },
        "numOfUnreadNotes": {
            "type": "number",
            "format": "utc-millisec",
            "minimum": 0
        }
    },
    "additionalProperties": false
}