{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"title":"UsageType",
	"description":"TAnalytics-v1",
	"enum":[
		"ON_BOARD",
		"CLOUD"
	]
}