{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceReturnableAssetInstructions",
	"title": "UneceReturnableAssetInstructions",
	"description": "The procedures to follow for returnable assets, such as reusable packaging (pallets, crates).",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "ReturnableAssetInstructions",
			"description": "JSON-LD Type."
		},
		"depositValueSpecifiedAmount": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceAmountType"
			},
			"description": "A deposit value specified in these returnable asset instructions."
		},
		"depositValueValidityPeriod": {
			"$ref": "https://schema.twindev.org/unece/UneceSpecifiedPeriod",
			"description": "The specified period during which the deposit value specified in these returnable asset instructions is valid."
		},
		"materialId": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "An identifier of the material to which these returnable asset instructions apply."
		},
		"returnableAssetInstructionsTermsAndConditionsDescriptionCode": {
			"type": "string",
			"description": "The code specifying the description of the terms and conditions for these returnable asset instructions."
		},
		"termsAndConditionsDescription": {
			"type": "string",
			"description": "A textual description of the terms and conditions for these returnable asset instructions."
		}
	},
	"required": ["type"]
}
