{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"title":"NotificationContentAttribute",
	"description":"Notification Service V2 - Notification Content Attribute",
	"enum":[
		"TITLE",
		"MESSAGE",
		"APP_DATA",
		"NOTIFICATION_DATA"
	]
}