{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceProcessCertification",
	"title": "UneceProcessCertification",
	"description": "The process of certifying that a process has met performance and quality assurance tests, or qualification requirements.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "ProcessCertification",
			"description": "JSON-LD Type."
		},
		"applicableStandard": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceStandard"
			},
			"description": "A referenced standard applicable to this process certification."
		},
		"assertion": {
			"type": "string",
			"description": "An assertion, expressed as text, for this process certification."
		},
		"assertionCode": {
			"type": "string",
			"description": "The code specifying the assertion for this process certification, such as a claim that the process is free from child\nlabour."
		},
		"relatedLocation": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceLocation"
			},
			"description": "A referenced location related to this process certification."
		},
		"responsibleAgency": {
			"type": "string",
			"description": "An agency, expressed as text, responsible for this process certification."
		},
		"specifiedAssertion": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceAssertion"
			},
			"description": "A sustainability assertion specified for this process certification."
		},
		"standard": {
			"type": "string",
			"description": "A standard, expressed as text, used for this process certification."
		}
	},
	"required": ["type"]
}
