{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceKeyword",
	"title": "UneceKeyword",
	"description": "A significant word, part of word or phrase that is used to enable indexing of or searching within a textual repository,\nsuch as a product catalogue or library.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "Keyword",
			"description": "JSON-LD Type."
		},
		"name": {
			"type": "string",
			"description": "A name, expressed as text, for this keyword."
		}
	},
	"required": ["type"]
}
