Apideck · Schema

LedgerAccounts

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-ledgeraccounts-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LedgerAccounts",
  "title": "LedgerAccounts",
  "items": {
    "$ref": "#/components/schemas/LedgerAccount"
  },
  "type": "array"
}