{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/dcsa/DcsaTransportCallSubscriptionBody",
	"title": "DcsaTransportCallSubscriptionBody",
	"description": "Transport call subscription filters.\n\nSource: `transportCallSubscriptionBody` schema in the DCSA Event Domain (v3.1.0).",
	"type": "object",
	"properties": {
		"transportCallReference": {
			"type": "string",
			"description": "Filters to only receive events for a specific transport call."
		},
		"vesselIMONumber": {
			"type": "string",
			"description": "Filters to only receive events for a specific vessel IMO number."
		},
		"carrierExportVoyageNumber": {
			"type": "string",
			"description": "Filters to only receive events for a specific carrier export voyage number."
		},
		"universalExportVoyageReference": {
			"type": "string",
			"description": "Filters to only receive events for a specific universal export voyage reference."
		},
		"carrierServiceCode": {
			"type": "string",
			"description": "Filters to only receive events for a specific carrier service code."
		},
		"universalServiceReference": {
			"type": "string",
			"description": "Filters to only receive events for a specific universal service reference."
		},
		"UNLocationCode": {
			"type": "string",
			"description": "Filters to only receive events for a specific UN/LOCODE."
		}
	}
}
