{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"title":"WaypointActionType",
	"description":"TAnalytics-v3",
	"enum":[
		"ADDSTOP",
		"DELETESTOP",
		"CANCEL",
		"ADDTOROUTE",
		"NEWROUTE"
	]
}