{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceProductBatchCharacteristic",
	"title": "UneceProductBatchCharacteristic",
	"description": "A prominent attribute or aspect of a group of products considered or dealt with together.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "ProductBatchCharacteristic",
			"description": "JSON-LD Type."
		},
		"applicableCountry": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceCountry"
			},
			"description": "A country applicable to this product batch characteristic."
		},
		"applicableStandard": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceStandard"
			},
			"description": "A referenced standard applicable to this product batch characteristic."
		},
		"description": {
			"type": "string",
			"description": "A textual description of this product batch characteristic."
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "An identifier of this product batch characteristic."
		},
		"productBatchCharacteristicValueCode": {
			"type": "string",
			"description": "The code specifying the value of this product batch characteristic."
		},
		"targetMarketDescription": {
			"type": "string",
			"description": "A textual description of a target market for this product characteristic."
		},
		"typeCode": {
			"anyOf": [
				{
					"$ref": "https://schema.twindev.org/unece/UneceProductBatchCharacteristicTypeCodeList"
				},
				{
					"type": "string"
				}
			],
			"description": "The code specifying the type of product batch characteristic."
		},
		"value": {
			"type": "string",
			"description": "A value, expressed as text, for this product batch characteristic."
		},
		"valueAmount": {
			"$ref": "https://schema.twindev.org/unece/UneceAmountType",
			"description": "The value, expressed as an amount, for this product batch characteristic."
		},
		"valueDateTime": {
			"type": "string",
			"description": "The value, expressed as a date, time, date time, or other date time value, for this product batch characteristic.",
			"format": "date-time"
		},
		"valueIndicator": {
			"type": "boolean",
			"description": "The value, expressed as an indicator, for this product batch characteristic."
		},
		"valueMeasure": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceMeasureType"
			},
			"description": "A measure of a value for this product batch characteristic."
		},
		"valueMethod": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceSpecifiedMethod"
			},
			"description": "A method specified for a value of this product batch characteristic."
		},
		"valueNumeric": {
			"type": "string",
			"description": "The value, expressed as a number, for this product batch characteristic."
		},
		"valueParameter": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceSpecifiedParameter"
			},
			"description": "A parameter specified for a value of this product batch characteristic."
		},
		"valueRange": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceRange"
			},
			"description": "A range specified for a value of this product batch characteristic."
		},
		"valueTolerance": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceTolerance"
			},
			"description": "A tolerance specified for a value of this product batch characteristic."
		}
	},
	"required": ["type"]
}
