{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "LookupPredictiveAreaRequest",
    "type": "object",
    "description": "API Path: /predict/v1/area/lookup, look up predictive area",
    "properties": {
        "user_id": {
            "type": "string",
            "description": "user id"
        },
        "device_id": {
            "type": "string",
            "description": "device id"
        },
        "area_type": {
            "$ref": "/resources/schema/predict/v1/AreaType.json",
            "description": "Area Type, e.g. HOME_AREA"
        }
    },
    "required": [
        "area_type"
    ]
}