{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceProductionWasteMaterialComponent",
	"title": "UneceProductionWasteMaterialComponent",
	"description": "A production material component that is unused and rejected as unwanted.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "ProductionWasteMaterialComponent",
			"description": "JSON-LD Type."
		},
		"applicableProductCertificate": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceProductCertificate"
			},
			"description": "A product certificate applicable to this production waste material component."
		},
		"applicableSustainabilityCharacteristic": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceSustainabilityCharacteristic"
			},
			"description": "A sustainability characteristic applicable to this production waste material component."
		},
		"description": {
			"type": "string",
			"description": "A textual description of this production waste material component."
		},
		"typeCode": {
			"anyOf": [
				{
					"$ref": "https://schema.twindev.org/unece/UneceProductionWasteMaterialComponentTypeCodeList"
				},
				{
					"type": "string"
				}
			],
			"description": "The code specifying the type of production waste material component."
		}
	},
	"required": ["type"]
}
