{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"title":"AlertsWarnings",
	"type":"object",
	"additionalProperties":false,
	"description":"Analytics-v2 .. Alerts and Warnings object",
	"properties":{
		"log_context":{
			"$ref":"/resources/schema/analytics/client/v2/LogContext.json",
			"description":"Required Log Context Reference"
		},
		"event_name":{
			"type": "string",
			"enum": ["ALERTS_WARNINGS"]		
		},
		"schema_definition":{
			"type": "string",
			"enum": ["AlertsWarnings"]
		},
		"action":{
			"$ref":"/resources/schema/analytics/client/v2/ClickActionType.json",
			"description":"Required .. Log Click if user clicks on Alerts and Warnings under profile. Log Back if user clicks back."
		},
		"visual_speed_alert":{
			"$ref":"/resources/schema/analytics/client/v2/SettingType.json",
			"description":"Route option setting for Highway only if user changed it."
		},
		"audio_speed_alert":{
			"$ref":"/resources/schema/analytics/client/v2/SettingType.json",
			"description":"Whether audio speed alert is on or off only if user changed it."
		},
		"speed_trap":{
			"$ref":"/resources/schema/analytics/client/v2/SettingType.json",
			"description":"Whether speed trap alert is on or off only if user changed it."
		},
		"traffic_setting":{
			"$ref":"/resources/schema/analytics/client/v2/SettingType.json",
			"description":"Whether traffic incident alert is on or off only if user changed it."
		},
		"speed_limit":{
			"$ref":"/resources/schema/analytics/client/v2/SettingType.json",
			"description":"Whether speed limit display is on or off only if user changed it."
		},
		"lane_assist":{
			"$ref":"/resources/schema/analytics/client/v2/SettingType.json",
			"description":"Whether lane assist is on or off only if user changed it."
		},
		"camera_setting":{
			"$ref":"/resources/schema/analytics/client/v2/SettingType.json",
			"description":"Whether Traffic Camera alert is on or off only if user changed it."
		}
		
	},
	"required":[
		"log_context",
		"event_name",
		"schema_definition",
		"action"
	]
}