{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "additionalProperties": false,
    "description": "Version v4",
    "properties": {
        "exit_road_name": {
            "items": {
                "type": "string"
            },
            "type": "array"
        },
        "exit_number": {
            "type": "string"
        }
    },
    "title": "DtsExitSign",
    "type": "object"
}