diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2025-07-15 13:23:31 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2025-07-15 13:23:31 +0100 |
| commit | 2bad8968bc8a5e8acadf3219f1e6a8cf7d79ec8f (patch) | |
| tree | 16d673bf362bb9ebd21b4c6cb3fbd70c5fed6b5d /requirements | |
| parent | 60e292521fb7a6afbe44d41a0eebb11cfd544848 (diff) | |
edit dml-pipe
Diffstat (limited to 'requirements')
| -rw-r--r-- | requirements/data_models/dml-pipe.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/requirements/data_models/dml-pipe.md b/requirements/data_models/dml-pipe.md index a7d2e8a..a701ea3 100644 --- a/requirements/data_models/dml-pipe.md +++ b/requirements/data_models/dml-pipe.md @@ -3,10 +3,11 @@ A pipe represents how much money the user wants to come in or go out of a bucket. In other words, it represents a flow of money from the tank to a bucket. -| Field | Type | Description | -| ------ | ------ | -------------------------------------------------------- | -| id | string | | -| amount | number | The amount of money flowing through the pipe. | -| period | string | How long it takes for `amount` to flow through the pipe. | +| Field | Type | Description | +| --------- | ------ | -------------------------------------------------------- | +| id | string | | +| amount | number | The amount of money flowing through the pipe. | +| period | string | How long it takes for `amount` to flow through the pipe. | +| bucket_id | string | The ID of the bucket to which this pipe corresponds. | Source: req-017 |
