{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceCropMixtureConstituent",
	"title": "UneceCropMixtureConstituent",
	"description": "A plant species or variety constituting part of a field crop mixture.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "CropMixtureConstituent",
			"description": "JSON-LD Type."
		},
		"cropProportionPercent": {
			"type": "string",
			"description": "The percent of the crop proportion of this field crop mixture constituent."
		},
		"specifiedBotanicalCrop": {
			"$ref": "https://schema.twindev.org/unece/UneceBotanicalCrop",
			"description": "The botanical crop specified for this field crop mixture constituent."
		}
	},
	"required": ["type", "cropProportionPercent", "specifiedBotanicalCrop"]
}
