{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "EntityEventType",
    "description": "entity event type",
    "enum": [
        "NAV_START",
        "FAVORITE",
        "SYS_SET_HOME",
        "SYS_SET_WORK",
        "SYS_FIRST_TIME",
        "CUSTOM_LABEL",
        "USER_SET_DESTINATION"
    ]
}