{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "ChallengeMessageType",
	"description": "TAnalytics-v4 The type of message displayed during the challenge",
	"enum": [
		"CHALLENGE_PROGRESS",
		"CHALLENGE_COMPLETED",
		"NEW_CHALLENGE_INITIAL",
		"NEW_CHALLENGE_SUBSEQUENT",
		"CHALLENGE_EXPIRED",
		"CHALLENGE_FAILED",
		"OTHER",
		"CHALLENGE_PERIODIC_PROGRESS"
	]
}