Xero · Schema

ReportFields

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

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

JSON Schema

xero-reportfields-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReportFields",
  "title": "ReportFields",
  "type": "object",
  "properties": {
    "FieldID": {
      "type": "string"
    },
    "Description": {
      "type": "string"
    },
    "Value": {
      "type": "string"
    }
  }
}