rsmp 0.48.2 → 0.48.3

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 (48) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/Rakefile +25 -2
  4. data/lib/rsmp/convert/export/json_schema/index.rb +38 -17
  5. data/lib/rsmp/convert/export/json_schema.rb +29 -0
  6. data/lib/rsmp/version.rb +1 -1
  7. data/schemas/tlc/1.0.10/commands/M0001.json +4 -4
  8. data/schemas/tlc/1.0.10/{sxl.yaml → source/sxl.yaml} +60 -63
  9. data/schemas/tlc/1.0.10/sxl_index.json +3 -3
  10. data/schemas/tlc/1.0.13/commands/M0001.json +4 -4
  11. data/schemas/tlc/1.0.13/{sxl.yaml → source/sxl.yaml} +67 -70
  12. data/schemas/tlc/1.0.13/sxl_index.json +3 -3
  13. data/schemas/tlc/1.0.14/commands/M0001.json +4 -4
  14. data/schemas/tlc/1.0.14/{sxl.yaml → source/sxl.yaml} +67 -70
  15. data/schemas/tlc/1.0.14/sxl_index.json +3 -3
  16. data/schemas/tlc/1.0.15/commands/M0001.json +4 -4
  17. data/schemas/tlc/1.0.15/{sxl.yaml → source/sxl.yaml} +70 -73
  18. data/schemas/tlc/1.0.15/sxl_index.json +3 -3
  19. data/schemas/tlc/1.0.7/commands/M0001.json +4 -4
  20. data/schemas/tlc/1.0.7/{sxl.yaml → source/sxl.yaml} +62 -65
  21. data/schemas/tlc/1.0.7/sxl_index.json +3 -3
  22. data/schemas/tlc/1.0.8/commands/M0001.json +4 -4
  23. data/schemas/tlc/1.0.8/{sxl.yaml → source/sxl.yaml} +60 -63
  24. data/schemas/tlc/1.0.8/sxl_index.json +3 -3
  25. data/schemas/tlc/1.0.9/commands/M0001.json +4 -4
  26. data/schemas/tlc/1.0.9/{sxl.yaml → source/sxl.yaml} +60 -63
  27. data/schemas/tlc/1.0.9/sxl_index.json +3 -3
  28. data/schemas/tlc/1.1.0/commands/M0022.json +8 -8
  29. data/schemas/tlc/1.1.0/{sxl.yaml → source/sxl.yaml} +74 -74
  30. data/schemas/tlc/1.1.0/statuses/S0033.json +2 -2
  31. data/schemas/tlc/1.1.0/sxl_index.json +10 -10
  32. data/schemas/tlc/1.2.0/commands/M0022.json +8 -8
  33. data/schemas/tlc/1.2.0/{sxl.yaml → source/sxl.yaml} +76 -76
  34. data/schemas/tlc/1.2.0/statuses/S0033.json +2 -2
  35. data/schemas/tlc/1.2.0/sxl_index.json +10 -10
  36. data/schemas/tlc/1.2.1/commands/M0022.json +8 -8
  37. data/schemas/tlc/1.2.1/{sxl.yaml → source/sxl.yaml} +76 -76
  38. data/schemas/tlc/1.2.1/statuses/S0033.json +2 -2
  39. data/schemas/tlc/1.2.1/sxl_index.json +10 -10
  40. data/schemas/tlc/1.3.0/commands/command_requests.json +0 -16
  41. data/schemas/tlc/1.3.0/{sxl.yaml → source/sxl.yaml} +1 -0
  42. data/schemas/tlc/1.3.0/sxl_index.json +1 -1
  43. metadata +12 -17
  44. data/schemas/tlc/1.0.8/statuses/S0025.json +0 -181
  45. data/schemas/tlc/1.0.9/statuses/S0025.json +0 -181
  46. data/schemas/tlc/1.2.0/statuses/S0018.json +0 -61
  47. data/schemas/tlc/1.2.1/statuses/S0018.json +0 -61
  48. data/schemas/tlc/1.3.0/statuses/S0018.json +0 -61
