You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration/db_entities.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Files in `db_entities` folder describe *entities* and their *attributes*. You ca
4
4
This serves as sort of schema for the database DP³ uses.
5
5
How DP³ deals with changes to the `db_entities` is described in the [schema tracking](#schema-tracking) section.
6
6
7
-
Below is YAML file (e.g. `db_entities/bus.yml`) corresponding to bus tracking system example from [Data model](../../data_model/#exemplary-system)chapter.
7
+
Below is YAML file (e.g. `db_entities/bus.yml`) corresponding to bus tracking system example from the [Data model](../../data_model/#exemplary-system)page.
8
8
9
9
```yaml
10
10
entity:
@@ -161,7 +161,7 @@ Description of `history_params` subobject (see table above).
161
161
162
162
| Parameter | Data-type | Default value | Description |
| **`timeseries_type`** | string | *(mandatory)* | One of: `regular`, `irregular` or `irregular_intervals`. See chapter *Data model* for explanation. |
164
+
| **`timeseries_type`** | string | *(mandatory)* | One of: `regular`, `irregular` or `irregular_intervals`. See the *Data model* page for explanation. |
165
165
| **`series`** | object of objects, see below | *(mandatory)* | Configuration of series of data represented by this timeseries attribute. |
166
166
| `timeseries_params` | object, see below | | Other timeseries parameters. A subobject with fields described by the table below. |
0 commit comments