{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"title":"NotificationContentType",
	"description":"Notification Service V2 - Notification Content Type",
	"enum":[
		"UTF_8_TEXT",
		"BASE_64",
		"URI"
	]
}