{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/dcsa/DcsaTransportPayload",
	"title": "DcsaTransportPayload",
	"description": "Transport payload.\n\nSource: `transportPayload` schema in the DCSA Event Domain (v3.1.0).",
	"type": "object",
	"properties": {
		"eventClassifierCode": {
			"$ref": "https://schema.twindev.org/dcsa/DcsaEventClassifierCodeNoReq",
			"description": "Event classifier code."
		},
		"transportEventTypeCode": {
			"$ref": "https://schema.twindev.org/dcsa/DcsaTransportEventTypeCodes",
			"description": "Transport event type code."
		},
		"transportCall": {
			"$ref": "https://schema.twindev.org/dcsa/DcsaTransportCall",
			"description": "Transport call context."
		},
		"delayReasonCode": {
			"type": "string",
			"description": "Delay reason code.\nThe authoritative schema references the shared `delayReasonCode` from DCSA_DOMAIN."
		},
		"changeRemark": {
			"type": "string",
			"description": "Free-text field to provide information as to why the TransportEvent was sent."
		},
		"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", "transportEventTypeCode", "transportCall"],
	"allOf": [
		{
			"$ref": "https://schema.twindev.org/dcsa/DcsaBaseEvent"
		}
	]
}