@@ -117,7 +117,7 @@ objects:
117
117
  - = Signal group is undefined/does not exist
118
118
  pattern: "^[a-hA-G0-9N-P]*$"
119
119
  cyclecounter:
120
- type: integer_as_string
120
+ type: integer
121
121
  description: |-
122
122
  Cycle counter.
123
123
  Used for handling of coordination between TLC's.
@@ -135,7 +135,7 @@ objects:
135
135
  min: 0
136
136
  max: 999
137
137
  basecyclecounter:
138
- type: integer_as_string
138
+ type: integer
139
139
  description: |-
140
140
  Base cycle counter.
141
141
  Used for handling of coordination between TLC's.
@@ -144,7 +144,7 @@ objects:
144
144
  min: 0
145
145
  max: 999
146
146
  stage:
147
- type: integer_as_string
147
+ type: integer
148
148
  description: Current stage (isolated)
149
149
  min: 0
150
150
  max: 999
@@ -215,7 +215,7 @@ objects:
215
215
  During startup mode the traffic controller shows dark, red, yellow flash or using the predetermined start cycle (minimum times).
216
216
  arguments:
217
217
  status:
218
- type: boolean_as_string
218
+ type: boolean
219
219
  description: |-
220
220
  False: Controller is not in start up mode
221
221
  True: Controller is currently in start up mode
@@ -227,12 +227,12 @@ objects:
227
227
  If no emergency route is active, status should be set to False, and emergencystage to zero.
228
228
  arguments:
229
229
  status:
230
- type: boolean_as_string
230
+ type: boolean
231
231
  description: |-
232
232
  False: Emergency stage inactive
233
233
  True: Emergency stage active
234
234
  emergencystage:
235
- type: integer_as_string
235
+ type: integer
236
236
  description: Number of emergency stage (set to zero if no route is active)
237
237
  min: 0
238
238
  max: 255
@@ -440,7 +440,7 @@ objects:
440
440
  The time plan (signal program) may change signal timings, cycle time, control strategy and much more. Typical usage is is scenario based control where change of program is used to change priority etc.
441
441
  arguments:
442
442
  status:
443
- type: integer_as_string
443
+ type: integer
444
444
  description: Current time plan
445
445
  min: 1
446
446
  max: 255
@@ -462,7 +462,7 @@ objects:
462
462
  Traffic situation is a concept used to divide multiple TLC's into areas and sub-areas. The traffic situation gives the possibility to change the TLC sub-area dynamically depending on the time of day and the traffic flow. Depending on the traffic situation each TLC selects the time plan dynamically.
463
463
  arguments:
464
464
  status:
465
- type: integer_as_string
465
+ type: integer
466
466
  description: Current traffic situation
467
467
  min: 1
468
468
  max: 255
@@ -482,7 +482,7 @@ objects:
482
482
  Can be used by the management system to check the number of detector logics configured in the controller.
483
483
  arguments:
484
484
  number:
485
- type: integer_as_string
485
+ type: integer
486
486
  description: Number of detector logics
487
487
  min: 1
488
488
  max: 65025
@@ -492,7 +492,7 @@ objects:
492
492
  Can be used for the management system to check the number of signal groups configured in the controller.
493
493
  arguments:
494
494
  number:
495
- type: integer_as_string
495
+ type: integer
496
496
  description: Number of signal groups
497
497
  min: 1
498
498
  max: 65025
@@ -502,7 +502,7 @@ objects:
502
502
  Can be used for the management system to check the number of time plans configured in the controller.
503
503
  arguments:
504
504
  number:
505
- type: integer_as_string
505
+ type: integer
506
506
  description: Number of time plans (depreciated)
507
507
  min: 1
508
508
  max: 65025
@@ -512,7 +512,7 @@ objects:
512
512
  Can be used for the management system to check the number of traffic situations configured in the controller.
513
513
  arguments:
514
514
  number:
