{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"title":"StatusType",
	"description":"TAnalytics-v2",
	"enum":[
		"SUCCESS",
		"FAIL"
	]
}