Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions schemas/expense/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ properties:
example: "25"
description: A string representation of a decimal value, limited to 2 decimal places
group_id:
type: integer
description: The group to put this expense in
type: integer
description: The group to put this expense in, or `0` to create an expense outside of a group.
description:
type: string
description: A short description of the expense
Expand Down