{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":false,
	"description":"Version v4",
	"properties":{
		"edge_clipped_points":{
			"type":"string"
		},
		"location_match_result":{
			"$ref":"/resources/schema/map/v4/LocationMatchResult.json"
		},
		"point_match_result":{
			"$ref":"/resources/schema/map/v4/PointMatchResult.json"
		}
	},
	"title":"EndPointStatus",
	"type":"object"
}