Xero · Schema

Tasks

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

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

JSON Schema

xero-tasks-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Tasks",
  "title": "Tasks",
  "externalDocs": {
    "url": "https://developer.xero.com/documentation/projects/projects"
  },
  "type": "object",
  "properties": {
    "pagination": {
      "$ref": "#/components/schemas/Pagination"
    },
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Task"
      }
    }
  }
}