{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"title":"MobilePushType",
	"description":"Notification Service V2 - Mobile Push Type",
	"enum":[
		"IOS",
		"ANDROID",
		"WIN_PHONE_TOAST",
		"WIN_PHONE_TILE",
		"WIN_PHONE_RAW"
	]
}