{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"title":"PersistentSearchBar",
	"type":"object",
	"additionalProperties":false,
	"description":"Analytics-v2 .. SRP Sort object",
	"properties":{
		"log_context":{
			"$ref":"/resources/schema/analytics/client/v2/LogContext.json",
			"description":"Required Log Context Reference"
		},
		"event_name":{
			"type": "string",
			"enum": ["PERSISTENT_SEARCH_BAR"]		
		},
		"schema_definition":{
			"type": "string",
			"enum": ["PersistentSearchBar"]
		},
		"action":{
			"$ref":"/resources/schema/analytics/client/v2/SettingType.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/v2/InteractionMethodValues.json",
			"description": "for each user interaction log the interation method"
		}
		
		
	},
	"required":[
		"log_context",
		"event_name",
		"schema_definition",
		"action"
	]
}