{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "AreaType",
    "description": "type of predictive area",
    "enum": [
        "HOME_AREA",
        "DESTINATION_AREA"
    ]
}