{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"title":"SrpDestinationSearch",
	"type":"object",
	"additionalProperties":false,
	"description":"Analytics-v3 .. SRP Sort object",
	"properties":{
		"log_context":{
			"$ref":"/resources/schema/analytics/client/v3/LogContext.json",
			"description":"Required Log Context Reference"
		},
		"event_name":{
			"type": "string",
			"enum": ["SRP_DESTINATION_SEARCH"]		
		},
		"schema_definition":{
			"type": "string",
			"enum": ["SrpDestinationSearch"]
		},
		"action":{
			"$ref":"/resources/schema/analytics/client/v3/SearchType.json",
			"description":"Required Entry point from which the app was launched. If a user launced the app from a Facebook link, the trigger would be FB"
		},
		"interaction_method": {
			"$ref": "/resources/schema/analytics/client/v3/InteractionMethodValues.json",
			"description": "for each user interaction log the interation method"
		}
		
		
	},
	"required":[
		"log_context",
		"event_name",
		"schema_definition",
		"action"
	]
}