{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "RuntimeSinceEngineStart",
	"type": "object",
	"additionalProperties": false,
	"description": "RuntimeSinceEngineStart",
	"properties": {
		"log_context": {
			"$ref": "/resources/schema/analytics/client/v4/LogContext.json",
			"description": "Required Log Context Reference"
		},
		"event_name": {
			"type": "string",
			"enum": ["RUNTIME_SINCE_ENGINE_START"]
		},
		"schema_definition": {
			"type": "string",
			"enum": ["RuntimeSinceEngineStart"]
		},
		"runtime_since_engine_start_list": {
			"type": "array",
			"items": {
				"$ref": "/resources/schema/analytics/client/v4/type/RuntimeSinceEngineStartItem.json"
			},
			"description": "Required List of runtime from vehicle sensor since engine start at periodic intervals"
		}
	},
	"required": [
		"log_context",
		"event_name",
		"schema_definition",
		"runtime_since_engine_start_list"
	]
}