rsmp 0.45.0 → 0.45.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/rubocop.yaml +1 -1
  3. data/.github/workflows/sus.yaml +1 -1
  4. data/.gitignore +0 -1
  5. data/CHANGELOG.md +12 -1
  6. data/Gemfile +0 -2
  7. data/Gemfile.lock +1 -79
  8. data/README.md +14 -35
  9. data/documentation/configuration.md +12 -11
  10. data/documentation/message_distribution.md +1 -2
  11. data/documentation/tasks.md +1 -2
  12. data/exe/rsmp +1 -2
  13. data/lib/rsmp/cli.rb +33 -3
  14. data/lib/rsmp/convert/export/json_schema/outputs.rb +18 -0
  15. data/lib/rsmp/convert/export/json_schema/values.rb +1 -1
  16. data/lib/rsmp/convert/export/json_schema.rb +14 -6
  17. data/lib/rsmp/schema/core_sxl_resolution.rb +69 -0
  18. data/lib/rsmp/schema/validation.rb +57 -0
  19. data/lib/rsmp/schema.rb +40 -67
  20. data/lib/rsmp/version.rb +1 -1
  21. data/schemas/tlc/1.0.10/rsmp.json +2 -1
  22. data/schemas/tlc/1.0.10/sxl.yaml +1 -0
  23. data/schemas/tlc/1.0.10/sxl_index.json +356 -0
  24. data/schemas/tlc/1.0.13/rsmp.json +2 -1
  25. data/schemas/tlc/1.0.13/sxl.yaml +1 -0
  26. data/schemas/tlc/1.0.13/sxl_index.json +436 -0
  27. data/schemas/tlc/1.0.14/rsmp.json +2 -1
  28. data/schemas/tlc/1.0.14/sxl.yaml +1 -0
  29. data/schemas/tlc/1.0.14/sxl_index.json +468 -0
  30. data/schemas/tlc/1.0.15/rsmp.json +2 -1
  31. data/schemas/tlc/1.0.15/sxl.yaml +1 -0
  32. data/schemas/tlc/1.0.15/sxl_index.json +508 -0
  33. data/schemas/tlc/1.0.7/rsmp.json +2 -1
  34. data/schemas/tlc/1.0.7/sxl.yaml +1 -0
  35. data/schemas/tlc/1.0.7/sxl_index.json +356 -0
  36. data/schemas/tlc/1.0.8/rsmp.json +2 -1
  37. data/schemas/tlc/1.0.8/sxl.yaml +1 -0
  38. data/schemas/tlc/1.0.8/sxl_index.json +356 -0
  39. data/schemas/tlc/1.0.9/rsmp.json +2 -1
  40. data/schemas/tlc/1.0.9/sxl.yaml +1 -0
  41. data/schemas/tlc/1.0.9/sxl_index.json +356 -0
  42. data/schemas/tlc/1.1.0/rsmp.json +2 -1
  43. data/schemas/tlc/1.1.0/sxl.yaml +1 -0
  44. data/schemas/tlc/1.1.0/sxl_index.json +572 -0
  45. data/schemas/tlc/1.2.0/rsmp.json +2 -1
  46. data/schemas/tlc/1.2.0/sxl.yaml +1 -0
  47. data/schemas/tlc/1.2.0/sxl_index.json +571 -0
  48. data/schemas/tlc/1.2.1/rsmp.json +2 -1
  49. data/schemas/tlc/1.2.1/sxl.yaml +1 -0
  50. data/schemas/tlc/1.2.1/sxl_index.json +571 -0
  51. data/schemas/tlc/1.3.0/defs/definitions.json +86 -25
  52. data/schemas/tlc/1.3.0/rsmp.json +2 -1
  53. data/schemas/tlc/1.3.0/statuses/S0024.json +2 -1
  54. data/schemas/tlc/1.3.0/sxl.yaml +1 -0
  55. data/schemas/tlc/1.3.0/sxl_index.json +578 -0
  56. metadata +14 -4
  57. data/.github/copilot-instructions.md +0 -33
  58. data/.rspec +0 -1
  59. data/cucumber.yml +0 -1
