{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "additionalProperties": false,
    "description": "Version v4",
    "properties": {
        "edge_id": {
            "items": {
                "type": "number"
            },
            "type": "array"
        },
        "edge_type": {
            "type": "string"
        },
        "shape_points": {
            "type": "string"
        },
        "travel_speed_in_mps": {
            "type": "number"
        },
        "length_in_meter": {
            "type": "number"
        },
        "exit_sign": {
            "$ref": "/resources/schema/entity/v4/DtsExitSign.json"
        }
    },
    "title": "DtsEdge",
    "type": "object"
}