{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceProtectionMeans",
	"title": "UneceProtectionMeans",
	"description": "A way to protect something, such as human beings, animals or environment, from getting infected or becoming ill.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "ProtectionMeans",
			"description": "JSON-LD Type."
		},
		"acceptedIndicator": {
			"type": "boolean",
			"description": "The indication of whether or not this disease protection means is accepted."
		},
		"categoryCode": {
			"type": "string",
			"description": "The code specifying the category of disease protection means."
		},
		"description": {
			"type": "string",
			"description": "A textual description of this disease protection means."
		},
		"item": {
			"type": "string",
			"description": "An item, expressed as text, for this disease protection means."
		},
		"restriction": {
			"type": "string",
			"description": "A restriction, expressed as text, for this disease protection means."
		}
	},
	"required": ["type"]
}
