{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceLaboratoryObservationParty",
	"title": "UneceLaboratoryObservationParty",
	"description": "An individual, group, or body having a role in laboratory observations.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "LaboratoryObservationParty",
			"description": "JSON-LD Type."
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The identifier of this laboratory observation party."
		},
		"name": {
			"type": "string",
			"description": "The name, expressed as text, of this laboratory observation party."
		},
		"officeAddress": {
			"$ref": "https://schema.twindev.org/unece/UneceTradeAddress",
			"description": "The office address of this laboratory observation party."
		},
		"personDefinedContact": {
			"$ref": "https://schema.twindev.org/unece/UneceLaboratoryObservationContact",
			"description": "The person defined as the contact for this laboratory observation party."
		},
		"postalAddress": {
			"$ref": "https://schema.twindev.org/unece/UneceTradeAddress",
			"description": "The postal address of this laboratory observation party."
		},
		"thirdPartyIssuedId": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "An alternate identifier issued by a third party for this laboratory observation party."
		},
		"thirdPartyIssuedIdentification": {
			"type": "string",
			"description": "A third party issued identifier, expressed as text, for this laboratory observation party."
		},
		"websiteURICommunication": {
			"$ref": "https://schema.twindev.org/unece/UneceCommunication",
			"description": "The website URI (Uniform Resource Identifier) of this laboratory observation party."
		}
	},
	"required": ["type", "identifier"]
}
