Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs/index.html linguist-generated=true
2,168 changes: 1,942 additions & 226 deletions docs/index.html

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions schemas/expense/by_shares.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ allOf:
- $ref: ./common.yaml
- type: object
properties:
group_id:
type: integer
description: The group to put this expense in, or `0` to create an expense outside of a group.
users__0__user_id:
type: integer
example: 54123
Expand Down
3 changes: 0 additions & 3 deletions schemas/expense/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ properties:
type: string
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, or `0` to create an expense outside of a group.
description:
type: string
description: A short description of the expense
Expand Down
3 changes: 3 additions & 0 deletions schemas/expense/equal_group_split.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ allOf:
- $ref: ./common.yaml
- type: object
properties:
group_id:
type: integer
description: The group to put this expense in.
split_equally:
type: boolean
enum: [true]
Expand Down