{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceContextType",
	"title": "UneceContextType",
	"description": "The UNECE JSON-LD context type.",
	"anyOf": [
		{
			"const": "https://vocabulary.uncefact.org/unece-context-D23B.jsonld"
		},
		{
			"type": "array",
			"items": {
				"anyOf": [
					{
						"$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
					},
					{
						"const": "https://vocabulary.uncefact.org/unece-context-D23B.jsonld"
					}
				]
			},
			"contains": {
				"const": "https://vocabulary.uncefact.org/unece-context-D23B.jsonld"
			},
			"minContains": 1,
			"maxContains": 1,
			"minItems": 1
		}
	]
}
