{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/TaxJurisdiction",
"title": "TaxJurisdiction",
"type": "object",
"properties": {
"region": {
"description": "The region of the tax jurisdiction.",
"$ref": "#/components/schemas/Region"
},
"taxJurisdictionId": {
"type": "string",
"description": "The identifier of the tax jurisdiction."
}
},
"description": "The type that defines the fields for the tax jurisdiction details."
}