515
- type: integer_as_string
515
+ type: integer
516
516
  description: Number of traffic situations
517
517
  min: 1
518
518
  max: 65025
@@ -800,7 +800,7 @@ objects:
800
800
  Used in conjunction with dynamic bands, M0014
801
801
  arguments:
802
802
  status:
803
- type: integer_as_string
803
+ type: integer
804
804
  description: Timeout, in minutes
805
805
  min: 0
806
806
  max: 65535
@@ -810,7 +810,7 @@ objects:
810
810
  Provides information if maintenance personnel is currently working on site.
811
811
  arguments:
812
812
  user:
813
- type: integer_as_string
813
+ type: integer
814
814
  values:
815
815
  0: Nobody logged in
816
816
  1: Operator logged in at level 1 (read only)
@@ -821,7 +821,7 @@ objects:
821
821
  Provides information if maintenance personnel is currently working with the controller.
822
822
  arguments:
823
823
  user:
824
- type: integer_as_string
824
+ type: integer
825
825
  values:
826
826
  0: Nobody logged in
827
827
  1: Operator logged in at level 1 (read only)
@@ -841,32 +841,32 @@ objects:
841
841
  Provides diagnostic information about the current date and time set in the controller.
842
842
  arguments:
843
843
  year:
844
- type: integer_as_string
844
+ type: integer
845
845
  description: Year
846
846
  min: 0
847
847
  max: 9999
848
848
  month:
849
- type: integer_as_string
849
+ type: integer
850
850
  description: Month
851
851
  min: 1
852
852
  max: 12
853
853
  day:
854
- type: integer_as_string
854
+ type: integer
855
855
  description: Day of month
856
856
  min: 1
857
857
  max: 31
858
858
  hour:
859
- type: integer_as_string
859
+ type: integer
860
860
  description: Hour
861
861
  min: 0
862
862
  max: 23
863
863
  minute:
864
- type: integer_as_string
864
+ type: integer
865
865
  description: Minute
866
866
  min: 0
867
867
  max: 59
868
868
  second:
869
- type: integer_as_string
869
+ type: integer
870
870
  description: Second
871
871
  min: 0
872
872
  max: 59
@@ -1107,14 +1107,14 @@ objects:
1107
1107
  type: string
1108
1108
  description: Security code 2
1109
1109
  timeout:
1110
- type: integer_as_string
1110
+ type: integer
1111
1111
  description: |-
1112
1112
  Time in minutes until controller automatically reverts to previous functional position.
1113
1113
  0=no automatic return
1114
1114
  min: 0
1115
1115
  max: 1440
1116
1116
  intersection:
1117
- type: integer_as_string
1117
+ type: integer
1118
1118
  description: Intersection number
1119
1119
  min: 0
1120
1120
  max: 255
@@ -1128,7 +1128,7 @@ objects:
1128
1128
  Requires security code 2
1129
1129
  arguments:
1130
1130
  status:
1131
- type: boolean_as_string
1131
+ type: boolean
1132
1132
  description: |-
1133
1133
  False: Controller uses time plan according to programming
1134
1134
  True: Controller uses time plan according to command
@@ -1136,7 +1136,7 @@ objects:
1136
1136
  type: string
1137
1137
  description: Security code 2
1138
1138
  timeplan:
1139
- type: integer_as_string
1139
+ type: integer
1140
1140
  description: designation of time plan
1141
1141
  min: 1
1142
1142
  max: 255
@@ -1149,7 +1149,7 @@ objects:
1149
1149
  Requires security code 2
1150
1150
  arguments:
1151
1151
  status:
1152
- type: boolean_as_string
1152
+ type: boolean
1153
1153
  description: |-
1154
1154
  False: Controller uses traffic situation according to own programming
1155
1155
  True: Controller uses traffic situation according to command
@@ -1157,7 +1157,7 @@ objects:
1157
1157
  type: string
1158
1158
  description: Security code 2
1159
1159
  traficsituation:
