{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceTolerance",
	"title": "UneceTolerance",
	"description": "Permissible limit or limits of variation that is fixed for the case in question but may be different in other cases.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "Tolerance",
			"description": "JSON-LD Type."
		},
		"information": {
			"type": "string",
			"description": "Information, expressed as text, for this specified tolerance."
		},
		"marginValueNumeric": {
			"type": "string",
			"description": "The margin numeric value of this specified tolerance."
		},
		"marginValuePercent": {
			"type": "string",
			"description": "The margin percentage value of this specified tolerance."
		},
		"minusValuePercent": {
			"type": "string",
			"description": "The minus percentage value of this specified tolerance."
		},
		"minusValueQuantity": {
			"$ref": "https://schema.twindev.org/unece/UneceQuantityType",
			"description": "The minus quantity value of this specified tolerance."
		},
		"surplusValuePercent": {
			"type": "string",
			"description": "The surplus percentage value of this specified tolerance."
		},
		"surplusValueQuantity": {
			"$ref": "https://schema.twindev.org/unece/UneceQuantityType",
			"description": "The surplus quantity value of this specified tolerance."
		}
	},
	"required": ["type"]
}
