{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceInspectionResultCharacteristic",
	"title": "UneceInspectionResultCharacteristic",
	"description": "A property of a collection of diagnostic data, visual or technical data, obtained by a performed inspection.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "InspectionResultCharacteristic",
			"description": "JSON-LD Type."
		},
		"applicableMethod": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceSpecifiedMethod"
			},
			"description": "A specified method applicable to this inspection result characteristic."
		},
		"comparisonOperatorCode": {
			"type": "string",
			"description": "The code specifying the operator, such as less than, for comparing this inspection result characteristic with one or\nmore other characteristics."
		},
		"interpretationResultApplicableParameter": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceObservationObjectiveParameter"
			},
			"description": "An applicable objective observation parameter of the interpretation result for this inspection result characteristic."
		},
		"measuredAccuracyMeasure": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceMeasureType"
			},
			"description": "Accuracy, expressed as a measure, of the measurement for this inspection result characteristic."
		},
		"measuredValue": {
			"type": "string",
			"description": "The measured value, expressed as text, for this inspection result characteristic."
		},
		"measuredValueMeasure": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceMeasureType"
			},
			"description": "A measured value for this inspection result characteristic."
		},
		"qualityResultCode": {
			"type": "string",
			"description": "The code specifying the quality of the result for this inspection result characteristic."
		},
		"qualityResultDescription": {
			"type": "string",
			"description": "A textual description of the quality of the result for this inspection result characteristic."
		},
		"qualityResultReferenceLevelDescription": {
			"type": "string",
			"description": "A textual description of the reference level for the quality of the result for this inspection result characteristic."
		},
		"range": {
			"type": "string",
			"description": "The range, expressed as text, of the values of the measurements performed for this inspection result characteristic."
		}
	},
	"required": ["type"]
}
