Xero · Schema

SuperFunds

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
SuperFunds array
View JSON Schema on GitHub

JSON Schema

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