Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: doc: DATA_MODEL_JSON.md, spelling #276

Merged
merged 1 commit into from
Sep 16, 2024
Merged
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
8 changes: 4 additions & 4 deletions documentation/DATA_MODEL_JSON.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ understandable representation of data, which facilitates manual editing.
- **metadata**: Stores metadata information such as colors, train categories, etc.
- **freeFloatingTexts**: Contains any freely placed texts in the Netzgrafik, notes.
- **labels**: Represents labels associated with nodes or trainruns.
- **labelGroups**: Groups labels together for easier management and to classify the labels into trainrun labels, node labels and note labes,.
- **labelGroups**: Groups labels together for easier management and to classify the labels into trainrun labels, node labels and note labels,.
- **filterData**: Contains data related to filtering the Netzgrafik.

This is the basic data structure to represent the various elements in a JSON description. You can populate each element with the specific data relevant to your scenario.
Expand Down Expand Up @@ -110,7 +110,7 @@ See also [DATA_MODEL.md : business orientated description](https://github.com/Sc
- **trainrunCategoryHaltezeiten** : The stop time if the trainrun of product [A, B, C, D or IPV] have to do per default : trainrunCategoryHaltezeiten
- **symmetryAxis** : Deprecated : null
- **warnings**: If the business logic needs to notify the user about issues, a warning can be used in JSON format : Warning
- **labelIds**: Filterable labels assigned to the node are stored in this array of label identifiers : Arrey of numeric
- **labelIds**: Filterable labels assigned to the node are stored in this array of label identifiers : Array of numeric


<details>
Expand Down Expand Up @@ -355,7 +355,7 @@ More details about TimeLock
- **categoryId**: Reference to the [trainrunCategories](https://github.com/SchweizerischeBundesbahnen/netzgrafik-editor-frontend/blob/main/documentation/DATA_MODEL_JSON.md#metadata) : numeric
- **frequencyId**: Reference to the [trainrunFrequencies](https://github.com/SchweizerischeBundesbahnen/netzgrafik-editor-frontend/blob/main/documentation/DATA_MODEL_JSON.md#metadata) : numeric
- **trainrunTimeCategoryId**: Reference to the [trainrunTimeCategories](https://github.com/SchweizerischeBundesbahnen/netzgrafik-editor-frontend/blob/main/documentation/DATA_MODEL_JSON.md#metadata) : numeric
- **labelIds**: Filterable labels assigned to the node are stored in this array of label identifiers : Arrey of integer
- **labelIds**: Filterable labels assigned to the node are stored in this array of label identifiers : Array of integer



Expand Down Expand Up @@ -621,5 +621,5 @@ Define the dayTimeIntervalElement
- **text**: The text (description) of the node : string
- **backgroundColor**: HTML color as HEX for the background: string
- **textColor**: HTML color as HEX for the text: string
- **labelIds**: Filterable labels assigned to the node are stored in this array of label identifiers : Arrey of integer
- **labelIds**: Filterable labels assigned to the node are stored in this array of label identifiers : Array of integer