{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceWasteOriginProcess",
	"title": "UneceWasteOriginProcess",
	"description": "A physical process out of which waste originates.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "WasteOriginProcess",
			"description": "JSON-LD Type."
		},
		"description": {
			"type": "string",
			"description": "The textual description of this waste origin process."
		}
	},
	"required": ["type"]
}
