{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceCropProtectionTreatment",
	"title": "UneceCropProtectionTreatment",
	"description": "A method or substance, such as chemical fertilizers and crop protection products, applied to plant growth whilst\nmanaging and controlling diseases and pests.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "CropProtectionTreatment",
			"description": "JSON-LD Type."
		},
		"applicableProcessCertificate": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceProcessCertificate"
			},
			"description": "A process certificate applicable to this specified crop protection treatment."
		},
		"applicableSustainabilityCharacteristic": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceSustainabilityCharacteristic"
			},
			"description": "A sustainability characteristic applicable to this specified crop protection treatment."
		},
		"description": {
			"type": "string",
			"description": "A textual description of this specified crop protection treatment."
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "An identifier of this specified crop protection treatment."
		},
		"typeCode": {
			"anyOf": [
				{
					"$ref": "https://schema.twindev.org/unece/UneceCropProtectionTreatmentTypeCodeList"
				},
				{
					"type": "string"
				}
			],
			"description": "The code specifying the type of crop protection treatment."
		},
		"usedMaterial": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceSpecifiedMaterial"
			},
			"description": "Material used for this specified crop protection treatment."
		}
	},
	"required": ["type"]
}
