Unified.to · Schema

AccountingTrialbalanceSubItem

IntegrationsUnified API

Properties

Name Type Description
account_id string
account_name string
amount number
View JSON Schema on GitHub

JSON Schema

unified-to-accountingtrialbalancesubitem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountingTrialbalanceSubItem",
  "title": "AccountingTrialbalanceSubItem",
  "properties": {
    "account_id": {
      "type": "string"
    },
    "account_name": {
      "type": "string"
    },
    "amount": {
      "type": "number"
    }
  },
  "type": "object"
}