Skip to content

Commit

Permalink
Updated following file(s): accounting.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertWille committed May 28, 2024
1 parent f945e4b commit 49d17ff
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions accounting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,7 @@ components:
created_by: edge-case
updated_at: low
created_at: edge-case
uncategorized_items: edge-case
additionalProperties: false
required:
- end_date
Expand Down Expand Up @@ -1237,6 +1238,16 @@ components:
$ref: '#/components/schemas/UpdatedAt'
created_at:
$ref: '#/components/schemas/CreatedAt'
uncategorized_items:
type: array
x-apideck-schema-id: BalanceSheetUncategorizedItems
title: Uncategorized Items
description: Items that are not categorized in the balance sheet
additionalProperties: false
items:
anyOf:
- $ref: '#/components/schemas/BalanceSheetAccount'
- $ref: '#/components/schemas/BalanceSheetAccountRecord'
BalanceSheetAccount:
type: object
x-apideck-schema-id: BalanceSheetAccount
Expand All @@ -1245,6 +1256,8 @@ components:
name: high
value: critical
items: medium
title: Balance Sheet Account
description: A balance sheet account represents the financial position of a company at a specific point in time.
additionalProperties: false
properties:
account_id:
Expand Down

0 comments on commit 49d17ff

Please sign in to comment.