{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceHazardousMaterial",
	"title": "UneceHazardousMaterial",
	"description": "Material which exhibits adverse effects on living organisms.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "HazardousMaterial",
			"description": "JSON-LD Type."
		},
		"applicableProductCertificate": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceProductCertificate"
			},
			"description": "A product certificate applicable to this toxicological hazardous material."
		},
		"applicableProductCharacteristic": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceProductCharacteristic"
			},
			"description": "A product characteristic applicable to this toxicological hazardous material."
		},
		"applicableSustainabilityCharacteristic": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceSustainabilityCharacteristic"
			},
			"description": "A sustainability characteristic applicable to this toxicological hazardous material."
		},
		"biologicalSeverityDescription": {
			"type": "string",
			"description": "The textual description of the biological severity of this toxicological hazardous material."
		},
		"description": {
			"type": "string",
			"description": "The textual description of this toxicological hazardous material."
		},
		"entryRouteDescription": {
			"type": "string",
			"description": "A textual description of the entry route of this toxicological hazardous material."
		},
		"reproductiveToxinName": {
			"type": "string",
			"description": "The name, expressed as text, of the reproductive toxin in this toxicological hazardous material."
		}
	},
	"required": ["type"]
}
