{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BillingTaxIdentificationCode", "title": "BillingTaxIdentificationCode", "description": "Tax identifier code is a normalized tax code shown on the original identity document.", "type": "string", "maxLength": 32, "minLength": 1 }