{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceCargoInsurance",
	"title": "UneceCargoInsurance",
	"description": "Insurance coverage for cargo during transport movements.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "CargoInsurance",
			"description": "JSON-LD Type."
		},
		"contractGeneralConditions": {
			"type": "string",
			"description": "The contract general conditions, expressed as text, for this transport cargo insurance."
		},
		"coverageCode": {
			"type": "string",
			"description": "The code specifying the coverage of this transport cargo insurance."
		},
		"coverageDescription": {
			"type": "string",
			"description": "The textual description of the coverage of this transport cargo insurance."
		},
		"coverageParty": {
			"$ref": "https://schema.twindev.org/unece/UneceTradeParty",
			"description": "The coverage party for this transport cargo insurance."
		}
	},
	"required": ["type"]
}
