{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceCalibratedMeasurement",
	"title": "UneceCalibratedMeasurement",
	"description": "A measurement established by a device which is tested to a calibration standard of known accuracy.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "CalibratedMeasurement",
			"description": "JSON-LD Type."
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The identifier for this calibrated measurement."
		},
		"quantificationTypeCode": {
			"type": "string",
			"description": "The code specifying a quantification type for this calibrated measurement, such as measured, calculated, or estimated."
		},
		"toleranceMeasure": {
			"$ref": "https://schema.twindev.org/unece/UneceMeasureType",
			"description": "The measure of the tolerance of this calibrated measurement."
		},
		"tolerancePercent": {
			"type": "string",
			"description": "The percent of tolerance of this calibrated measurement."
		},
		"typeCode": {
			"anyOf": [
				{
					"$ref": "https://schema.twindev.org/unece/UneceCalibratedMeasurementTypeCodeList"
				},
				{
					"type": "string"
				}
			],
			"description": "A code specifying a type of calibrated measurement."
		},
		"valueCode": {
			"type": "string",
			"description": "The code specifying a value for this calibrated measurement."
		},
		"valueMeasure": {
			"$ref": "https://schema.twindev.org/unece/UneceMeasureType",
			"description": "The value of a measure for this calibrated measurement."
		},
		"versionId": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The identifier of a version of this calibrated measurement."
		}
	},
	"required": ["type"]
}
