Xero · Schema

CISSettings

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
CISSettings array
View JSON Schema on GitHub

JSON Schema

xero-cissettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CISSettings",
  "title": "CISSettings",
  "type": "object",
  "x-objectArrayKey": "cis_settings",
  "properties": {
    "CISSettings": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CISSetting"
      }
    }
  }
}