{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceTransportationWasteRecoveryDisposalProcess",
	"title": "UneceTransportationWasteRecoveryDisposalProcess",
	"description": "A process of either regaining substances in usable form, or of getting rid of substances resulting from transportation.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "TransportationWasteRecoveryDisposalProcess",
			"description": "JSON-LD Type."
		},
		"description": {
			"type": "string",
			"description": "A textual description for the type of transportation waste recovery disposal process."
		},
		"specifiedProcessCertificate": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceProcessCertificate"
			},
			"description": "A process certificate specified for this transportation waste recovery disposal process."
		},
		"transportationWasteRecoveryDisposalProcessTypeCode": {
			"type": "string",
			"description": "The code specifying the type of transportation waste recovery disposal process."
		}
	},
	"required": ["type"]
}
