{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"title":"FtueSplashScreen",
	"type":"object",
	"additionalProperties":false,
	"description":"Analytics-v2 .. FTUE Splash Screen object",
	"properties":{
		"log_context":{
			"$ref":"/resources/schema/analytics/client/v2/LogContext.json",
			"description":"Required Log Context Reference"
		},
		"event_name":{
			"type": "string",
			"enum": ["FTUE_SPLASH_SCREEN"]		
		},
		"schema_definition":{
			"type": "string",
			"enum": ["FtueSplashScreen"]
		},
		"action":{
			"$ref":"/resources/schema/analytics/client/v2/FtueActionType.json",
			"description":"Required .. Log Click when the T&C splash-screen is displayed. Log Select if users checks the box, Deselect if users unchecks it.Log Submit if user clicks on continue to accept terms and conditions."
		}
		
	},
	"required":[
		"log_context",
		"event_name",
		"schema_definition",
		"action"
	]
}