{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "PredictiveCardsDisplay",
	"type": "object",
	"additionalProperties": false,
	"description": "Analytics-v3 .. ARRIVAL CARD SHOWN object",
	"properties": {
		"log_context": {
			"$ref": "/resources/schema/analytics/client/v3/LogContext.json",
			"description": "Required Log Context Reference"
		},
		"event_name": {
			"type": "string",
			"enum": ["PREDICTIVE_CARDS_DISPLAY"]
		},
		"schema_definition": {
			"type": "string",
			"enum": ["PredictiveCardsDisplay"]
		},
		"action": {
			"$ref": "/resources/schema/analytics/client/v3/SettingType.json",
			"description": "If setting is changed to ON or OFF"
		},
		"display_screen": {
			"type": "string",
			"enum": ["PREDICTIVE_CARDS_DISPLAY"],
			"description": "Display screen where this setting change is taking place"
		}
	},
	"required": [
		"log_context",
		"event_name",
		"schema_definition",
		"action",
		"display_screen"
	]
}