{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceCancellationStatus",
	"title": "UneceCancellationStatus",
	"description": "Information relevant to a condition of a cancellation.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "CancellationStatus",
			"description": "JSON-LD Type."
		},
		"cancellationDocumentStatusConditionCode": {
			"type": "string",
			"description": "The code specifying the condition of this cancellation status."
		},
		"cancellationStatusReasonCode": {
			"type": "string",
			"description": "The code specifying the reason for this cancellation status."
		},
		"reason": {
			"type": "string",
			"description": "A reason, expressed as text, for this cancellation status."
		},
		"reasonInformation": {
			"type": "string",
			"description": "Information, expressed as text, related to the reason for this cancellation status."
		}
	},
	"required": ["type"]
}
