{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceLaboratoryObservationAnalysisMethod",
	"title": "UneceLaboratoryObservationAnalysisMethod",
	"description": "A defined way of performing laboratory observation analysis.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "LaboratoryObservationAnalysisMethod",
			"description": "JSON-LD Type."
		},
		"certificationId": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The identifier for the certificate granted to a party for this laboratory observation analysis method."
		},
		"certificationTypeCode": {
			"type": "string",
			"description": "The code specifying the type of certification for this laboratory observation analysis method."
		},
		"externalReference": {
			"type": "string",
			"description": "The external reference, expressed as text, for this laboratory observation analysis method."
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The identifier for this laboratory observation analysis method."
		},
		"information": {
			"type": "string",
			"description": "Information, expressed as text, for this laboratory observation analysis method."
		},
		"localTypeCode": {
			"type": "string",
			"description": "The code specifying the type of laboratory observation analysis method, which is the local method of the observer party\nfor the kind of observation."
		},
		"name": {
			"type": "string",
			"description": "The name, expressed as text, for this laboratory observation analysis method."
		},
		"obligatoryTypeCode": {
			"type": "string",
			"description": "The code specifying the type of analysis method obligatory for the laboratory observation."
		},
		"sampledObjectMinimumRequiredObjectSizeMeasure": {
			"$ref": "https://schema.twindev.org/unece/UneceMeasureType",
			"description": "The measure of the minimum object size required for this laboratory observation analysis method."
		},
		"standardTypeCode": {
			"type": "string",
			"description": "The code specifying the type of laboratory observation analysis method, which is the standard method of the observer\nparty for the kind of observation, such as a Logical Observation Identifiers Names and Codes (LOINC) code and method."
		}
	},
	"required": ["type"]
}
