{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UnecePreference",
	"title": "UnecePreference",
	"description": "An involvement in a happening, such as a theme park, a guided tour that is liked or wanted more than another item.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "Preference",
			"description": "JSON-LD Type."
		},
		"description": {
			"type": "string",
			"description": "A textual description of this experience item preference."
		},
		"dislikedItem": {
			"type": "string",
			"description": "A disliked item, expressed as text, for this experience item preference."
		},
		"preferredItem": {
			"type": "string",
			"description": "A preferred item, expressed as text, for this experience item preference."
		},
		"priorityRankingNumeric": {
			"type": "string",
			"description": "The priority ranking number for this experience item preference."
		}
	},
	"required": ["type"]
}
