{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceSpecifiedMaterial",
	"title": "UneceSpecifiedMaterial",
	"description": "A substance from which something is or could be made.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "SpecifiedMaterial",
			"description": "JSON-LD Type."
		},
		"applicableAssessment": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceAssessment"
			},
			"description": "An assessment applicable for this specified material."
		},
		"applicableGoodsCharacteristic": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceGoodsCharacteristic"
			},
			"description": "A goods characteristic applicable to this specified material."
		},
		"applicableProductCertificate": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceProductCertificate"
			},
			"description": "A product certificate applicable to this specified material."
		},
		"applicableProductCharacteristic": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceProductCharacteristic"
			},
			"description": "A product characteristic applicable to this specified material."
		},
		"applicableQuantity": {
			"$ref": "https://schema.twindev.org/unece/UneceQuantityType",
			"description": "The quantity applicable to this specified material."
		},
		"applicableSpecifiedCertificate": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceSpecifiedCertificate"
			},
			"description": "A certificate applicable to this specified material."
		},
		"applicableSustainabilityCharacteristic": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceSustainabilityCharacteristic"
			},
			"description": "A sustainability characteristic applicable to this specified material."
		},
		"applicableTradeProductCertification": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceTradeProductCertification"
			},
			"description": "A product certification applicable to this specified material."
		},
		"applicableWasteMaterialRecoveryDisposalProcess": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceWasteMaterialRecoveryDisposalProcess"
			},
			"description": "A waste material recovery disposal process applicable to this specified material."
		},
		"classificationId": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "An identifier of the classification of this specified material."
		},
		"componentMaterial": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceSpecifiedMaterial"
			},
			"description": "Component material for this specified material."
		},
		"description": {
			"type": "string",
			"description": "A textual description of this specified material."
		},
		"descriptionCode": {
			"type": "string",
			"description": "The code specifying the description of this material."
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "An identifier of this specified material."
		},
		"information": {
			"type": "string",
			"description": "Information, expressed as text, for this specified material."
		},
		"manufacturerParty": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceTradeParty"
			},
			"description": "A manufacturer party for this specified material."
		},
		"massMeasure": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceMeasureType"
			},
			"description": "A measure of the mass of this specified material."
		},
		"massRatioMeasure": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceMeasureType"
			},
			"description": "A mass measure of this specified material expressed as a ratio to another mass, such as the total mass."
		},
		"name": {
			"type": "string",
			"description": "The name, expressed as text, of this specified material."
		},
		"presencePercent": {
			"type": "string",
			"description": "The percentage of the presence for this specified material."
		},
		"specifiedLocation": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceLocation"
			},
			"description": "A referenced location specified for this material."
		},
		"statusCode": {
			"type": "string",
			"description": "The code specifying the status of this material."
		},
		"typeCode": {
			"anyOf": [
				{
					"$ref": "https://schema.twindev.org/unece/UneceSpecifiedMaterialTypeCodeList"
				},
				{
					"type": "string"
				}
			],
			"description": "The code specifying the type of material."
		},
		"usedChemical": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceChemical"
			},
			"description": "A distinct chemical used for this specified material."
		},
		"volumeMeasure": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceMeasureType"
			},
			"description": "A measure of the volume of this specified material."
		},
		"volumeRatioMeasure": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceMeasureType"
			},
			"description": "A measure of the volume of this specified material expressed as a ratio to another volume, such as the total volume."
		},
		"weightMeasure": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceMeasureType"
			},
			"description": "A measure of the weight of this specified material."
		}
	},
	"required": ["type"]
}
