{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":false,
	"description":"Version v4",
	"properties":{
		"body_path":{
			"$ref":"/resources/schema/map/v4/BasicPath.json"
		},
		"head_path":{
			"items":{
				"$ref":"/resources/schema/map/v4/BasicPath.json"
			},
			"type":"array"
		}
	},
	"title":"BasicRoute",
	"type":"object"
}