Unified.to · Schema

property_AccountingReport_profit_and_loss_expenses_sections

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-accountingreport-profit-and-loss-expenses-sections-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_AccountingReport_profit_and_loss_expenses_sections",
  "title": "property_AccountingReport_profit_and_loss_expenses_sections",
  "items": {
    "$ref": "#/components/schemas/AccountingProfitlossSection"
  },
  "type": "array"
}