Xero · Schema

Actions

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
Actions array
View JSON Schema on GitHub

JSON Schema

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