{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "SystemErrorTrigger",
	"description": "TAnalytics-v2 System Error Triggers",
	"enum": [
		"SEARCH_REQUEST_TIMEOUT",
		"ROUTE_REQUEST_TIMEOUT",
		"NAV_REQUEST_TIMEOUT",
		"SYSTEM_CRASH",
		"GPS_WEAK",
		"GPS_LOST",
		"CONNECTIVITY_QUALITY_LOW",
		"CONNECTIVITY_LOST",
		"BLUETOOTH_ERROR",
		"HEADUNIT_BT_CONN_ERROR",
		"HEADUNIT_USB_CONN_ERROR"
	]
}