{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceProductCharacteristicCondition",
	"title": "UneceProductCharacteristicCondition",
	"description": "A state that applies to a product characteristic.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "ProductCharacteristicCondition",
			"description": "JSON-LD Type."
		},
		"name": {
			"type": "string",
			"description": "A name, expressed as text, for this product characteristic condition."
		},
		"typeCode": {
			"anyOf": [
				{
					"$ref": "https://schema.twindev.org/unece/UneceProductCharacteristicConditionTypeCodeList"
				},
				{
					"type": "string"
				}
			],
			"description": "The code specifying the type of product characteristic condition."
		},
		"valueMeasure": {
			"$ref": "https://schema.twindev.org/unece/UneceMeasureType",
			"description": "The measure of the value for this product characteristic condition."
		}
	},
	"required": ["type"]
}
