{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceSeal",
	"title": "UneceSeal",
	"description": "A device used to secure an object and protect it from unauthorized entry or tampering during transport or other\nlogistics operations.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "Seal",
			"description": "JSON-LD Type."
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "A unique identifier for this logistics seal."
		},
		"issuingParty": {
			"$ref": "https://schema.twindev.org/unece/UneceTradeParty",
			"description": "The party issuing this logistics seal."
		},
		"logisticsSealTypeCode": {
			"type": "string",
			"description": "The code specifying the type of logistics seal."
		},
		"logisticsSealingPartyRoleCode": {
			"$ref": "https://schema.twindev.org/unece/UneceSealingPartyRoleCodeList",
			"description": "The code specifying the role of the party responsible for the sealing of this logistics seal."
		},
		"maximumId": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The maximum unique identifier used for these logistics seals."
		},
		"sealConditionCode": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceSealConditionCodeList"
			},
			"description": "A code specifying a condition of this logistics seal."
		},
		"sealingPartyRole": {
			"type": "string",
			"description": "The role, expressed as text, of the party responsible for the sealing of this logistics seal."
		}
	},
	"required": ["type"]
}
