{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TaxAuthorityInfo", "title": "TaxAuthorityInfo", "type": "object", "properties": { "avalaraId": { "type": "string" }, "jurisdictionName": { "type": "string" }, "jurisdictionType": { "type": "string" }, "signatureCode": { "type": "string" } } }