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