Unified.to · Schema

AccountingCashflowSection

IntegrationsUnified API

Properties

Name Type Description
items object
section_name string
total_amount number
View JSON Schema on GitHub

JSON Schema

unified-to-accountingcashflowsection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountingCashflowSection",
  "title": "AccountingCashflowSection",
  "properties": {
    "items": {
      "$ref": "#/components/schemas/property_AccountingCashflowSection_items"
    },
    "section_name": {
      "type": "string"
    },
    "total_amount": {
      "type": "number"
    }
  },
  "type": "object"
}