{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceBranchFinancialInstitution",
	"title": "UneceBranchFinancialInstitution",
	"description": "A sub-division of a bank, building society, credit union, stock brokerage, or similar business; established primarily to\nprovide financial services and financial transactions.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "BranchFinancialInstitution",
			"description": "JSON-LD Type."
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The unique identifier for this branch of a financial institution."
		},
		"locationAddress": {
			"$ref": "https://schema.twindev.org/unece/UneceFinancialInstitutionAddress",
			"description": "The location address for this branch of a financial institution."
		},
		"name": {
			"type": "string",
			"description": "The name, expressed as text, for this branch of a financial institution."
		}
	},
	"required": ["type"]
}
