{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"title":"PlanType",
	"description":"TAnalytics-v2",
	"enum":[
		"PROMO",
		"PAID"
	]
}