{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceMDHHealthIndication",
	"title": "UneceMDHHealthIndication",
	"description": "Information related to a specific transportation indication to be reported on a WHO MDH (Maritime Declaration of\nHealth).",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "MDHHealthIndication",
			"description": "JSON-LD Type."
		},
		"appliedSanitaryMeasure": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceSanitaryMeasure"
			},
			"description": "A sanitary measure applied for this MDH health indication."
		},
		"description": {
			"type": "string",
			"description": "A textual description of this MDH health indication."
		},
		"locationId": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "An identifier of a location for this MDH health indication."
		},
		"locationName": {
			"type": "string",
			"description": "A location name, expressed as text, of a location for this MDH health indication."
		},
		"reportedDateTime": {
			"type": "string",
			"description": "A reported date, time, date time or other date time value for this MDH health indication.",
			"format": "date-time"
		},
		"reportedQuantity": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceQuantityType"
			},
			"description": "A reported quantity for this MDH health indication."
		},
		"statusIndicator": {
			"type": "boolean",
			"description": "The indication of whether or not the status of this MDH health indication is true or false."
		},
		"typeCode": {
			"anyOf": [
				{
					"$ref": "https://schema.twindev.org/unece/UneceMDHHealthIndicationTypeCodeList"
				},
				{
					"type": "string"
				}
			],
			"description": "A code specifying a type of MDH health indication."
		}
	},
	"required": ["type"]
}
