Xero · Schema

TrackingOptions

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
Options array
View JSON Schema on GitHub

JSON Schema

xero-trackingoptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TrackingOptions",
  "title": "TrackingOptions",
  "type": "object",
  "x-objectArrayKey": "options",
  "properties": {
    "Options": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/TrackingOption"
      }
    }
  }
}