{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/dcsa/DcsaEquipmentPayload",
	"title": "DcsaEquipmentPayload",
	"description": "Equipment payload.\n\nSource: `equipmentPayload` schema in the DCSA Event Domain (v3.1.0).",
	"type": "object",
	"properties": {
		"eventClassifierCode": {
			"$ref": "https://schema.twindev.org/dcsa/DcsaEventClassifierCodeNoReq",
			"description": "Event classifier code."
		},
		"equipmentEventTypeCode": {
			"$ref": "https://schema.twindev.org/dcsa/DcsaEquipmentEventTypeCodes",
			"description": "Equipment event type code."
		},
		"emptyIndicatorCode": {
			"type": "string",
			"description": "Indicates whether the equipment is empty or laden.\nThe authoritative schema references the shared `emptyIndicatorCode` from DCSA_DOMAIN."
		},
		"equipmentReference": {
			"type": "string",
			"description": "Equipment reference.\nTypically the BIC ISO Container Identification Number where possible."
		},
		"ISOEquipmentCode": {
			"type": "string",
			"description": "ISO equipment code."
		},
		"isTransshipmentMove": {
			"type": "boolean",
			"description": "Indicates transshipment move."
		},
		"eventLocation": {
			"description": "When present, captures a location not tied to a TransportCall.\nKept as unknown since the schema references LOCATION_DOMAIN types."
		},
		"facilityTypeCode": {
			"type": "string",
			"description": "Facility type code.\nUsed to identify the role of the facility when an EquipmentEvent is not associated\nwith a TransportCall (e.g. stuffing/stripping contexts)."
		},
		"relatedDocumentReferences": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/dcsa/DcsaRelatedDocumentReference"
			},
			"description": "Related documents."
		},
		"references": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/dcsa/DcsaReference"
			},
			"description": "Additional references."
		}
	},
	"required": ["eventClassifierCode", "equipmentEventTypeCode", "emptyIndicatorCode"],
	"allOf": [
		{
			"$ref": "https://schema.twindev.org/dcsa/DcsaBaseEvent"
		}
	]
}
