{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceAgriculturalApplication",
	"title": "UneceAgriculturalApplication",
	"description": "Any substance such as seed, fertilizer, water, gas or chemical applied to an agricultural field, substrate,\nconstruction, plant, animal or product.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "AgriculturalApplication",
			"description": "JSON-LD Type."
		},
		"applicableSustainabilityCharacteristic": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceSustainabilityCharacteristic"
			},
			"description": "A sustainability characteristic applicable to this agricultural application."
		},
		"appliedArea": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceAgriculturalZoneArea"
			},
			"description": "A specified agricultural application applied to this agricultural zone area."
		},
		"appliedCertificate": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceAgriculturalCertificate"
			},
			"description": "An agricultural certificate applied to this specified agricultural application."
		},
		"appliedChemicalTreatment": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceSpecifiedChemicalTreatment"
			},
			"description": "A specified chemical treatment applied to this agricultural application."
		},
		"appliedMaterial": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceSpecifiedMaterial"
			},
			"description": "Specified material applied to this agricultural application."
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The identifier for this specified agricultural application."
		},
		"specifiedLocation": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceLocation"
			},
			"description": "A referenced location specified for this specified agricultural application."
		},
		"specifiedPlot": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UnecePlot"
			},
			"description": "A crop plot specified for this agricultural application."
		},
		"specifiedProductBatch": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceProductBatch"
			},
			"description": "A product batch specified for this specified agricultural application."
		}
	},
	"required": ["type"]
}
