{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"title":"FTUEAgreements",
	"type":"object",
	"additionalProperties":false,
	"description":"Analytics-v4 .. FTUE object",
	"properties":{
		"log_context":{
			"$ref":"/resources/schema/analytics/client/v4/LogContext.json",
			"description":"Required Log Context Reference"
		},
		"event_name":{
			"type": "string",
			"enum": ["FTUE_AGREEMENTS"]		
		},
		"schema_definition":{
			"type": "string",
			"enum": ["FTUEAgreements"]
		},
		"action":{
			"$ref":"/resources/schema/analytics/client/v4/type/FTUEAgreementsAction.json",
			"description": "Log DISPLAY when the screen is displayed;Log DONE or SEE_MY_INVITE when the corresponding option is clicked;Log SIGNUP when the button is clicked on the value prop screen"
		},
		"sdcard_cid":{
			"type": "string",
			"description":"SD card CID"
		},
		"trigger":{
			"$ref":"/resources/schema/analytics/client/v4/type/AboutNavigationAction.json",
			"description":"Log WELCOME when the value prop screen is displayed; Log VERIFICATION_COMPLETE when ALL DONE, LETS GET STARTED screen is displayed"
		},
		"interaction_method": {
			"$ref": "/resources/schema/analytics/client/v4/type/InteractionMethodValues.json",
			"description": "for each user interaction log the interation method"
		}
	},
	"required":[
	 	"log_context",
	    "event_name",
        "schema_definition",	
		"action",
		"trigger"
	]
}