{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceAppliedChemicalTreatment",
	"title": "UneceAppliedChemicalTreatment",
	"description": "A process of applying a chemical, physical, or biological agent to an object.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "AppliedChemicalTreatment",
			"description": "JSON-LD Type."
		},
		"applicableSpecifiedTemperature": {
			"$ref": "https://schema.twindev.org/unece/UneceSpecifiedTemperature",
			"description": "The specified temperature applicable for this applied chemical treatment."
		},
		"appliedPeriod": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceSpecifiedPeriod"
			},
			"description": "A period during which this chemical treatment is applied."
		},
		"chemicalConcentrationMeasure": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceMeasureType"
			},
			"description": "A measure of the chemical concentration of this applied chemical treatment."
		},
		"methodName": {
			"type": "string",
			"description": "The name, expressed as text, of the method of this applied chemical treatment."
		},
		"name": {
			"type": "string",
			"description": "A name, expressed as text, of this applied chemical treatment."
		},
		"occurrenceDateTime": {
			"type": "string",
			"description": "The date time of the occurrence of this applied chemical treatment.",
			"format": "date-time"
		},
		"resultAuthentication": {
			"$ref": "https://schema.twindev.org/unece/UneceAuthentication",
			"description": "The authentication of the results of this applied chemical treatment."
		},
		"resultNote": {
			"$ref": "https://schema.twindev.org/unece/UneceNote",
			"description": "The note describing the results of this applied chemical treatment."
		},
		"unitChemicalConcentrationMeasure": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceUnitMeasureType"
			},
			"description": "A measure of the chemical concentration of this applied chemical treatment."
		},
		"usedChemical": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceChemical"
			},
			"description": "A chemical used during this applied chemical treatment."
		}
	},
	"required": ["type"]
}
