Commit 76d92ef
committed
fix:
The slot `status` declares it's range to be `string`, but in fact raw
strings like `testing` or `unstable` are being used in the metamodel
itself. This patch aligns the specification with its current use.
Fixing it to remain `uriorcurie` would require multiple changes with
bigger impact than this change. They might get implemented in the
future.
Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>status's range is string instead of uriorcurie
1 parent 986c788 commit 76d92ef
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
434 | 434 | | |
435 | 435 | | |
436 | 436 | | |
437 | | - | |
| 437 | + | |
438 | 438 | | |
439 | | - | |
| 439 | + | |
| 440 | + | |
440 | 441 | | |
441 | | - | |
| 442 | + | |
| 443 | + | |
442 | 444 | | |
443 | 445 | | |
444 | 446 | | |
| |||
0 commit comments