{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceAgriculturalProcess",
	"title": "UneceAgriculturalProcess",
	"description": "A practice of cultivating land, raising crops, or treatment of the agricultural produce.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "AgriculturalProcess",
			"description": "JSON-LD Type."
		},
		"actualEndDateTime": {
			"type": "string",
			"description": "The date, time, date time or other date time value of the actual end for the crop production in this agricultural\nprocess.",
			"format": "date-time"
		},
		"actualStartDateTime": {
			"type": "string",
			"description": "The date, time, date time or other date time value for the actual start of the crop production in this agricultural\nprocess.",
			"format": "date-time"
		},
		"appliedAgriculturalApplication": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceAgriculturalApplication"
			},
			"description": "An agricultural application applied to a crop production agricultural process."
		},
		"description": {
			"type": "string",
			"description": "The textual description of the agricultural process for this crop production."
		},
		"earliestStartDateTime": {
			"type": "string",
			"description": "The date, time, date time or other date time value for the earliest start of the crop production in this agricultural\nprocess.",
			"format": "date-time"
		},
		"harvestedBatch": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceCropProduceBatch"
			},
			"description": "A crop produce batch harvested in the crop production for this agricultural process."
		},
		"latestEndDateTime": {
			"type": "string",
			"description": "The date, time, date time or other date time value of the latest end for the crop production in this agricultural\nprocess.",
			"format": "date-time"
		},
		"productionWasteInstructions": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceDisposalInstructions"
			},
			"description": "Disposal instructions related to production waste for this agricultural crop production process."
		},
		"reportedProductionWasteMaterial": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceProductionWasteMaterial"
			},
			"description": "Production waste material reported for this agricultural crop production process."
		},
		"specifiedFieldCrop": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceFieldCrop"
			},
			"description": "A field crop specified for this crop production agricultural process."
		},
		"statusCode": {
			"type": "string",
			"description": "The code specifying the status of the agricultural process for this crop production."
		},
		"subordinateTypeCode": {
			"type": "string",
			"description": "The code specifying the subordinate type of the agricultural process for this crop production."
		},
		"typeCode": {
			"anyOf": [
				{
					"$ref": "https://schema.twindev.org/unece/UneceAgriculturalProcessTypeCodeList"
				},
				{
					"type": "string"
				}
			],
			"description": "The code specifying the type of agricultural process for this crop production."
		}
	},
	"required": ["type"]
}
