Unified.to · Schema

AccountingProfitlossSubcategory

@deprecated

IntegrationsUnified API

Properties

Name Type Description
amount number
name string
transaction_ids object
View JSON Schema on GitHub

JSON Schema

unified-to-accountingprofitlosssubcategory-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountingProfitlossSubcategory",
  "title": "AccountingProfitlossSubcategory",
  "description": "@deprecated",
  "properties": {
    "amount": {
      "type": "number"
    },
    "name": {
      "type": "string"
    },
    "transaction_ids": {
      "$ref": "#/components/schemas/property_AccountingProfitlossSubcategory_transaction_ids"
    }
  },
  "type": "object"
}