{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "ResetPredictiveAreaResponse",
    "type": "object",
    "description": "reset predictive area response",
    "properties": {
        "reference_id": {
            "type": "string"
        },
        "status": {
            "$ref": "/resources/schema/services/v2/ServiceStatus.json"
        },
        "response_time": {
            "type": "integer"
        }
    },
    "required": [
        "status"
    ]
}