diff options
| author | Joe Carstairs <me@joeac.net> | 2025-07-15 07:43:15 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-07-15 07:45:56 +0100 |
| commit | 4699be8a1f6ceab4200d391a94c5711f20f02615 (patch) | |
| tree | 2e57d95e8696da64ca6fc7f81337c4f3017470e5 /requirements/data_models | |
| parent | 1f40dd79535ba7987b5c01abcd54b016983e20f7 (diff) | |
add dml-bucket
Diffstat (limited to 'requirements/data_models')
| -rw-r--r-- | requirements/data_models/dml-bucket.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/requirements/data_models/dml-bucket.md b/requirements/data_models/dml-bucket.md new file mode 100644 index 0000000..b0d978f --- /dev/null +++ b/requirements/data_models/dml-bucket.md @@ -0,0 +1,11 @@ +# dml-bucket + +A bucket represents a real category of spending, like beer or holidays. + +| Field | Type | Description | +| ------- | ------ | ----------------------------------------------------- | +| id | string | | +| name | string | A short description of the real category of spending. | +| balance | number | The amount of money currently in the bucket. | + +Source: req-017 |
