{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"title":"ChannelType",
	"description":"Alert Service V2 - Channel Type",
	"enum":[
		"MOBILE_PUSH",
		"EMAIL",
		"SMS",
		"HTTP_POST"
	]
}