{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SalesTaxJurisdictions", "title": "SalesTaxJurisdictions", "type": "object", "properties": { "salesTaxJurisdictions": { "type": "array", "description": "A list of sales-tax jurisdictions.", "items": { "$ref": "#/components/schemas/SalesTaxJurisdiction" } } }, "description": "This complex type contains a list of sales-tax jurisdictions." }