1160
- type: integer_as_string
1160
+ type: integer
1161
1161
  description: designation of traficsituation
1162
1162
  min: 1
1163
1163
  max: 255
@@ -1169,7 +1169,7 @@ objects:
1169
1169
  Requires security code 2
1170
1170
  arguments:
1171
1171
  status:
1172
- type: boolean_as_string
1172
+ type: boolean
1173
1173
  description: 'True: Restart controller'
1174
1174
  securityCode:
1175
1175
  type: string
@@ -1183,7 +1183,7 @@ objects:
1183
1183
  Requires security code 2.
1184
1184
  arguments:
1185
1185
  status:
1186
- type: boolean_as_string
1186
+ type: boolean
1187
1187
  description: |-
1188
1188
  False: Deactivate emergency route
1189
1189
  True: Activate emergency route
@@ -1191,7 +1191,7 @@ objects:
1191
1191
  type: string
1192
1192
  description: Security code 2
1193
1193
  emergencyroute:
1194
- type: integer_as_string
1194
+ type: integer
1195
1195
  description: Number of emergency route
1196
1196
  min: 1
1197
1197
  max: 255
@@ -1206,7 +1206,7 @@ objects:
1206
1206
  Requires security code 2.
1207
1207
  arguments:
1208
1208
  status:
1209
- type: boolean_as_string
1209
+ type: boolean
1210
1210
  description: |-
1211
1211
  False: Deactivate input
1212
1212
  True: Activate input
@@ -1214,7 +1214,7 @@ objects:
1214
1214
  type: string
1215
1215
  description: Security code 2
1216
1216
  input:
1217
- type: integer_as_string
1217
+ type: integer
1218
1218
  description: Number of Input
1219
1219
  min: 1
1220
1220
  max: 255
@@ -1227,7 +1227,7 @@ objects:
1227
1227
  Requires security code 2.
1228
1228
  arguments:
1229
1229
  status:
1230
- type: boolean_as_string
1230
+ type: boolean
1231
1231
  description: |-
1232
1232
  False: Deactivate fixed time control
1233
1233
  True: Activate fixed time control
@@ -1328,7 +1328,7 @@ objects:
1328
1328
  Requires security code 2
1329
1329
  arguments:
1330
1330
  plan:
1331
- type: integer_as_string
1331
+ type: integer
1332
1332
  description: Plan to be changed
1333
1333
  min: 0
1334
1334
  max: 255
@@ -1356,12 +1356,12 @@ objects:
1356
1356
  Requires security code 2.
1357
1357
  arguments:
1358
1358
  status:
1359
- type: integer_as_string
1359
+ type: integer
1360
1360
  description: Set offset time in seconds
1361
1361
  min: 0
1362
1362
  max: 255
1363
1363
  plan:
1364
- type: integer_as_string
1364
+ type: integer
1365
1365
  description: Time plan nr
1366
1366
  min: 0
1367
1367
  max: 255
@@ -1442,12 +1442,12 @@ objects:
1442
1442
  Requires security code 2.
1443
1443
  arguments:
1444
1444
  status:
1445
- type: integer_as_string
1445
+ type: integer
1446
1446
  description: Set cycle time in seconds
1447
1447
  min: 1
1448
1448
  max: 255
1449
1449
  plan:
1450
- type: integer_as_string
1450
+ type: integer
1451
1451
  description: Time plan nr
1452
1452
  min: 0
1453
1453
  max: 255
@@ -1463,7 +1463,7 @@ objects:
1463
1463
  Requires security code 2.
1464
1464
  arguments:
1465
1465
  status:
1466
- type: boolean_as_string
1466
+ type: boolean
1467
1467
  description: |-
1468
1468
  False: Release input
1469
1469
  True: Force input
@@ -1471,12 +1471,12 @@ objects:
1471
1471
  type: string
1472
1472
  description: Security code 2
1473
1473
  input:
1474
- type: integer_as_string
1474
+ type: integer
1475
1475
  description: Number of Input
1476
1476
  min: 1
