{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceDeliverySchedule",
	"title": "UneceDeliverySchedule",
	"description": "Specification of the forecasted delivery quantities and date/time values for a delivery schedule.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "DeliverySchedule",
			"description": "JSON-LD Type."
		},
		"scopeCode": {
			"type": "string",
			"description": "The code indicating the scope of a forecast delivery schedule."
		},
		"shipToParty": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceTradeParty"
			},
			"description": "A ship to party for this forecast delivery schedule."
		},
		"specifiedTradeLineItem": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceSupplyChainTradeLineItem"
			},
			"description": "A trade line item specified for this forecast delivery schedule."
		}
	},
	"required": ["type"]
}
