We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f889b79 commit 535b851Copy full SHA for 535b851
1 file changed
schemas/expense/common.yaml
@@ -5,8 +5,8 @@ properties:
5
example: "25"
6
description: A string representation of a decimal value, limited to 2 decimal places
7
group_id:
8
- type: integer
9
- 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.
10
description:
11
type: string
12
description: A short description of the expense
0 commit comments