{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":false,
	"description":"Version v4",
	"properties":{
		"edge_id":{
			"items":{
				"type":"integer"
			},
			"type":"array"
		},
		"end_point":{
			"$ref":"/resources/schema/map/v4/Location.json"
		},
		"end_point_status":{
			"$ref":"/resources/schema/map/v4/EndPointStatus.json"
		},
		"start_point":{
			"$ref":"/resources/schema/map/v4/Location.json"
		},
		"start_point_status":{
			"$ref":"/resources/schema/map/v4/EndPointStatus.json"
		}
	},
	"title":"BasicPath",
	"type":"object"
}