{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/menus-menu-tax-rate-structure.json", "name": "MenuTaxRate", "description": "Tax Rates Associated with a Menu", "type": "object", "properties": { "TaxRateId": { "description": "Id of Tax Rate", "type": "int32", "example": 500123 }, "Name": { "description": "Name of Tax Rate", "maxLength": 2048, "minLength": 0, "type": "string", "example": "Example Name" }, "Rate": { "description": "In Percentage", "type": "double", "example": 1.0 } } }