{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"title":"DistributionScheme",
	"description":"Notification Service V2 - Distribution Scheme",
	"enum":[
		"SEND_FIRST",
		"SEND_ALL"
	]
}