{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Taxation", "description": "Taxation represents set of `TaxRate` within `TaxEnvironment`.", "$id": "https://raw.githubusercontent.com/api-evangelist/mews-systems/refs/heads/main/json-schema/connector-billing-taxation-schema.json", "required": [ "Code", "LocalName", "Name" ], "type": "object", "properties": {}, "additionalProperties": false, "x-schema-id": "Taxation" }