{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceDocumentHandlingInstructions",
	"title": "UneceDocumentHandlingInstructions",
	"description": "Instructions for handling the document, such as stamping the agent signature.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "DocumentHandlingInstructions",
			"description": "JSON-LD Type."
		},
		"procedure": {
			"type": "string",
			"description": "A procedure, expressed as text, for these document handling instructions."
		},
		"requirementIndicator": {
			"type": "boolean",
			"description": "The indication of whether or not a requirement exists for these document handling instructions."
		}
	},
	"required": ["type"]
}