1477
1477
  max: 255
1478
1478
  inputValue:
1479
- type: boolean_as_string
1479
+ type: boolean
1480
1480
  description: |-
1481
1481
  False: input forced to False
1482
1482
  True: input forced to True
@@ -1489,7 +1489,7 @@ objects:
1489
1489
  Requires security code 2.
1490
1490
  arguments:
1491
1491
  status:
1492
- type: boolean_as_string
1492
+ type: boolean
1493
1493
  description: |-
1494
1494
  False: Force output
1495
1495
  True: Release output
@@ -1497,12 +1497,12 @@ objects:
1497
1497
  type: string
1498
1498
  description: Security code 2
1499
1499
  output:
1500
- type: integer_as_string
1500
+ type: integer
1501
1501
  description: Number of Output
1502
1502
  min: 1
1503
1503
  max: 255
1504
1504
  outputValue:
1505
- type: boolean_as_string
1505
+ type: boolean
1506
1506
  description: |-
1507
1507
  False: output forced to False
1508
1508
  True: output forced to True
@@ -1666,7 +1666,7 @@ objects:
1666
1666
  Requires security code 2.
1667
1667
  arguments:
1668
1668
  status:
1669
- type: integer_as_string
1669
+ type: integer
1670
1670
  min: 0
1671
1671
  max: 65535
1672
1672
  description: Timeout, in minutes
@@ -1703,32 +1703,32 @@ objects:
1703
1703
  type: string
1704
1704
  description: Security code 1
1705
1705
  year:
1706
- type: integer_as_string
1706
+ type: integer
1707
1707
  description: Year
1708
1708
  min: 0
1709
1709
  max: 9999
1710
1710
  month:
1711
- type: integer_as_string
1711
+ type: integer
1712
1712
  description: Month
1713
1713
  min: 1
1714
1714
  max: 12
1715
1715
  day:
1716
- type: integer_as_string
1716
+ type: integer
1717
1717
  description: Day of month
1718
1718
  min: 1
1719
1719
  max: 31
1720
1720
  hour:
1721
- type: integer_as_string
1721
+ type: integer
1722
1722
  description: Hour
1723
1723
  min: 0
1724
1724
  max: 23
1725
1725
  minute:
1726
- type: integer_as_string
1726
+ type: integer
1727
1727
  description: Minute
1728
1728
  min: 0
1729
1729
  max: 59
1730
1730
  second:
1731
- type: integer_as_string
1731
+ type: integer
1732
1732
  description: Second
1733
1733
  min: 0
1734
1734
  max: 59
@@ -1746,7 +1746,7 @@ objects:
1746
1746
  category: D
1747
1747
  arguments:
1748
1748
  timeplan:
1749
- type: integer_as_string
1749
+ type: integer
1750
1750
  description: Current time plan
1751
1751
  min: 1
1752
1752
  max: 255
@@ -1808,7 +1808,7 @@ objects:
1808
1808
  Time stamp for the most likely time for the signal group to go to green. If the signal group is green, it is the most likely time for the next green.
1809
1809
  Format according to W3C XML dateTime with a resolution of 3 decimal places. All time stamps in UTC. E.g. 2009-10-02T14:34:34.341Z
1810
1810
  ToGConfidence:
1811
- type: integer_as_string
1811
+ type: integer
1812
1812
  description: Confidence of the likelyToGEstimate. 0-100%
1813
1813
  min: 0
1814
1814
  max: 100
@@ -1828,7 +1828,7 @@ objects:
1828
1828
  Time stamp for the most likely time for the signal group to go to red. If the signal group is red, it is the most likely time for the next red.
1829
1829
  Format according to W3C XML dateTime with a resolution of 3 decimal places. All time stamps in UTC. E.g. 2009-10-02T14:34:34.341Z
1830
1830
  ToRConfidence:
1831
- type: integer_as_string
1831
+ type: integer
1832
1832
  description: Confidence of the likelyToREstimate. 0-100%
1833
1833
  min: 0
