{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"title":"RecipientAddressType",
	"description":"Notification Service V2 - Recipient Address Type",
	"enum":[
		"MOBILE_PUSH",
		"SMS",
		"EMAIL"
	]
}