Scenario
Primary key: group, name, variant
Data fields
| Name | Title | Type | Required | Constraints | Description |
|---|---|---|---|---|---|
name | string | ✓ | maxLength=50 | Name of the scenario. This is unique within the scenario group. | |
group | string | ✓ | The id of the scenario group this scenario belongs to | ||
variant | string | ✓ | The variant of the scenario | ||
label | string | maxLength=255 | Labels used in graphs etc. to denote the element | ||
description | string | Explanation and documentation of a single element |