{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceObservationResultCharacteristic",
	"title": "UneceObservationResultCharacteristic",
	"description": "Specifies the type of the performed observation and the acquired values of this observation on the sample.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "ObservationResultCharacteristic",
			"description": "JSON-LD Type."
		},
		"appliedDilutionNumeric": {
			"type": "string",
			"description": "The rate of the applied dilution for this sample observation result characteristic."
		},
		"comparisonOperatorCode": {
			"type": "string",
			"description": "The code specifying the operator, such as less than, greater than or equal to, for comparing the measured value for this\nsample observation result characteristic."
		},
		"interpretationResultApplicableParameter": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceObservationObjectiveParameter"
			},
			"description": "An applicable observation objective parameter of the interpretation result for this sample observation result\ncharacteristic."
		},
		"measuredAccuracyMeasure": {
			"$ref": "https://schema.twindev.org/unece/UneceMeasureType",
			"description": "Accuracy, expressed as a measure, of the measurement for this sample observation result characteristic."
		},
		"measuredValue": {
			"type": "string",
			"description": "The measured value, expressed as text, for this sample observation result characteristic."
		},
		"measuredValueMeasure": {
			"$ref": "https://schema.twindev.org/unece/UneceMeasureType",
			"description": "The measured value, expressed as a measure, for this sample observation result characteristic."
		},
		"methodParameterId": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The identifier of the method parameter for this sample observation result characteristic."
		},
		"parameterValue": {
			"type": "string",
			"description": "The parameter value, expressed as text, for this sample observation result characteristic."
		},
		"qualityResultCode": {
			"type": "string",
			"description": "The code specifying the quality of the result for this sample observation result characteristic."
		},
		"qualityResultDescription": {
			"type": "string",
			"description": "The textual description of the quality of the result for this sample observation result characteristic."
		},
		"range": {
			"type": "string",
			"description": "The range, expressed as text, of the values of the measurements performed for this observation result characteristic\nsample."
		},
		"referenceLevelQualityResultDescription": {
			"type": "string",
			"description": "The textual description of the reference level for the quality of the result for this sample observation result\ncharacteristic."
		},
		"shareableIndicator": {
			"type": "boolean",
			"description": "The indication of whether or not this sample observation result characteristic is shareable."
		}
	},
	"required": ["type"]
}
