{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"title":"RequestAPI",
	"description":"TAnalytics-v3..Provides the name of API called during a Request",
	"enum":[
		"DATA SERVICES",
		"LOGSHED",
		"ROUTING",
		"SEARCH",
		"TRAFFIC"
	]
}