{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "additionalProperties": false,
    "description": "Version v4",
    "properties": {
        "entity_id": {
            "type": "string"
        },
        "drive_distance": {
            "type": "number"
        },
        "detour_distance": {
            "type": "number"
        }
    },
    "title": "DtsEdgeEntity",
    "type": "object"
}