{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceCertificateTypeCodeList",
	"title": "UneceCertificateTypeCodeList",
	"description": "A character string used to represent the type of a certificate.",
	"anyOf": [
		{
			"const": "unece:CertificateTypeCodeList#1",
			"description": "Mark: 1."
		},
		{
			"const": "unece:CertificateTypeCodeList#2",
			"description": "Certificate: 2."
		},
		{
			"const": "unece:CertificateTypeCodeList#3",
			"description": "Label: 3."
		}
	]
}
