{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceProcessWorkItemTypeCodeList",
	"title": "UneceProcessWorkItemTypeCodeList",
	"description": "Values for UneceProcessWorkItem typeCode property.",
	"anyOf": [
		{
			"const": "unece:performedWorkItem",
			"description": "A work item performed for this production process."
		}
	]
}
