Unified.to · Schema

AccountingProfitlossSection

IntegrationsUnified API

Properties

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

JSON Schema

unified-to-accountingprofitlosssection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountingProfitlossSection",
  "title": "AccountingProfitlossSection",
  "properties": {
    "accounts": {
      "$ref": "#/components/schemas/property_AccountingProfitlossSection_accounts"
    },
    "section_name": {
      "type": "string"
    },
    "section_type": {
      "type": "string"
    },
    "total_amount": {
      "type": "number"
    }
  },
  "type": "object"
}