@@ -0,0 +1,578 @@
1
+ {
2
+ "meta" : {
3
+ "name" : "tlc",
4
+ "description" : "Traffic Light Controllers",
5
+ "version" : "1.3.0",
6
+ "minimum_core_version" : "3.3.0"
7
+ },
8
+ "statuses" : {
9
+ "S0001" : {
10
+ "arguments" : [
11
+ "basecyclecounter",
12
+ "cyclecounter",
13
+ "millisecond",
14
+ "signalgroupstatus",
15
+ "stage"
16
+ ]
17
+ },
18
+ "S0002" : {
19
+ "arguments" : [
20
+ "detectorlogicstatus"
21
+ ]
22
+ },
23
+ "S0003" : {
24
+ "arguments" : [
25
+ "inputstatus"
26
+ ]
27
+ },
28
+ "S0004" : {
29
+ "arguments" : [
30
+ "outputstatus"
31
+ ]
32
+ },
33
+ "S0005" : {
34
+ "arguments" : [
35
+ "status",
36
+ "statusByIntersection"
37
+ ]
38
+ },
39
+ "S0006" : {
40
+ "arguments" : [
41
+ "emergencystage",
42
+ "status"
43
+ ]
44
+ },
45
+ "S0007" : {
46
+ "arguments" : [
47
+ "intersection",
48
+ "source",
49
+ "status"
50
+ ]
51
+ },
52
+ "S0008" : {
53
+ "arguments" : [
54
+ "intersection",
55
+ "source",
56
+ "status"
57
+ ]
58
+ },
59
+ "S0009" : {
60
+ "arguments" : [
61
+ "intersection",
62
+ "source",
63
+ "status"
64
+ ]
65
+ },
66
+ "S0010" : {
67
+ "arguments" : [
68
+ "intersection",
69
+ "source",
70
+ "status"
71
+ ]
72
+ },
73
+ "S0011" : {
74
+ "arguments" : [
75
+ "intersection",
76
+ "source",
77
+ "status"
78
+ ]
79
+ },
80
+ "S0012" : {
81
+ "arguments" : [
82
+ "intersection",
83
+ "source",
84
+ "status"
85
+ ]
86
+ },
87
+ "S0013" : {
88
+ "arguments" : [
89
+ "intersection",
90
+ "status"
91
+ ]
92
+ },
93
+ "S0014" : {
94
+ "arguments" : [
95
+ "source",
96
+ "status"
97
+ ]
98
+ },
99
+ "S0015" : {
100
+ "arguments" : [
101
+ "source",
102
+ "status"
103
+ ]
104
+ },
105
+ "S0016" : {
106
+ "arguments" : [
107
+ "number"
108
+ ]
109
+ },
110
+ "S0017" : {
111
+ "arguments" : [
112
+ "number"
113
+ ]
114
+ },
115
+ "S0019" : {
116
+ "arguments" : [
117
+ "number"
118
+ ]
119
+ },
120
+ "S0020" : {
121
+ "arguments" : [
122
+ "controlmode",
123
+ "intersection"
124
+ ]
125
+ },
126
+ "S0021" : {
127
+ "arguments" : [
128
+ "detectorlogics"
129
+ ]
130
+ },
131
+ "S0022" : {
132
+ "arguments" : [
133
+ "status"
134
+ ]
135
+ },
136
+ "S0023" : {
137
+ "arguments" : [
138
+ "status"
139
+ ]
140
+ },
141
+ "S0024" : {
142
+ "arguments" : [
143
+ "status"
144
+ ]
145
+ },
146
+ "S0025" : {
147
+ "arguments" : [
148
+ "ToGConfidence",
149
+ "ToRConfidence",
150
+ "likelyToGEstimate",
151
+ "likelyToREstimate",
152
+ "maxToGEstimate",
153
+ "maxToREstimate",
154
+ "minToGEstimate",
155
+ "minToREstimate"
156
+ ]
157
+ },
158
+ "S0026" : {
159
+ "arguments" : [
160
+ "status"
161
+ ]
162
+ },
163
+ "S0027" : {
164
+ "arguments" : [
165
+ "status"
166
+ ]
167
+ },
168
+ "S0028" : {
169
+ "arguments" : [
170
+ "status"
171
+ ]
172
+ },
173
+ "S0029" : {
174
+ "arguments" : [
175
+ "status"
176
+ ]
177
+ },
178
+ "S0030" : {
179
+ "arguments" : [
180
+ "status"
181
+ ]
182
+ },
183
+ "S0031" : {
184
+ "arguments" : [
185
+ "status"
186
+ ]
187
+ },
188
+ "S0032" : {
189
+ "arguments" : [
190
+ "intersection",
191
+ "source",
192
+ "status"
193
+ ]
194
+ },
195
+ "S0033" : {
196
+ "arguments" : [
197
+ "status"
198
+ ]
199
+ },
200
+ "S0034" : {
201
+ "arguments" : [
202
+ "status"
203
+ ]
204
+ },
205
+ "S0035" : {
206
+ "arguments" : [
207
+ "emergencyroutes"
208
+ ]
209
+ },
210
+ "S0091" : {
211
+ "arguments" : [
212
+ "user"
213
+ ]
214
+ },
215
+ "S0092" : {
216
+ "arguments" : [
217
+ "user"
218
+ ]
219
+ },
220
+ "S0095" : {
221
+ "arguments" : [
222
+ "status"
223
+ ]
224
+ },
225
+ "S0096" : {
226
+ "arguments" : [
227
+ "day",
228
+ "hour",
229
+ "minute",
230
+ "month",
231
+ "second",
232
+ "year"
233
+ ]
234
+ },
235
+ "S0097" : {
236
+ "arguments" : [
237
+ "checksum",
238
+ "timestamp"
239
+ ]
240
+ },
241
+ "S0098" : {
242
+ "arguments" : [
243
+ "config",
244
+ "timestamp",
245
+ "version"
246
+ ]
247
+ },
248
+ "S0201" : {
249
+ "arguments" : [
250
+ "starttime",
251
+ "vehicles"
252
+ ]
253
+ },
254
+ "S0202" : {
255
+ "arguments" : [
256
+ "speed",
257
+ "starttime"
258
+ ]
259
+ },
260
+ "S0203" : {
261
+ "arguments" : [
262
+ "occupancy",
263
+ "starttime"
264
+ ]
265
+ },
266
+ "S0204" : {
267
+ "arguments" : [
268
+ "B",
269
+ "C",
270
+ "F",
271
+ "L",
272
+ "LS",
273
+ "MC",
274
+ "P",
275
+ "PS",
276
+ "SP",
277
+ "starttime"
278
+ ]
279
+ },
280
+ "S0205" : {
281
+ "arguments" : [
282
+ "start",
283
+ "vehicles"
284
+ ]
285
+ },
286
+ "S0206" : {
287
+ "arguments" : [
288
+ "speed",
289
+ "start"
290
+ ]
291
+ },
292
+ "S0207" : {
293
+ "arguments" : [
294
+ "occupancy",
295
+ "start"
296
+ ]
297
+ },
298
+ "S0208" : {
299
+ "arguments" : [
300
+ "B",
301
+ "C",
302
+ "F",
303
+ "L",
304
+ "LS",
305
+ "MC",
306
+ "P",
307
+ "PS",
308
+ "SP",
309
+ "start"
310
+ ]
311
+ }
312
+ },
313
+ "commands" : {
314
+ "M0001" : {
315
+ "arguments" : [
316
+ "intersection",
317
+ "securityCode",
318
+ "status",
319
+ "timeout"
320
+ ]
321
+ },
322
+ "M0002" : {
323
+ "arguments" : [
324
+ "securityCode",
325
+ "status",
326
+ "timeplan"
327
+ ]
328
+ },
329
+ "M0003" : {
330
+ "arguments" : [
331
+ "securityCode",
332
+ "status",
333
+ "traficsituation"
334
+ ]
335
+ },
336
+ "M0004" : {
337
+ "arguments" : [
338
+ "securityCode",
339
+ "status"
340
+ ]
341
+ },
342
+ "M0005" : {
343
+ "arguments" : [
344
+ "emergencyroute",
345
+ "securityCode",
346
+ "status"
347
+ ]
348
+ },
349
+ "M0006" : {
350
+ "arguments" : [
351
+ "input",
352
+ "securityCode",
353
+ "status"
354
+ ]
355
+ },
356
+ "M0007" : {
357
+ "arguments" : [
358
+ "securityCode",
359
+ "status"
360
+ ]
361
+ },
362
+ "M0008" : {
363
+ "arguments" : [
364
+ "duration",
365
+ "mode",
366
+ "securityCode",
367
+ "status"
368
+ ]
369
+ },
370
+ "M0010" : {
371
+ "arguments" : [
372
+ "securityCode",
373
+ "status"
374
+ ]
375
+ },
376
+ "M0011" : {
377
+ "arguments" : [
378
+ "securityCode",
379
+ "status"
380
+ ]
381
+ },
382
+ "M0012" : {
383
+ "arguments" : [
384
+ "securityCode",
385
+ "status"
386
+ ]
387
+ },
388
+ "M0013" : {
389
+ "arguments" : [
390
+ "securityCode",
391
+ "status"
392
+ ]
393
+ },
394
+ "M0014" : {
395
+ "arguments" : [
396
+ "plan",
397
+ "securityCode",
398
+ "status"
399
+ ]
400
+ },
401
+ "M0015" : {
402
+ "arguments" : [
403
+ "plan",
404
+ "securityCode",
405
+ "status"
406
+ ]
407
+ },
408
+ "M0016" : {
409
+ "arguments" : [
410
+ "securityCode",
411
+ "status"
412
+ ]
413
+ },
414
+ "M0017" : {
415
+ "arguments" : [
416
+ "securityCode",
417
+ "status"
418
+ ]
419
+ },
420
+ "M0018" : {
421
+ "arguments" : [
422
+ "plan",
423
+ "securityCode",
424
+ "status"
425
+ ]
426
+ },
427
+ "M0019" : {
428
+ "arguments" : [
429
+ "input",
430
+ "inputValue",
431
+ "securityCode",
432
+ "status"
433
+ ]
434
+ },
435
+ "M0020" : {
436
+ "arguments" : [
437
+ "output",
438
+ "outputValue",
439
+ "securityCode",
440
+ "status"
441
+ ]
442
+ },
443
+ "M0021" : {
444
+ "arguments" : [
445
+ "securityCode",
446
+ "status"
447
+ ]
448
+ },
449
+ "M0022" : {
450
+ "arguments" : [
451
+ "approachId",
452
+ "connectionId",
453
+ "eta",
454
+ "inputId",
455
+ "laneInId",
456
+ "laneOutId",
457
+ "level",
458
+ "priorityId",
459
+ "requestId",
460
+ "signalGroupId",
461
+ "type",
462
+ "vehicleType"
463
+ ]
464
+ },
465
+ "M0023" : {
466
+ "arguments" : [
467
+ "securityCode",
468
+ "status"
469
+ ]
470
+ },
471
+ "M0024" : {
472
+ "arguments" : [
473
+ "status"
474
+ ]
475
+ },
476
+ "M0103" : {
477
+ "arguments" : [
478
+ "newSecurityCode",
479
+ "oldSecurityCode",
480
+ "status"
481
+ ]
482
+ },
483
+ "M0104" : {
484
+ "arguments" : [
485
+ "day",
486
+ "hour",
487
+ "minute",
488
+ "month",
489
+ "second",
490
+ "securityCode",
491
+ "year"
492
+ ]
493
+ }
494
+ },
495
+ "alarms" : {
496
+ "A0001" : {
497
+ "arguments" : []
498
+ },
499
+ "A0002" : {
500
+ "arguments" : []
501
+ },
502
+ "A0003" : {
503
+ "arguments" : []
504
+ },
505
+ "A0004" : {
506
+ "arguments" : []
507
+ },
508
+ "A0005" : {
509
+ "arguments" : []
510
+ },
511
+ "A0006" : {
512
+ "arguments" : []
513
+ },
514
+ "A0007" : {
515
+ "arguments" : [
516
+ "protocol"
517
+ ]
518
+ },
519
+ "A0008" : {
520
+ "arguments" : [
521
+ "timeplan"
522
+ ]
523
+ },
524
+ "A0009" : {
525
+ "arguments" : []
526
+ },
527
+ "A0010" : {
528
+ "arguments" : []
529
+ },
530
+ "A0101" : {
531
+ "arguments" : []
532
+ },
533
+ "A0201" : {
534
+ "arguments" : [
535
+ "color"
536
+ ]
537
+ },
538
+ "A0202" : {
539
+ "arguments" : [
540
+ "color"
541
+ ]
542
+ },
543
+ "A0301" : {
544
+ "arguments" : [
545
+ "detector",
546
+ "errormode",
547
+ "manual",
548
+ "type"
549
+ ]
550
+ },
551
+ "A0302" : {
552
+ "arguments" : [
553
+ "detector",
554
+ "errormode",
555
+ "logicerror",
556
+ "manual",
557
+ "type"
558
+ ]
559
+ },
560
+ "A0303" : {
561
+ "arguments" : [
562
+ "detector",
563
+ "errormode",
564
+ "manual",
565
+ "type"
566
+ ]
567
+ },
568
+ "A0304" : {
569
+ "arguments" : [
570
+ "detector",
571
+ "errormode",
572
+ "logicerror",
573
+ "manual",
574
+ "type"
575
+ ]
576
+ }
577
+ }
578
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rsmp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.45.0
4
+ version: 0.45.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emil Tin
@@ -130,13 +130,11 @@ extensions: []
130
130
  extra_rdoc_files: []
131
131
  files:
132
132
  - ".devcontainer/devcontainer.json"
133
- - ".github/copilot-instructions.md"
134
133
  - ".github/workflows/copilot-setup-steps.yml"
135
134
  - ".github/workflows/rubocop.yaml"
136
135
  - ".github/workflows/sus.yaml"
137
136
  - ".gitignore"
138
137
  - ".gitmodules"
139
- - ".rspec"
140
138
  - ".rubocop.yml"
141
139
  - ".tool-versions"
142
140
  - CHANGELOG.md
@@ -150,7 +148,6 @@ files:
150
148
  - config/supervisor.yaml
151
149
  - config/sus.rb
152
150
  - config/tlc.yaml
153
- - cucumber.yml
154
151
  - documentation/classes_and_modules.md
155
152
  - documentation/collecting_message.md
156
153
  - documentation/configuration.md
@@ -233,7 +230,9 @@ files:
233
230
  - lib/rsmp/proxy/supervisor/modules/status.rb
234
231
  - lib/rsmp/proxy/supervisor/supervisor_proxy.rb
235
232
  - lib/rsmp/schema.rb
233
+ - lib/rsmp/schema/core_sxl_resolution.rb
236
234
  - lib/rsmp/schema/message_resolution.rb
235
+ - lib/rsmp/schema/validation.rb
237
236
  - lib/rsmp/schema_error.rb
238
237
  - lib/rsmp/status_list.rb
239
238
  - lib/rsmp/sxl/interface.rb
@@ -516,6 +515,7 @@ files:
516
515
  - schemas/tlc/1.0.10/statuses/S0204.json
517
516
  - schemas/tlc/1.0.10/statuses/statuses.json
518
517
  - schemas/tlc/1.0.10/sxl.yaml
518
+ - schemas/tlc/1.0.10/sxl_index.json
519
519
  - schemas/tlc/1.0.13/alarms/A0001.json
520
520
  - schemas/tlc/1.0.13/alarms/A0002.json
521
521
  - schemas/tlc/1.0.13/alarms/A0003.json
@@ -596,6 +596,7 @@ files:
596
596
  - schemas/tlc/1.0.13/statuses/S0204.json
597
597
  - schemas/tlc/1.0.13/statuses/statuses.json
598
598
  - schemas/tlc/1.0.13/sxl.yaml
599
+ - schemas/tlc/1.0.13/sxl_index.json
599
600
  - schemas/tlc/1.0.14/alarms/A0001.json
600
601
  - schemas/tlc/1.0.14/alarms/A0002.json
601
602
  - schemas/tlc/1.0.14/alarms/A0003.json
@@ -680,6 +681,7 @@ files:
680
681
  - schemas/tlc/1.0.14/statuses/S0208.json
681
682
  - schemas/tlc/1.0.14/statuses/statuses.json
682
683
  - schemas/tlc/1.0.14/sxl.yaml
684
+ - schemas/tlc/1.0.14/sxl_index.json
683
685
  - schemas/tlc/1.0.15/alarms/A0001.json
684
686
  - schemas/tlc/1.0.15/alarms/A0002.json
685
687
  - schemas/tlc/1.0.15/alarms/A0003.json
@@ -771,6 +773,7 @@ files:
771
773
  - schemas/tlc/1.0.15/statuses/S0208.json
772
774
  - schemas/tlc/1.0.15/statuses/statuses.json
773
775
  - schemas/tlc/1.0.15/sxl.yaml
776
+ - schemas/tlc/1.0.15/sxl_index.json
774
777
  - schemas/tlc/1.0.7/alarms/A0001.json
775
778
  - schemas/tlc/1.0.7/alarms/A0002.json
776
779
  - schemas/tlc/1.0.7/alarms/A0003.json
@@ -837,6 +840,7 @@ files:
837
840
  - schemas/tlc/1.0.7/statuses/S0204.json
838
841
  - schemas/tlc/1.0.7/statuses/statuses.json
839
842
  - schemas/tlc/1.0.7/sxl.yaml
843
+ - schemas/tlc/1.0.7/sxl_index.json
840
844
  - schemas/tlc/1.0.8/alarms/A0001.json
841
845
  - schemas/tlc/1.0.8/alarms/A0002.json
842
846
  - schemas/tlc/1.0.8/alarms/A0003.json
@@ -905,6 +909,7 @@ files:
905
909
  - schemas/tlc/1.0.8/statuses/S0204.json
906
910
  - schemas/tlc/1.0.8/statuses/statuses.json
907
911
  - schemas/tlc/1.0.8/sxl.yaml
912
+ - schemas/tlc/1.0.8/sxl_index.json
908
913
  - schemas/tlc/1.0.9/alarms/A0001.json
909
914
  - schemas/tlc/1.0.9/alarms/A0002.json
910
915
  - schemas/tlc/1.0.9/alarms/A0003.json
@@ -973,6 +978,7 @@ files:
973
978
  - schemas/tlc/1.0.9/statuses/S0204.json
974
979
  - schemas/tlc/1.0.9/statuses/statuses.json
975
980
  - schemas/tlc/1.0.9/sxl.yaml
981
+ - schemas/tlc/1.0.9/sxl_index.json
976
982
  - schemas/tlc/1.1.0/alarms/A0001.json
977
983
  - schemas/tlc/1.1.0/alarms/A0002.json
978
984
  - schemas/tlc/1.1.0/alarms/A0003.json
@@ -1071,6 +1077,7 @@ files:
1071
1077
  - schemas/tlc/1.1.0/statuses/S0208.json
1072
1078
  - schemas/tlc/1.1.0/statuses/statuses.json
1073
1079
  - schemas/tlc/1.1.0/sxl.yaml
1080
+ - schemas/tlc/1.1.0/sxl_index.json
1074
1081
  - schemas/tlc/1.2.0/alarms/A0001.json
1075
1082
  - schemas/tlc/1.2.0/alarms/A0002.json
1076
1083
  - schemas/tlc/1.2.0/alarms/A0003.json
@@ -1170,6 +1177,7 @@ files:
1170
1177
  - schemas/tlc/1.2.0/statuses/S0208.json
1171
1178
  - schemas/tlc/1.2.0/statuses/statuses.json
1172
1179
  - schemas/tlc/1.2.0/sxl.yaml
1180
+ - schemas/tlc/1.2.0/sxl_index.json
1173
1181
  - schemas/tlc/1.2.1/alarms/A0001.json
1174
1182
  - schemas/tlc/1.2.1/alarms/A0002.json
1175
1183
  - schemas/tlc/1.2.1/alarms/A0003.json
@@ -1269,6 +1277,7 @@ files:
1269
1277
  - schemas/tlc/1.2.1/statuses/S0208.json
1270
1278
  - schemas/tlc/1.2.1/statuses/statuses.json
1271
1279
  - schemas/tlc/1.2.1/sxl.yaml
1280
+ - schemas/tlc/1.2.1/sxl_index.json
1272
1281
  - schemas/tlc/1.3.0/alarms/A0001.json
1273
1282
  - schemas/tlc/1.3.0/alarms/A0002.json
1274
1283
  - schemas/tlc/1.3.0/alarms/A0003.json
@@ -1369,6 +1378,7 @@ files:
1369
1378
  - schemas/tlc/1.3.0/statuses/S0208.json
1370
1379
  - schemas/tlc/1.3.0/statuses/statuses.json
1371
1380
  - schemas/tlc/1.3.0/sxl.yaml
1381
+ - schemas/tlc/1.3.0/sxl_index.json
1372
1382
  - schemas/tlc/defs/guards.json
1373
1383
  homepage: https://github.com/rsmp-nordic/rsmp
1374
1384
  licenses: