{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "TaxDetail", "type": "object", "properties": { "taxCode": { "type": "string" }, "taxCategory": { "type": "string" }, "taxRate": { "type": "number" }, "description": { "type": "string" } } }