{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceTechnicalCharacteristic",
	"title": "UneceTechnicalCharacteristic",
	"description": "A prominent technical attribute or aspect.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "TechnicalCharacteristic",
			"description": "JSON-LD Type."
		},
		"applicableStandard": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceStandard"
			},
			"description": "A referenced standard applicable to this technical characteristic."
		},
		"capacityValueMeasure": {
			"$ref": "https://schema.twindev.org/unece/UneceMeasureType",
			"description": "The capacity, expressed as a measure, such as a production volume, a surface area or a number of animals, for this\ntechnical characteristic."
		},
		"certificationCode": {
			"type": "string",
			"description": "The code specifying the certification granted to this technical characteristic."
		},
		"componentMaterial": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceSpecifiedMaterial"
			},
			"description": "A specified material component of this technical characteristic."
		},
		"constructionDateTime": {
			"type": "string",
			"description": "The date, time, date time, or other date time value of the construction of this technical characteristic.",
			"format": "date-time"
		},
		"description": {
			"type": "string",
			"description": "The textual description of this technical characteristic."
		},
		"descriptionCode": {
			"type": "string",
			"description": "A code specifying a description of this technical characteristic."
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The identifier for this technical characteristic."
		},
		"latestRenovationDateTime": {
			"type": "string",
			"description": "The date, time, date time, or other date time value of the latest renovation of this technical characteristic.",
			"format": "date-time"
		},
		"licence": {
			"type": "string",
			"description": "The licence, expressed as text, for this technical characteristic."
		},
		"measurementMethodCode": {
			"type": "string",
			"description": "The code specifying the measurement method for this technical characteristic."
		},
		"specifiedAnimalHoldingEvent": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceAnimalHoldingEvent"
			},
			"description": "An animal holding event specified for this technical characteristic."
		},
		"specifiedSupplyChainEvent": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceSupplyChainEvent"
			},
			"description": "A supply chain event specified for this technical characteristic."
		},
		"subordinateTypeCode": {
			"type": "string",
			"description": "The code specifying the subordinate type for this technical characteristic."
		},
		"technicalCharacteristicValueCode": {
			"type": "string",
			"description": "The code specifying the value of this technical characteristic."
		},
		"typeCode": {
			"anyOf": [
				{
					"$ref": "https://schema.twindev.org/unece/UneceTechnicalCharacteristicTypeCodeList"
				},
				{
					"type": "string"
				}
			],
			"description": "A code specifying the type of technical characteristic."
		},
		"value": {
			"type": "string",
			"description": "A value, expressed as text, for this technical characteristic."
		},
		"valueAmount": {
			"$ref": "https://schema.twindev.org/unece/UneceAmountType",
			"description": "The value, expressed as an amount, for this technical characteristic."
		},
		"valueDateTime": {
			"type": "string",
			"description": "The value, expressed as a date, time, date time, or other date time value. for this technical characteristic.",
			"format": "date-time"
		},
		"valueIndicator": {
			"type": "boolean",
			"description": "The value, expressed as an indicator, for this technical characteristic."
		},
		"valueMeasure": {
			"$ref": "https://schema.twindev.org/unece/UneceMeasureType",
			"description": "The measure of the value of this technical characteristic."
		},
		"valueNumeric": {
			"type": "string",
			"description": "The value, expressed as a number, for this technical characteristic."
		},
		"valueParameter": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceSpecifiedParameter"
			},
			"description": "A parameter specified for the value of this technical characteristic."
		},
		"valueRange": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceRange"
			},
			"description": "A range specified for the value of this technical characteristic."
		},
		"valueTolerance": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceTolerance"
			},
			"description": "A tolerance specified for the value of this technical characteristic."
		}
	},
	"required": ["type"]
}
