{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/checkoutTax", "title": "checkoutTax", "type": "object", "properties": { "name": { "type": "string", "description": "Name of the tax." }, "amount": { "type": "number", "description": "", "format": "double" } }, "x-internal": false }