Xero · Schema

SuperFundProducts

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
SuperFundProducts array
View JSON Schema on GitHub

JSON Schema

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