{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceXHEParty",
	"title": "UneceXHEParty",
	"description": "An individual, a group, or a body having a role in an XHE (Exchange Header Envelope).",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "XHEParty",
			"description": "JSON-LD Type."
		},
		"specifiedXHEIdentity": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceXHEIdentity"
			},
			"description": "Identifying information specified for an XHE party."
		}
	},
	"required": ["type", "specifiedXHEIdentity"]
}
