{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceSupplyPlanTypeCodeList",
	"title": "UneceSupplyPlanTypeCodeList",
	"description": "Values for UneceSupplyPlan typeCode property.",
	"anyOf": [
		{
			"const": "unece:projectedSupplyPlan",
			"description": "A supply plan, at line level, projected for this trade delivery."
		},
		{
			"const": "unece:specifiedSupplyPlan",
			"description": "The specification of the delivery quantities and delivery date/time values in a supply plan for this trade product."
		}
	]
}
