{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceTradeProductCertification",
	"title": "UneceTradeProductCertification",
	"description": "The process of certifying that a certain product has passed performance and quality assurance tests, or qualification\nrequirements stipulated in regulations.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "TradeProductCertification",
			"description": "JSON-LD Type."
		},
		"applicableStandard": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceStandard"
			},
			"description": "A referenced standard applicable to this trade product certification."
		},
		"assertion": {
			"type": "string",
			"description": "An assertion, expressed as text, for this trade product certification, such as that this product is free from peanuts."
		},
		"assertionCode": {
			"type": "string",
			"description": "A code specifying an assertion for this trade product certification, such as claims that a product is free from peanuts."
		},
		"relatedLocation": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceLocation"
			},
			"description": "A referenced location related to this trade product certification."
		},
		"responsibleAgency": {
			"type": "string",
			"description": "The agency, expressed as text, responsible for this trade product certification."
		},
		"specifiedAssertion": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceAssertion"
			},
			"description": "A sustainability assertion specified for this trade product certification."
		},
		"standard": {
			"type": "string",
			"description": "The standard, expressed as text, for this trade product certification."
		}
	},
	"required": ["type"]
}
