Xero · Schema

ReportCell

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
Value string
Attributes array
View JSON Schema on GitHub

JSON Schema

xero-reportcell-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReportCell",
  "title": "ReportCell",
  "type": "object",
  "properties": {
    "Value": {
      "type": "string"
    },
    "Attributes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ReportAttribute"
      }
    }
  }
}