Xero · Schema

FeedConnections

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
pagination object
items array
View JSON Schema on GitHub

JSON Schema

xero-feedconnections-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FeedConnections",
  "title": "FeedConnections",
  "externalDocs": {
    "url": "https://developer.xero.com/documentation/bank-feeds-api/feed-connections"
  },
  "type": "object",
  "properties": {
    "pagination": {
      "$ref": "#/components/schemas/Pagination"
    },
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/FeedConnection"
      }
    }
  }
}