{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceTransportationWasteMaterialComponent",
	"title": "UneceTransportationWasteMaterialComponent",
	"description": "An unused and rejected as unwanted component of transport material resulting from transportation.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "TransportationWasteMaterialComponent",
			"description": "JSON-LD Type."
		},
		"applicableProductCertificate": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceProductCertificate"
			},
			"description": "A product certificate applicable to this transportation waste material component."
		},
		"applicableSustainabilityCharacteristic": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceSustainabilityCharacteristic"
			},
			"description": "A sustainability characteristic applicable to this transportation waste material component."
		},
		"description": {
			"type": "string",
			"description": "A textual description for this transportation waste material component."
		},
		"estimatedGeneratedMeasure": {
			"$ref": "https://schema.twindev.org/unece/UneceVolumeUnitMeasureType",
			"description": "The estimated measure for this generated transportation waste material component."
		},
		"maximumDedicatedStorageCapacityMeasure": {
			"$ref": "https://schema.twindev.org/unece/UneceVolumeUnitMeasureType",
			"description": "The measure of the maximum dedicated storage capacity for this transportation waste material component."
		},
		"plannedDischargedMeasure": {
			"$ref": "https://schema.twindev.org/unece/UneceVolumeUnitMeasureType",
			"description": "The planned measure for this discharged transportation waste material component."
		},
		"remainingDeliveryEvent": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceTransportEvent"
			},
			"description": "A delivery event for this remaining transportation waste material component."
		},
		"typeCode": {
			"anyOf": [
				{
					"$ref": "https://schema.twindev.org/unece/UneceTransportationWasteMaterialComponentTypeCodeList"
				},
				{
					"type": "string"
				}
			],
			"description": "A code specifying a type of transportation waste material component."
		},
		"volumeUnitReceivedMeasure": {
			"$ref": "https://schema.twindev.org/unece/UneceVolumeUnitMeasureType",
			"description": "The measure of this received transportation waste material component."
		},
		"volumeUnitRetainedMeasure": {
			"$ref": "https://schema.twindev.org/unece/UneceVolumeUnitMeasureType",
			"description": "The measure for this retained transportation waste material component."
		}
	},
	"required": ["type"]
}
