{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceRiskAnalysisResult",
	"title": "UneceRiskAnalysisResult",
	"description": "The result of a logistics risk analysis calculation.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "RiskAnalysisResult",
			"description": "JSON-LD Type."
		},
		"categoryCode": {
			"type": "string",
			"description": "The code specifying the category for this logistics risk analysis result."
		},
		"consignmentRiskRelatedCode": {
			"type": "string",
			"description": "A code specifying a consignment related risk for this logistics risk analysis result."
		},
		"description": {
			"type": "string",
			"description": "The textual description of this logistics risk analysis result."
		},
		"information": {
			"type": "string",
			"description": "Information, expressed as text, concerning this logistics risk analysis result."
		},
		"levelCode": {
			"type": "string",
			"description": "The code specifying the level for this logistics risk analysis result."
		},
		"partyRiskRelatedCode": {
			"type": "string",
			"description": "A code specifying a party related risk for this logistics risk analysis result."
		},
		"screeningMethodCode": {
			"type": "string",
			"description": "A code specifying a method of screening used in this logistics risk analysis result."
		},
		"securityExemptionCode": {
			"type": "string",
			"description": "A code specifying a security exemption for this logistics risk analysis result."
		},
		"transportEquipmentRiskRelatedCode": {
			"type": "string",
			"description": "A code specifying a transport equipment related risk for this logistics risk analysis result."
		},
		"transportMovementRiskRelatedCode": {
			"type": "string",
			"description": "A code specifying a transport movement related risk for this logistics risk analysis result."
		}
	},
	"required": ["type"]
}