1834
1834
  max: 100
@@ -1842,7 +1842,7 @@ objects:
1842
1842
  reserved: true
1843
1843
  arguments:
1844
1844
  status:
1845
- type: boolean_as_string
1845
+ type: boolean
1846
1846
  description: |-
1847
1847
  False: No command (default)
1848
1848
  True: Order a signal group to green
@@ -1859,7 +1859,7 @@ objects:
1859
1859
  reserved: true
1860
1860
  arguments:
1861
1861
  status:
1862
- type: boolean_as_string
1862
+ type: boolean
1863
1863
  description: |-
1864
1864
  False: No command (default)
1865
1865
  True: Order a signal group to red
@@ -1891,7 +1891,7 @@ objects:
1891
1891
  description: Detector forced on/off while detector error
1892
1892
  values: ['on','off']
1893
1893
  manual:
1894
- type: boolean_as_string
1894
+ type: boolean
1895
1895
  description: Manually controlled detector logic (True/False)
1896
1896
  A0302:
1897
1897
  description: |-
@@ -1915,7 +1915,7 @@ objects:
1915
1915
  description: Detector forced on/off while detector error
1916
1916
  values: ['on','off']
1917
1917
  manual:
1918
- type: boolean_as_string
1918
+ type: boolean
1919
1919
  description: Manually controlled detector logic (True/False)
1920
1920
  logicerror:
1921
1921
  type: string
@@ -1945,7 +1945,7 @@ objects:
1945
1945
  description: Detector forced on/off while detector error
1946
1946
  values: ['on','off']
1947
1947
  manual:
1948
- type: boolean_as_string
1948
+ type: boolean
1949
1949
  description: Manually controlled detector logic (True/False)
1950
1950
  A0304:
1951
1951
  description: |-
@@ -1970,7 +1970,7 @@ objects:
1970
1970
  # on/off must be quoted, otherwise they are parsed as true/false
1971
1971
  values: ['on','off']
1972
1972
  manual:
1973
- type: boolean_as_string
1973
+ type: boolean
1974
1974
  description: Manually controlled detector logic (True/False)
1975
1975
  logicerror:
1976
1976
  type: string
@@ -1991,7 +1991,7 @@ objects:
1991
1991
  XML dateTime with a resolution of 3 decimal places. All time stamps
1992
1992
  in UTC. E.g. 2009-10-02T14:34:34.341Z
1993
1993
  vehicles:
1994
- type: integer_as_string
1994
+ type: integer
1995
1995
  description: Number of vehicles on a given detector logic (since last
1996
1996
  update)
1997
1997
  min: 0
@@ -2008,7 +2008,7 @@ objects:
2008
2008
  XML dateTime with a resolution of 3 decimal places. All time stamps
2009
2009
  in UTC. E.g. 2009-10-02T14:34:34.341Z
2010
2010
  speed:
2011
- type: integer_as_string
2011
+ type: integer
2012
2012
  description: Average speed in km/h
2013
2013
  min: 0
2014
2014
  max: 65535
@@ -2024,7 +2024,7 @@ objects:
2024
2024
  XML dateTime with a resolution of 3 decimal places. All time stamps
2025
2025
  in UTC. E.g. 2009-10-02T14:34:34.341Z
2026
2026
  occupancy:
2027
- type: integer_as_string
2027
+ type: integer
2028
2028
  description: Occupancy in percent (0-100%)
2029
2029
  min: 0
2030
2030
  max: 100
@@ -2040,47 +2040,47 @@ objects:
2040
2040
  XML dateTime with a resolution of 3 decimal places. All time stamps
2041
2041
  in UTC. E.g. 2009-10-02T14:34:34.341Z
2042
2042
  P:
2043
- type: integer_as_string
2043
+ type: integer
2044
2044
  description: Number of cars
2045
2045
  min: 0
2046
2046
  max: 65535
2047
2047
  PS:
2048
- type: integer_as_string
2048
+ type: integer
2049
2049
  description: Number of cars with trailers
