{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceGuarantee",
	"title": "UneceGuarantee",
	"description": "An official promise or assurance to fulfil a financial obligation.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "Guarantee",
			"description": "JSON-LD Type."
		},
		"condition": {
			"type": "string",
			"description": "A condition, expressed as text, for this financial guarantee."
		},
		"description": {
			"type": "string",
			"description": "A textual description of this financial guarantee."
		},
		"effectiveDelimitedPeriod": {
			"$ref": "https://schema.twindev.org/unece/UneceDelimitedPeriod",
			"description": "The period within which this financial guarantee is effective."
		},
		"liabilityAmount": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceAmountType"
			},
			"description": "A monetary value of a liability in this financial guarantee."
		}
	},
	"required": ["type"]
}
