{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":false,
	"description":"Version v4",
	"properties":{
		"alternate_name":{
			"items":{
				"$ref":"/resources/schema/map/v4/RoadName.json"
			},
			"type":"array"
		},
		"official_name":{
			"items":{
				"$ref":"/resources/schema/map/v4/RoadName.json"
			},
			"type":"array"
		},
		"route_number":{
			"items":{
				"$ref":"/resources/schema/map/v4/RoadName.json"
			},
			"type":"array"
		}
	},
	"title":"SegmentRoadName",
	"type":"object"
}