{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/dcsa/DcsaBaseReeferEvent",
	"title": "DcsaBaseReeferEvent",
	"description": "Base reefer event attributes.\n\nSource: `baseReeferEvent` schema in the DCSA Event Domain (v3.1.0).",
	"type": "object",
	"properties": {
		"eventDateTime": {
			"type": "string",
			"description": "Local date-time when the event happened."
		},
		"eventClassifierCode": {
			"const": "ACT",
			"description": "Reefer events are always \"ACT\"."
		},
		"reeferEventTypeCode": {
			"$ref": "https://schema.twindev.org/dcsa/DcsaReeferEventTypeCodes",
			"description": "Reefer event type code."
		},
		"measurements": {
			"$ref": "https://schema.twindev.org/dcsa/DcsaReeferMeasurements",
			"description": "Measured reefer values (conditioned by event type)."
		},
		"setpoints": {
			"$ref": "https://schema.twindev.org/dcsa/DcsaReeferSetpoint",
			"description": "Reefer setpoint values (conditioned by event type)."
		},
		"geoLocation": {
			"description": "Geo location.\n\nKept as unknown since the authoritative schema references LOCATION_DOMAIN types."
		},
		"equipmentReference": {
			"type": "string",
			"description": "Equipment reference."
		},
		"relatedDocumentReferences": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/dcsa/DcsaRelatedDocumentReference"
			},
			"description": "Related document references."
		}
	},
	"required": ["eventDateTime", "eventClassifierCode", "reeferEventTypeCode", "equipmentReference"]
}
