{
	"$schema" : "http://json-schema.org/draft-04/schema#",
	"title" : "Platform",
	"description" : "Notification Service V3 - Platform",
	"enum" : 
	[
		"ios",
		"android"
	]
}