2050
2050
  min: 0
2051
2051
  max: 65535
2052
2052
  L:
2053
- type: integer_as_string
2053
+ type: integer
2054
2054
  description: Number of trucks
2055
2055
  min: 0
2056
2056
  max: 65535
2057
2057
  LS:
2058
- type: integer_as_string
2058
+ type: integer
2059
2059
  description: Number of trucks with trailers
2060
2060
  min: 0
2061
2061
  max: 65535
2062
2062
  B:
2063
- type: integer_as_string
2063
+ type: integer
2064
2064
  description: Number of buses
2065
2065
  min: 0
2066
2066
  max: 65535
2067
2067
  SP:
2068
- type: integer_as_string
2068
+ type: integer
2069
2069
  description: Number of trams
2070
2070
  min: 0
2071
2071
  max: 65535
2072
2072
  MC:
2073
- type: integer_as_string
2073
+ type: integer
2074
2074
  description: Number of motor cycles
2075
2075
  min: 0
2076
2076
  max: 65535
2077
2077
  C:
2078
- type: integer_as_string
2078
+ type: integer
2079
2079
  description: Number of bicycles
2080
2080
  min: 0
2081
2081
  max: 65535
2082
2082
  F:
2083
- type: integer_as_string
2083
+ type: integer
2084
2084
  description: Number of pedestrians
2085
2085
  min: 0
2086
2086
  max: 65535
@@ -2093,7 +2093,7 @@ objects:
2093
2093
  Requires security code 2
2094
2094
  arguments:
2095
2095
  status:
2096
- type: boolean_as_string
2096
+ type: boolean
2097
2097
  description: |-
2098
2098
  False: Deactivate manual control of detector logic
2099
2099
  True: Activate manual control of detector logic
@@ -2101,7 +2101,7 @@ objects:
2101
2101
  type: string
2102
2102
  description: Security code 2
2103
2103
  mode:
2104
- type: boolean_as_string
2104
+ type: boolean
2105
2105
  description: |-
2106
2106
  False: Deactivate detector logic
2107
2107
  True: Activate detector logic
@@ -60,11 +60,11 @@
60
60
  },
61
61
  "e" : {
62
62
  "description" : "Estimated green extension provided by the priority, in seconds\nOnly used when state is 'completed'.",
63
- "type" : "integer"
63
+ "$ref" : "../defs/definitions.json#/integer"
64
64
  },
65
65
  "d" : {
66
66
  "description" : "Estimated red reduction provided by the priority, in seconds\nOnly used when state is 'completed'.",
67
- "type" : "integer"
67
+ "$ref" : "../defs/definitions.json#/integer"
68
68
  }
69
69
  }
70
70
  }
@@ -202,8 +202,8 @@
202
202
  "status" : {
203
203
  "type" : "array",
204
204
  "items" : {
205
- "d" : "integer",
206
- "e" : "integer",
205
+ "d" : "integer_as_string",
206
+ "e" : "integer_as_string",
207
207
  "r" : "string",
208
208
  "s" : "string",
209
209
  "t" : "timestamp"
@@ -460,14 +460,14 @@
460
460
  "type" : "string"
461
461
  },
462
462
  "optional" : {
463
- "approachId" : "integer",
464
- "connectionId" : "integer",
465
- "eta" : "integer",
466
- "inputId" : "integer",
467
- "laneInId" : "integer",
468
- "laneOutId" : "integer",
469
- "level" : "integer",
470
- "priorityId" : "integer",
463
+ "approachId" : "integer_as_string",
464
+ "connectionId" : "integer_as_string",
465
+ "eta" : "integer_as_string",
466
+ "inputId" : "integer_as_string",
467
+ "laneInId" : "integer_as_string",
468
+ "laneOutId" : "integer_as_string",
469
+ "level" : "integer_as_string",
470
+ "priorityId" : "integer_as_string",
471
471
  "signalGroupId" : "string",
472
472
  "vehicleType" : "string"
473
473
  }