Xero · Schema

ReportAttribute

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
Id string
Value string
View JSON Schema on GitHub

JSON Schema

xero-reportattribute-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReportAttribute",
  "title": "ReportAttribute",
  "externalDocs": {
    "url": "http://developer.xero.com/documentation/api/reports/"
  },
  "properties": {
    "Id": {
      "type": "string"
    },
    "Value": {
      "type": "string"
    }
  }
}