{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CISOrgSetting", "title": "CISOrgSetting", "externalDocs": { "url": "https://developer.xero.com/documentation/api/organisation" }, "properties": { "CISContractorEnabled": { "description": "true or false - Boolean that describes if the organisation is a CIS Contractor", "type": "boolean" }, "CISSubContractorEnabled": { "description": "true or false - Boolean that describes if the organisation is a CIS SubContractor", "type": "boolean" }, "Rate": { "description": "CIS Deduction rate for the organisation", "type": "number", "format": "double", "readOnly": true, "x-is-money": true } } }