{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceTaxRegistration",
	"title": "UneceTaxRegistration",
	"description": "Registration with a specific tax authority.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "TaxRegistration",
			"description": "JSON-LD Type."
		},
		"associatedTax": {
			"$ref": "https://schema.twindev.org/unece/UneceRegisteredTax",
			"description": "The registered tax associated with this tax registration."
		},
		"iOSSId": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The Import One Stop Shop (IOSS) identifier for this tax registration."
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The unique identifier for this tax registration."
		}
	},
	"required": ["type"]
}
