{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TaxEnvironment", "description": "Tax environment represents set of `Taxation` together with optional validity interval.", "$id": "https://raw.githubusercontent.com/api-evangelist/mews-systems/refs/heads/main/json-schema/connector-billing-tax-environment-schema.json", "required": [ "Code", "CountryCode", "TaxationCodes" ], "type": "object", "properties": {}, "additionalProperties": false, "x-schema-id": "TaxEnvironment" }