rsmp_schema 0.3.2 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (381) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/rspec.yaml +20 -0
  3. data/Gemfile.lock +4 -4
  4. data/lib/rsmp_schema/convert/export/json_schema.rb +6 -6
  5. data/lib/rsmp_schema/version.rb +1 -1
  6. data/schemas/core/{3.1.1 → 3.1.2}/aggregated_status.json +0 -0
  7. data/schemas/core/{3.1.1 → 3.1.2}/alarm.json +0 -0
  8. data/schemas/core/{3.1.1 → 3.1.2}/alarm_issue.json +0 -0
  9. data/schemas/core/{3.1.1 → 3.1.2}/alarm_suspend_resume.json +0 -0
  10. data/schemas/core/{3.1.1 → 3.1.2}/alarm_suspended_resumed.json +0 -0
  11. data/schemas/core/{3.1.1 → 3.1.2}/command_request.json +0 -0
  12. data/schemas/core/{3.1.1 → 3.1.2}/command_response.json +0 -0
  13. data/schemas/core/{3.1.1 → 3.1.2}/core.json +1 -1
  14. data/schemas/core/{3.1.1 → 3.1.2}/definitions.json +0 -0
  15. data/schemas/core/{3.1.1 → 3.1.2}/message_ack.json +0 -0
  16. data/schemas/core/{3.1.1 → 3.1.2}/message_not_ack.json +0 -0
  17. data/schemas/core/3.1.2/rsmp.json +122 -1
  18. data/schemas/core/{3.1.1 → 3.1.2}/status.json +0 -0
  19. data/schemas/core/{3.1.1 → 3.1.2}/status_request.json +0 -0
  20. data/schemas/core/{3.1.1 → 3.1.2}/status_response.json +2 -2
  21. data/schemas/core/{3.1.1 → 3.1.2}/status_subscribe.json +0 -0
  22. data/schemas/core/{3.1.1 → 3.1.2}/status_unsubscribe.json +0 -0
  23. data/schemas/core/{3.1.1 → 3.1.2}/status_update.json +2 -2
  24. data/schemas/core/{3.1.1 → 3.1.2}/version.json +0 -0
  25. data/schemas/core/{3.1.1 → 3.1.2}/watchdog.json +0 -0
  26. data/schemas/core/3.1.3/rsmp.json +12 -12
  27. data/schemas/core/3.1.3/status_response.json +6 -6
  28. data/schemas/core/3.1.3/status_update.json +6 -6
  29. data/schemas/core/3.1.5/aggregated_status_request.json +2 -2
  30. data/schemas/core/3.1.5/alarm.json +6 -6
  31. data/schemas/core/3.1.5/rsmp.json +9 -9
  32. data/schemas/core/3.1.5/status.json +3 -3
  33. data/schemas/core/3.1.5/status_subscribe.json +5 -5
  34. data/schemas/core/3.2/alarm.json +6 -6
  35. data/schemas/core/3.2/rsmp.json +9 -9
  36. data/schemas/core/3.2/status_response.json +4 -4
  37. data/schemas/core/3.2/status_update.json +4 -4
  38. data/schemas/tlc/1.0.10/alarms/A0008.json +1 -1
  39. data/schemas/tlc/1.0.10/alarms/A0301.json +1 -1
  40. data/schemas/tlc/1.0.10/alarms/A0302.json +1 -1
  41. data/schemas/tlc/1.0.10/commands/M0001.json +4 -4
  42. data/schemas/tlc/1.0.10/commands/M0002.json +2 -2
  43. data/schemas/tlc/1.0.10/commands/M0003.json +2 -2
  44. data/schemas/tlc/1.0.10/commands/M0004.json +1 -1
  45. data/schemas/tlc/1.0.10/commands/M0005.json +2 -2
  46. data/schemas/tlc/1.0.10/commands/M0006.json +2 -2
  47. data/schemas/tlc/1.0.10/commands/M0007.json +1 -1
  48. data/schemas/tlc/1.0.10/commands/M0008.json +2 -2
  49. data/schemas/tlc/1.0.10/commands/M0010.json +1 -1
  50. data/schemas/tlc/1.0.10/commands/M0011.json +1 -1
  51. data/schemas/tlc/1.0.10/commands/M0019.json +3 -3
  52. data/schemas/tlc/1.0.10/commands/M0104.json +6 -6
  53. data/schemas/tlc/1.0.10/statuses/S0001.json +3 -3
  54. data/schemas/tlc/1.0.10/statuses/S0005.json +1 -1
  55. data/schemas/tlc/1.0.10/statuses/S0006.json +2 -2
  56. data/schemas/tlc/1.0.10/statuses/S0007.json +2 -2
  57. data/schemas/tlc/1.0.10/statuses/S0008.json +2 -2
  58. data/schemas/tlc/1.0.10/statuses/S0009.json +2 -2
  59. data/schemas/tlc/1.0.10/statuses/S0010.json +2 -2
  60. data/schemas/tlc/1.0.10/statuses/S0011.json +2 -2
  61. data/schemas/tlc/1.0.10/statuses/S0012.json +2 -2
  62. data/schemas/tlc/1.0.10/statuses/S0013.json +2 -2
  63. data/schemas/tlc/1.0.10/statuses/S0014.json +1 -1
  64. data/schemas/tlc/1.0.10/statuses/S0015.json +1 -1
  65. data/schemas/tlc/1.0.10/statuses/S0016.json +1 -1
  66. data/schemas/tlc/1.0.10/statuses/S0017.json +1 -1
  67. data/schemas/tlc/1.0.10/statuses/S0018.json +1 -1
  68. data/schemas/tlc/1.0.10/statuses/S0019.json +1 -1
  69. data/schemas/tlc/1.0.10/statuses/S0020.json +2 -2
  70. data/schemas/tlc/1.0.10/statuses/S0096.json +6 -6
  71. data/schemas/tlc/1.0.10/statuses/S0201.json +2 -2
  72. data/schemas/tlc/1.0.10/statuses/S0202.json +2 -2
  73. data/schemas/tlc/1.0.10/statuses/S0203.json +2 -2
  74. data/schemas/tlc/1.0.10/statuses/S0204.json +10 -10
  75. data/schemas/tlc/1.0.13/alarms/A0008.json +1 -1
  76. data/schemas/tlc/1.0.13/alarms/A0301.json +1 -1
  77. data/schemas/tlc/1.0.13/alarms/A0302.json +1 -1
  78. data/schemas/tlc/1.0.13/commands/M0001.json +4 -4
  79. data/schemas/tlc/1.0.13/commands/M0002.json +2 -2
  80. data/schemas/tlc/1.0.13/commands/M0003.json +2 -2
  81. data/schemas/tlc/1.0.13/commands/M0004.json +1 -1
  82. data/schemas/tlc/1.0.13/commands/M0005.json +2 -2
  83. data/schemas/tlc/1.0.13/commands/M0006.json +2 -2
  84. data/schemas/tlc/1.0.13/commands/M0007.json +1 -1
  85. data/schemas/tlc/1.0.13/commands/M0008.json +2 -2
  86. data/schemas/tlc/1.0.13/commands/M0010.json +1 -1
  87. data/schemas/tlc/1.0.13/commands/M0011.json +1 -1
  88. data/schemas/tlc/1.0.13/commands/M0014.json +1 -1
  89. data/schemas/tlc/1.0.13/commands/M0015.json +2 -2
  90. data/schemas/tlc/1.0.13/commands/M0018.json +2 -2
  91. data/schemas/tlc/1.0.13/commands/M0019.json +3 -3
  92. data/schemas/tlc/1.0.13/commands/M0104.json +6 -6
  93. data/schemas/tlc/1.0.13/statuses/S0001.json +3 -3
  94. data/schemas/tlc/1.0.13/statuses/S0005.json +1 -1
  95. data/schemas/tlc/1.0.13/statuses/S0006.json +2 -2
  96. data/schemas/tlc/1.0.13/statuses/S0007.json +2 -2
  97. data/schemas/tlc/1.0.13/statuses/S0008.json +2 -2
  98. data/schemas/tlc/1.0.13/statuses/S0009.json +2 -2
  99. data/schemas/tlc/1.0.13/statuses/S0010.json +2 -2
  100. data/schemas/tlc/1.0.13/statuses/S0011.json +2 -2
  101. data/schemas/tlc/1.0.13/statuses/S0012.json +2 -2
  102. data/schemas/tlc/1.0.13/statuses/S0013.json +2 -2
  103. data/schemas/tlc/1.0.13/statuses/S0014.json +1 -1
  104. data/schemas/tlc/1.0.13/statuses/S0015.json +1 -1
  105. data/schemas/tlc/1.0.13/statuses/S0016.json +1 -1
  106. data/schemas/tlc/1.0.13/statuses/S0017.json +1 -1
  107. data/schemas/tlc/1.0.13/statuses/S0018.json +1 -1
  108. data/schemas/tlc/1.0.13/statuses/S0019.json +1 -1
  109. data/schemas/tlc/1.0.13/statuses/S0020.json +2 -2
  110. data/schemas/tlc/1.0.13/statuses/S0025.json +8 -8
  111. data/schemas/tlc/1.0.13/statuses/S0096.json +6 -6
  112. data/schemas/tlc/1.0.13/statuses/S0201.json +2 -2
  113. data/schemas/tlc/1.0.13/statuses/S0202.json +2 -2
  114. data/schemas/tlc/1.0.13/statuses/S0203.json +2 -2
  115. data/schemas/tlc/1.0.13/statuses/S0204.json +10 -10
  116. data/schemas/tlc/1.0.14/alarms/A0008.json +1 -1
  117. data/schemas/tlc/1.0.14/alarms/A0301.json +1 -1
  118. data/schemas/tlc/1.0.14/alarms/A0302.json +1 -1
  119. data/schemas/tlc/1.0.14/commands/M0001.json +4 -4
  120. data/schemas/tlc/1.0.14/commands/M0002.json +2 -2
  121. data/schemas/tlc/1.0.14/commands/M0003.json +2 -2
  122. data/schemas/tlc/1.0.14/commands/M0004.json +1 -1
  123. data/schemas/tlc/1.0.14/commands/M0005.json +2 -2
  124. data/schemas/tlc/1.0.14/commands/M0006.json +2 -2
  125. data/schemas/tlc/1.0.14/commands/M0007.json +1 -1
  126. data/schemas/tlc/1.0.14/commands/M0008.json +2 -2
  127. data/schemas/tlc/1.0.14/commands/M0010.json +1 -1
  128. data/schemas/tlc/1.0.14/commands/M0011.json +1 -1
  129. data/schemas/tlc/1.0.14/commands/M0014.json +1 -1
  130. data/schemas/tlc/1.0.14/commands/M0015.json +2 -2
  131. data/schemas/tlc/1.0.14/commands/M0018.json +2 -2
  132. data/schemas/tlc/1.0.14/commands/M0019.json +3 -3
  133. data/schemas/tlc/1.0.14/commands/M0104.json +6 -6
  134. data/schemas/tlc/1.0.14/statuses/S0001.json +3 -3
  135. data/schemas/tlc/1.0.14/statuses/S0005.json +1 -1
  136. data/schemas/tlc/1.0.14/statuses/S0006.json +2 -2
  137. data/schemas/tlc/1.0.14/statuses/S0007.json +2 -2
  138. data/schemas/tlc/1.0.14/statuses/S0008.json +2 -2
  139. data/schemas/tlc/1.0.14/statuses/S0009.json +2 -2
  140. data/schemas/tlc/1.0.14/statuses/S0010.json +2 -2
  141. data/schemas/tlc/1.0.14/statuses/S0011.json +2 -2
  142. data/schemas/tlc/1.0.14/statuses/S0012.json +2 -2
  143. data/schemas/tlc/1.0.14/statuses/S0013.json +2 -2
  144. data/schemas/tlc/1.0.14/statuses/S0014.json +1 -1
  145. data/schemas/tlc/1.0.14/statuses/S0015.json +1 -1
  146. data/schemas/tlc/1.0.14/statuses/S0016.json +1 -1
  147. data/schemas/tlc/1.0.14/statuses/S0017.json +1 -1
  148. data/schemas/tlc/1.0.14/statuses/S0018.json +1 -1
  149. data/schemas/tlc/1.0.14/statuses/S0019.json +1 -1
  150. data/schemas/tlc/1.0.14/statuses/S0020.json +2 -2
  151. data/schemas/tlc/1.0.14/statuses/S0025.json +8 -8
  152. data/schemas/tlc/1.0.14/statuses/S0096.json +6 -6
  153. data/schemas/tlc/1.0.14/statuses/S0201.json +2 -2
  154. data/schemas/tlc/1.0.14/statuses/S0202.json +2 -2
  155. data/schemas/tlc/1.0.14/statuses/S0203.json +2 -2
  156. data/schemas/tlc/1.0.14/statuses/S0204.json +10 -10
  157. data/schemas/tlc/1.0.14/statuses/S0205.json +1 -1
  158. data/schemas/tlc/1.0.14/statuses/S0206.json +1 -1
  159. data/schemas/tlc/1.0.14/statuses/S0207.json +1 -1
  160. data/schemas/tlc/1.0.14/statuses/S0208.json +1 -1
  161. data/schemas/tlc/1.0.15/alarms/A0008.json +1 -1
  162. data/schemas/tlc/1.0.15/alarms/A0301.json +1 -1
  163. data/schemas/tlc/1.0.15/alarms/A0302.json +1 -1
  164. data/schemas/tlc/1.0.15/commands/M0001.json +4 -4
  165. data/schemas/tlc/1.0.15/commands/M0002.json +2 -2
  166. data/schemas/tlc/1.0.15/commands/M0003.json +2 -2
  167. data/schemas/tlc/1.0.15/commands/M0004.json +1 -1
  168. data/schemas/tlc/1.0.15/commands/M0005.json +2 -2
  169. data/schemas/tlc/1.0.15/commands/M0006.json +2 -2
  170. data/schemas/tlc/1.0.15/commands/M0007.json +1 -1
  171. data/schemas/tlc/1.0.15/commands/M0008.json +2 -2
  172. data/schemas/tlc/1.0.15/commands/M0010.json +1 -1
  173. data/schemas/tlc/1.0.15/commands/M0011.json +1 -1
  174. data/schemas/tlc/1.0.15/commands/M0014.json +1 -1
  175. data/schemas/tlc/1.0.15/commands/M0015.json +2 -2
  176. data/schemas/tlc/1.0.15/commands/M0018.json +2 -2
  177. data/schemas/tlc/1.0.15/commands/M0019.json +3 -3
  178. data/schemas/tlc/1.0.15/commands/M0020.json +3 -3
  179. data/schemas/tlc/1.0.15/commands/M0104.json +6 -6
  180. data/schemas/tlc/1.0.15/statuses/S0001.json +3 -3
  181. data/schemas/tlc/1.0.15/statuses/S0005.json +1 -1
  182. data/schemas/tlc/1.0.15/statuses/S0006.json +2 -2
  183. data/schemas/tlc/1.0.15/statuses/S0007.json +2 -2
  184. data/schemas/tlc/1.0.15/statuses/S0008.json +2 -2
  185. data/schemas/tlc/1.0.15/statuses/S0009.json +2 -2
  186. data/schemas/tlc/1.0.15/statuses/S0010.json +2 -2
  187. data/schemas/tlc/1.0.15/statuses/S0011.json +2 -2
  188. data/schemas/tlc/1.0.15/statuses/S0012.json +2 -2
  189. data/schemas/tlc/1.0.15/statuses/S0013.json +2 -2
  190. data/schemas/tlc/1.0.15/statuses/S0014.json +1 -1
  191. data/schemas/tlc/1.0.15/statuses/S0015.json +1 -1
  192. data/schemas/tlc/1.0.15/statuses/S0016.json +1 -1
  193. data/schemas/tlc/1.0.15/statuses/S0017.json +1 -1
  194. data/schemas/tlc/1.0.15/statuses/S0018.json +1 -1
  195. data/schemas/tlc/1.0.15/statuses/S0019.json +1 -1
  196. data/schemas/tlc/1.0.15/statuses/S0020.json +2 -2
  197. data/schemas/tlc/1.0.15/statuses/S0025.json +8 -8
  198. data/schemas/tlc/1.0.15/statuses/S0096.json +6 -6
  199. data/schemas/tlc/1.0.15/statuses/S0097.json +1 -1
  200. data/schemas/tlc/1.0.15/statuses/S0098.json +1 -1
  201. data/schemas/tlc/1.0.15/statuses/S0201.json +2 -2
  202. data/schemas/tlc/1.0.15/statuses/S0202.json +2 -2
  203. data/schemas/tlc/1.0.15/statuses/S0203.json +2 -2
  204. data/schemas/tlc/1.0.15/statuses/S0204.json +10 -10
  205. data/schemas/tlc/1.0.15/statuses/S0205.json +1 -1
  206. data/schemas/tlc/1.0.15/statuses/S0206.json +1 -1
  207. data/schemas/tlc/1.0.15/statuses/S0207.json +1 -1
  208. data/schemas/tlc/1.0.15/statuses/S0208.json +1 -1
  209. data/schemas/tlc/1.0.7/alarms/A0008.json +1 -1
  210. data/schemas/tlc/1.0.7/alarms/A0301.json +1 -1
  211. data/schemas/tlc/1.0.7/alarms/A0302.json +1 -1
  212. data/schemas/tlc/1.0.7/commands/M0001.json +4 -4
  213. data/schemas/tlc/1.0.7/commands/M0002.json +2 -2
  214. data/schemas/tlc/1.0.7/commands/M0003.json +2 -2
  215. data/schemas/tlc/1.0.7/commands/M0004.json +1 -1
  216. data/schemas/tlc/1.0.7/commands/M0005.json +2 -2
  217. data/schemas/tlc/1.0.7/commands/M0006.json +2 -2
  218. data/schemas/tlc/1.0.7/commands/M0007.json +1 -1
  219. data/schemas/tlc/1.0.7/commands/M0008.json +2 -2
  220. data/schemas/tlc/1.0.7/commands/M0010.json +1 -1
  221. data/schemas/tlc/1.0.7/commands/M0011.json +1 -1
  222. data/schemas/tlc/1.0.7/commands/M0019.json +3 -3
  223. data/schemas/tlc/1.0.7/commands/M0104.json +6 -6
  224. data/schemas/tlc/1.0.7/statuses/S0001.json +3 -3
  225. data/schemas/tlc/1.0.7/statuses/S0005.json +1 -1
  226. data/schemas/tlc/1.0.7/statuses/S0006.json +2 -2
  227. data/schemas/tlc/1.0.7/statuses/S0007.json +2 -2
  228. data/schemas/tlc/1.0.7/statuses/S0008.json +2 -2
  229. data/schemas/tlc/1.0.7/statuses/S0009.json +2 -2
  230. data/schemas/tlc/1.0.7/statuses/S0010.json +2 -2
  231. data/schemas/tlc/1.0.7/statuses/S0011.json +2 -2
  232. data/schemas/tlc/1.0.7/statuses/S0012.json +2 -2
  233. data/schemas/tlc/1.0.7/statuses/S0013.json +2 -2
  234. data/schemas/tlc/1.0.7/statuses/S0014.json +1 -1
  235. data/schemas/tlc/1.0.7/statuses/S0015.json +1 -1
  236. data/schemas/tlc/1.0.7/statuses/S0016.json +1 -1
  237. data/schemas/tlc/1.0.7/statuses/S0017.json +1 -1
  238. data/schemas/tlc/1.0.7/statuses/S0018.json +1 -1
  239. data/schemas/tlc/1.0.7/statuses/S0019.json +1 -1
  240. data/schemas/tlc/1.0.7/statuses/S0020.json +2 -2
  241. data/schemas/tlc/1.0.7/statuses/S0025.json +8 -8
  242. data/schemas/tlc/1.0.7/statuses/S0096.json +6 -6
  243. data/schemas/tlc/1.0.7/statuses/S0201.json +2 -2
  244. data/schemas/tlc/1.0.7/statuses/S0202.json +2 -2
  245. data/schemas/tlc/1.0.7/statuses/S0203.json +2 -2
  246. data/schemas/tlc/1.0.7/statuses/S0204.json +10 -10
  247. data/schemas/tlc/1.0.8/alarms/A0008.json +1 -1
  248. data/schemas/tlc/1.0.8/alarms/A0301.json +1 -1
  249. data/schemas/tlc/1.0.8/alarms/A0302.json +1 -1
  250. data/schemas/tlc/1.0.8/commands/M0001.json +4 -4
  251. data/schemas/tlc/1.0.8/commands/M0002.json +2 -2
  252. data/schemas/tlc/1.0.8/commands/M0003.json +2 -2
  253. data/schemas/tlc/1.0.8/commands/M0004.json +1 -1
  254. data/schemas/tlc/1.0.8/commands/M0005.json +2 -2
  255. data/schemas/tlc/1.0.8/commands/M0006.json +2 -2
  256. data/schemas/tlc/1.0.8/commands/M0007.json +1 -1
  257. data/schemas/tlc/1.0.8/commands/M0008.json +2 -2
  258. data/schemas/tlc/1.0.8/commands/M0010.json +1 -1
  259. data/schemas/tlc/1.0.8/commands/M0011.json +1 -1
  260. data/schemas/tlc/1.0.8/commands/M0019.json +3 -3
  261. data/schemas/tlc/1.0.8/commands/M0104.json +6 -6
  262. data/schemas/tlc/1.0.8/statuses/S0001.json +3 -3
  263. data/schemas/tlc/1.0.8/statuses/S0005.json +1 -1
  264. data/schemas/tlc/1.0.8/statuses/S0006.json +2 -2
  265. data/schemas/tlc/1.0.8/statuses/S0007.json +2 -2
  266. data/schemas/tlc/1.0.8/statuses/S0008.json +2 -2
  267. data/schemas/tlc/1.0.8/statuses/S0009.json +2 -2
  268. data/schemas/tlc/1.0.8/statuses/S0010.json +2 -2
  269. data/schemas/tlc/1.0.8/statuses/S0011.json +2 -2
  270. data/schemas/tlc/1.0.8/statuses/S0012.json +2 -2
  271. data/schemas/tlc/1.0.8/statuses/S0013.json +2 -2
  272. data/schemas/tlc/1.0.8/statuses/S0014.json +1 -1
  273. data/schemas/tlc/1.0.8/statuses/S0015.json +1 -1
  274. data/schemas/tlc/1.0.8/statuses/S0016.json +1 -1
  275. data/schemas/tlc/1.0.8/statuses/S0017.json +1 -1
  276. data/schemas/tlc/1.0.8/statuses/S0018.json +1 -1
  277. data/schemas/tlc/1.0.8/statuses/S0019.json +1 -1
  278. data/schemas/tlc/1.0.8/statuses/S0020.json +2 -2
  279. data/schemas/tlc/1.0.8/statuses/S0025.json +8 -8
  280. data/schemas/tlc/1.0.8/statuses/S0096.json +6 -6
  281. data/schemas/tlc/1.0.8/statuses/S0201.json +2 -2
  282. data/schemas/tlc/1.0.8/statuses/S0202.json +2 -2
  283. data/schemas/tlc/1.0.8/statuses/S0203.json +2 -2
  284. data/schemas/tlc/1.0.8/statuses/S0204.json +10 -10
  285. data/schemas/tlc/1.0.9/alarms/A0008.json +1 -1
  286. data/schemas/tlc/1.0.9/alarms/A0301.json +1 -1
  287. data/schemas/tlc/1.0.9/alarms/A0302.json +1 -1
  288. data/schemas/tlc/1.0.9/commands/M0001.json +4 -4
  289. data/schemas/tlc/1.0.9/commands/M0002.json +2 -2
  290. data/schemas/tlc/1.0.9/commands/M0003.json +2 -2
  291. data/schemas/tlc/1.0.9/commands/M0004.json +1 -1
  292. data/schemas/tlc/1.0.9/commands/M0005.json +2 -2
  293. data/schemas/tlc/1.0.9/commands/M0006.json +2 -2
  294. data/schemas/tlc/1.0.9/commands/M0007.json +1 -1
  295. data/schemas/tlc/1.0.9/commands/M0008.json +2 -2
  296. data/schemas/tlc/1.0.9/commands/M0010.json +1 -1
  297. data/schemas/tlc/1.0.9/commands/M0011.json +1 -1
  298. data/schemas/tlc/1.0.9/commands/M0019.json +3 -3
  299. data/schemas/tlc/1.0.9/commands/M0104.json +6 -6
  300. data/schemas/tlc/1.0.9/statuses/S0001.json +3 -3
  301. data/schemas/tlc/1.0.9/statuses/S0005.json +1 -1
  302. data/schemas/tlc/1.0.9/statuses/S0006.json +2 -2
  303. data/schemas/tlc/1.0.9/statuses/S0007.json +2 -2
  304. data/schemas/tlc/1.0.9/statuses/S0008.json +2 -2
  305. data/schemas/tlc/1.0.9/statuses/S0009.json +2 -2
  306. data/schemas/tlc/1.0.9/statuses/S0010.json +2 -2
  307. data/schemas/tlc/1.0.9/statuses/S0011.json +2 -2
  308. data/schemas/tlc/1.0.9/statuses/S0012.json +2 -2
  309. data/schemas/tlc/1.0.9/statuses/S0013.json +2 -2
  310. data/schemas/tlc/1.0.9/statuses/S0014.json +1 -1
  311. data/schemas/tlc/1.0.9/statuses/S0015.json +1 -1
  312. data/schemas/tlc/1.0.9/statuses/S0016.json +1 -1
  313. data/schemas/tlc/1.0.9/statuses/S0017.json +1 -1
  314. data/schemas/tlc/1.0.9/statuses/S0018.json +1 -1
  315. data/schemas/tlc/1.0.9/statuses/S0019.json +1 -1
  316. data/schemas/tlc/1.0.9/statuses/S0020.json +2 -2
  317. data/schemas/tlc/1.0.9/statuses/S0025.json +8 -8
  318. data/schemas/tlc/1.0.9/statuses/S0096.json +6 -6
  319. data/schemas/tlc/1.0.9/statuses/S0201.json +2 -2
  320. data/schemas/tlc/1.0.9/statuses/S0202.json +2 -2
  321. data/schemas/tlc/1.0.9/statuses/S0203.json +2 -2
  322. data/schemas/tlc/1.0.9/statuses/S0204.json +10 -10
  323. data/schemas/tlc/1.1/alarms/A0008.json +1 -1
  324. data/schemas/tlc/1.1/alarms/A0301.json +1 -1
  325. data/schemas/tlc/1.1/alarms/A0302.json +1 -1
  326. data/schemas/tlc/1.1/alarms/A0303.json +1 -1
  327. data/schemas/tlc/1.1/alarms/A0304.json +1 -1
  328. data/schemas/tlc/1.1/commands/M0001.json +4 -4
  329. data/schemas/tlc/1.1/commands/M0002.json +2 -2
  330. data/schemas/tlc/1.1/commands/M0003.json +2 -2
  331. data/schemas/tlc/1.1/commands/M0004.json +1 -1
  332. data/schemas/tlc/1.1/commands/M0005.json +2 -2
  333. data/schemas/tlc/1.1/commands/M0006.json +2 -2
  334. data/schemas/tlc/1.1/commands/M0007.json +1 -1
  335. data/schemas/tlc/1.1/commands/M0008.json +2 -2
  336. data/schemas/tlc/1.1/commands/M0010.json +1 -1
  337. data/schemas/tlc/1.1/commands/M0011.json +1 -1
  338. data/schemas/tlc/1.1/commands/M0014.json +1 -1
  339. data/schemas/tlc/1.1/commands/M0015.json +2 -2
  340. data/schemas/tlc/1.1/commands/M0018.json +2 -2
  341. data/schemas/tlc/1.1/commands/M0019.json +3 -3
  342. data/schemas/tlc/1.1/commands/M0020.json +3 -3
  343. data/schemas/tlc/1.1/commands/M0022.json +8 -8
  344. data/schemas/tlc/1.1/commands/M0023.json +1 -1
  345. data/schemas/tlc/1.1/commands/M0104.json +6 -6
  346. data/schemas/tlc/1.1/statuses/S0001.json +3 -3
  347. data/schemas/tlc/1.1/statuses/S0005.json +1 -1
  348. data/schemas/tlc/1.1/statuses/S0006.json +2 -2
  349. data/schemas/tlc/1.1/statuses/S0007.json +3 -3
  350. data/schemas/tlc/1.1/statuses/S0008.json +3 -3
  351. data/schemas/tlc/1.1/statuses/S0009.json +3 -3
  352. data/schemas/tlc/1.1/statuses/S0010.json +3 -3
  353. data/schemas/tlc/1.1/statuses/S0011.json +3 -3
  354. data/schemas/tlc/1.1/statuses/S0012.json +3 -3
  355. data/schemas/tlc/1.1/statuses/S0013.json +2 -2
  356. data/schemas/tlc/1.1/statuses/S0014.json +2 -2
  357. data/schemas/tlc/1.1/statuses/S0015.json +2 -2
  358. data/schemas/tlc/1.1/statuses/S0016.json +1 -1
  359. data/schemas/tlc/1.1/statuses/S0017.json +1 -1
  360. data/schemas/tlc/1.1/statuses/S0018.json +1 -1
  361. data/schemas/tlc/1.1/statuses/S0019.json +1 -1
  362. data/schemas/tlc/1.1/statuses/S0020.json +2 -2
  363. data/schemas/tlc/1.1/statuses/S0025.json +8 -8
  364. data/schemas/tlc/1.1/statuses/S0032.json +3 -3
  365. data/schemas/tlc/1.1/statuses/S0033.json +3 -3
  366. data/schemas/tlc/1.1/statuses/S0034.json +1 -1
  367. data/schemas/tlc/1.1/statuses/S0091.json +1 -1
  368. data/schemas/tlc/1.1/statuses/S0092.json +1 -1
  369. data/schemas/tlc/1.1/statuses/S0096.json +6 -6
  370. data/schemas/tlc/1.1/statuses/S0097.json +1 -1
  371. data/schemas/tlc/1.1/statuses/S0098.json +1 -1
  372. data/schemas/tlc/1.1/statuses/S0201.json +2 -2
  373. data/schemas/tlc/1.1/statuses/S0202.json +2 -2
  374. data/schemas/tlc/1.1/statuses/S0203.json +2 -2
  375. data/schemas/tlc/1.1/statuses/S0204.json +10 -10
  376. data/schemas/tlc/1.1/statuses/S0205.json +2 -2
  377. data/schemas/tlc/1.1/statuses/S0206.json +2 -2
  378. data/schemas/tlc/1.1/statuses/S0207.json +2 -2
  379. data/schemas/tlc/1.1/statuses/S0208.json +10 -10
  380. metadata +22 -22
  381. data/schemas/core/3.1.1/rsmp.json +0 -124
@@ -30,7 +30,7 @@
30
30
  "description" : "0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)\nOther value: Intersection number"
31
31
  },
32
32
  {
33
- "$ref" : "../../../core/3.1.1/definitions.json#/integer_list"
33
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer_list"
34
34
  }
35
35
  ]
36
36
  }
@@ -56,7 +56,7 @@
56
56
  "description" : "False: Fixed time control inactive\nTrue: Fixed time control active"
57
57
  },
58
58
  {
59
- "$ref" : "../../../core/3.1.1/definitions.json#/boolean_list"
59
+ "$ref" : "../../../core/3.1.2/definitions.json#/boolean_list"
60
60
  }
61
61
  ]
62
62
  }
@@ -30,7 +30,7 @@
30
30
  "description" : "0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)\nOther value: Intersection number"
31
31
  },
32
32
  {
33
- "$ref" : "../../../core/3.1.1/definitions.json#/integer_list"
33
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer_list"
34
34
  }
35
35
  ]
36
36
  }
@@ -56,7 +56,7 @@
56
56
  "description" : "False: Isolated control disabled\nTrue: Isolated control enabled (Vehicle actuated control or Fixed time control)"
57
57
  },
58
58
  {
59
- "$ref" : "../../../core/3.1.1/definitions.json#/boolean_list"
59
+ "$ref" : "../../../core/3.1.2/definitions.json#/boolean_list"
60
60
  }
61
61
  ]
62
62
  }
@@ -30,7 +30,7 @@
30
30
  "description" : "0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)\nOther value: Intersection number"
31
31
  },
32
32
  {
33
- "$ref" : "../../../core/3.1.1/definitions.json#/integer_list"
33
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer_list"
34
34
  }
35
35
  ]
36
36
  }
@@ -56,7 +56,7 @@
56
56
  "description" : "False: Yellow flash disabled\nTrue: Yellow flash enabled"
57
57
  },
58
58
  {
59
- "$ref" : "../../../core/3.1.1/definitions.json#/boolean_list"
59
+ "$ref" : "../../../core/3.1.2/definitions.json#/boolean_list"
60
60
  }
61
61
  ]
62
62
  }
@@ -30,7 +30,7 @@
30
30
  "description" : "0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)\nOther value: Intersection number"
31
31
  },
32
32
  {
33
- "$ref" : "../../../core/3.1.1/definitions.json#/integer_list"
33
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer_list"
34
34
  }
35
35
  ]
36
36
  }
@@ -56,7 +56,7 @@
56
56
  "description" : "False: All red disabled\nTrue: All red enabled"
57
57
  },
58
58
  {
59
- "$ref" : "../../../core/3.1.1/definitions.json#/boolean_list"
59
+ "$ref" : "../../../core/3.1.2/definitions.json#/boolean_list"
60
60
  }
61
61
  ]
62
62
  }
@@ -30,7 +30,7 @@
30
30
  "description" : "0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)\nOther value: Intersection number"
31
31
  },
32
32
  {
33
- "$ref" : "../../../core/3.1.1/definitions.json#/integer_list"
33
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer_list"
34
34
  }
35
35
  ]
36
36
  }
@@ -56,7 +56,7 @@
56
56
  "pattern" : "(?-mix:^(0|1|2)(?:,(0|1|2))*$)"
57
57
  },
58
58
  {
59
- "$ref" : "../../../core/3.1.1/definitions.json#/integer_list"
59
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer_list"
60
60
  }
61
61
  ]
62
62
  }
@@ -29,7 +29,7 @@
29
29
  "description" : "Current time plan"
30
30
  },
31
31
  {
32
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
32
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
33
33
  }
34
34
  ]
35
35
  }
@@ -29,7 +29,7 @@
29
29
  "description" : "Current traffic situation"
30
30
  },
31
31
  {
32
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
32
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
33
33
  }
34
34
  ]
35
35
  }
@@ -29,7 +29,7 @@
29
29
  "description" : "Number of detector logics"
30
30
  },
31
31
  {
32
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
32
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
33
33
  }
34
34
  ]
35
35
  }
@@ -29,7 +29,7 @@
29
29
  "description" : "Number of signal groups"
30
30
  },
31
31
  {
32
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
32
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
33
33
  }
34
34
  ]
35
35
  }
@@ -29,7 +29,7 @@
29
29
  "description" : "Number of time plans (depreciated)"
30
30
  },
31
31
  {
32
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
32
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
33
33
  }
34
34
  ]
35
35
  }
@@ -29,7 +29,7 @@
29
29
  "description" : "Number of traffic situations"
30
30
  },
31
31
  {
32
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
32
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
33
33
  }
34
34
  ]
35
35
  }
@@ -30,7 +30,7 @@
30
30
  "description" : "0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)\nOther value: Intersection number"
31
31
  },
32
32
  {
33
- "$ref" : "../../../core/3.1.1/definitions.json#/integer_list"
33
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer_list"
34
34
  }
35
35
  ]
36
36
  }
@@ -56,7 +56,7 @@
56
56
  "pattern" : "(?-mix:^(startup|control|standby|failure|test)(?:,(startup|control|standby|failure|test))*$)"
57
57
  },
58
58
  {
59
- "$ref" : "../../../core/3.1.1/definitions.json#/string_list"
59
+ "$ref" : "../../../core/3.1.2/definitions.json#/string_list"
60
60
  }
61
61
  ]
62
62
  }
@@ -32,7 +32,7 @@
32
32
  "properties" : {
33
33
  "s" : {
34
34
  "description" : "Time stamp for the minimum time for the signal group to go to green. If the signal group is green, it is the minimum time for the next green.\nFormat 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",
35
- "$ref" : "../../../core/3.1.1/definitions.json#/timestamp"
35
+ "$ref" : "../../../core/3.1.2/definitions.json#/timestamp"
36
36
  }
37
37
  }
38
38
  }
@@ -52,7 +52,7 @@
52
52
  "properties" : {
53
53
  "s" : {
54
54
  "description" : "Time stamp for the maximum time for the signal group to go to green. If the signal group is green, it is the maximum time for the next green.\nFormat 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",
55
- "$ref" : "../../../core/3.1.1/definitions.json#/timestamp"
55
+ "$ref" : "../../../core/3.1.2/definitions.json#/timestamp"
56
56
  }
57
57
  }
58
58
  }
@@ -72,7 +72,7 @@
72
72
  "properties" : {
73
73
  "s" : {
74
74
  "description" : "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.\nFormat 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",
75
- "$ref" : "../../../core/3.1.1/definitions.json#/timestamp"
75
+ "$ref" : "../../../core/3.1.2/definitions.json#/timestamp"
76
76
  }
77
77
  }
78
78
  }
@@ -92,7 +92,7 @@
92
92
  "properties" : {
93
93
  "s" : {
94
94
  "description" : "Confidence of the likelyToGEstimate. 0-100%",
95
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
95
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
96
96
  }
97
97
  }
98
98
  }
@@ -112,7 +112,7 @@
112
112
  "properties" : {
113
113
  "s" : {
114
114
  "description" : "Time stamp for the minimum time for the signal group to go to red. If the signal group is red, it is the minimum time for the next red.\nFormat 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",
115
- "$ref" : "../../../core/3.1.1/definitions.json#/timestamp"
115
+ "$ref" : "../../../core/3.1.2/definitions.json#/timestamp"
116
116
  }
117
117
  }
118
118
  }
@@ -132,7 +132,7 @@
132
132
  "properties" : {
133
133
  "s" : {
134
134
  "description" : "Time stamp for the maximum time for the signal group to go to red. If the signal group is red, it is the maximum time for the next red.\nFormat 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",
135
- "$ref" : "../../../core/3.1.1/definitions.json#/timestamp"
135
+ "$ref" : "../../../core/3.1.2/definitions.json#/timestamp"
136
136
  }
137
137
  }
138
138
  }
@@ -152,7 +152,7 @@
152
152
  "properties" : {
153
153
  "s" : {
154
154
  "description" : "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.\nFormat 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",
155
- "$ref" : "../../../core/3.1.1/definitions.json#/timestamp"
155
+ "$ref" : "../../../core/3.1.2/definitions.json#/timestamp"
156
156
  }
157
157
  }
158
158
  }
@@ -172,7 +172,7 @@
172
172
  "properties" : {
173
173
  "s" : {
174
174
  "description" : "Confidence of the likelyToREstimate. 0-100%",
175
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
175
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
176
176
  }
177
177
  }
178
178
  }
@@ -34,7 +34,7 @@
34
34
  "description" : "Year according to format YYYY. NOTE: UTC is used"
35
35
  },
36
36
  {
37
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
37
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
38
38
  }
39
39
  ]
40
40
  }
@@ -60,7 +60,7 @@
60
60
  "description" : "Month (01-12) according to format MM. Note: UTC is used"
61
61
  },
62
62
  {
63
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
63
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
64
64
  }
65
65
  ]
66
66
  }
@@ -86,7 +86,7 @@
86
86
  "description" : "Day of month (01-31) according to format DD. Note: UTC is used"
87
87
  },
88
88
  {
89
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
89
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
90
90
  }
91
91
  ]
92
92
  }
@@ -112,7 +112,7 @@
112
112
  "description" : "Hour of day (00-23) according to format DD. Note: UTC is used"
113
113
  },
114
114
  {
115
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
115
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
116
116
  }
117
117
  ]
118
118
  }
@@ -138,7 +138,7 @@
138
138
  "description" : "Minute (00-59) according to format MM. Note: UTC is used"
139
139
  },
140
140
  {
141
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
141
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
142
142
  }
143
143
  ]
144
144
  }
@@ -164,7 +164,7 @@
164
164
  "description" : "Second (00-59) according to format SS. Note: UTC is used"
165
165
  },
166
166
  {
167
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
167
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
168
168
  }
169
169
  ]
170
170
  }
@@ -30,7 +30,7 @@
30
30
  "description" : "Time stamp for start of measuring. 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"
31
31
  },
32
32
  {
33
- "$ref" : "../../../core/3.1.1/definitions.json#/timestamp"
33
+ "$ref" : "../../../core/3.1.2/definitions.json#/timestamp"
34
34
  }
35
35
  ]
36
36
  }
@@ -56,7 +56,7 @@
56
56
  "description" : "Number of vehicles on a given detector logic (since last update)"
57
57
  },
58
58
  {
59
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
59
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
60
60
  }
61
61
  ]
62
62
  }
@@ -30,7 +30,7 @@
30
30
  "description" : "Time stamp for start of measuring. Format according to W3C\nXML dateTime with a resolution of 3 decimal places. All time stamps\nin UTC. E.g. 2009-10-02T14:34:34.341Z"
31
31
  },
32
32
  {
33
- "$ref" : "../../../core/3.1.1/definitions.json#/timestamp"
33
+ "$ref" : "../../../core/3.1.2/definitions.json#/timestamp"
34
34
  }
35
35
  ]
36
36
  }
@@ -56,7 +56,7 @@
56
56
  "description" : "Average speed in km/h"
57
57
  },
58
58
  {
59
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
59
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
60
60
  }
61
61
  ]
62
62
  }
@@ -30,7 +30,7 @@
30
30
  "description" : "Time stamp for start of measuring. Format according to W3C\nXML dateTime with a resolution of 3 decimal places. All time stamps\nin UTC. E.g. 2009-10-02T14:34:34.341Z"
31
31
  },
32
32
  {
33
- "$ref" : "../../../core/3.1.1/definitions.json#/timestamp"
33
+ "$ref" : "../../../core/3.1.2/definitions.json#/timestamp"
34
34
  }
35
35
  ]
36
36
  }
@@ -56,7 +56,7 @@
56
56
  "description" : "Occupancy in percent (0-100%)"
57
57
  },
58
58
  {
59
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
59
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
60
60
  }
61
61
  ]
62
62
  }
@@ -38,7 +38,7 @@
38
38
  "description" : "Time stamp for start of measuring. Format according to W3C\nXML dateTime with a resolution of 3 decimal places. All time stamps\nin UTC. E.g. 2009-10-02T14:34:34.341Z"
39
39
  },
40
40
  {
41
- "$ref" : "../../../core/3.1.1/definitions.json#/timestamp"
41
+ "$ref" : "../../../core/3.1.2/definitions.json#/timestamp"
42
42
  }
43
43
  ]
44
44
  }
@@ -64,7 +64,7 @@
64
64
  "description" : "Number of cars"
65
65
  },
66
66
  {
67
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
67
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
68
68
  }
69
69
  ]
70
70
  }
@@ -90,7 +90,7 @@
90
90
  "description" : "Number of cars with trailers"
91
91
  },
92
92
  {
93
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
93
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
94
94
  }
95
95
  ]
96
96
  }
@@ -116,7 +116,7 @@
116
116
  "description" : "Number of trucks"
117
117
  },
118
118
  {
119
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
119
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
120
120
  }
121
121
  ]
122
122
  }
@@ -142,7 +142,7 @@
142
142
  "description" : "Number of trucks with trailers"
143
143
  },
144
144
  {
145
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
145
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
146
146
  }
147
147
  ]
148
148
  }
@@ -168,7 +168,7 @@
168
168
  "description" : "Number of busses"
169
169
  },
170
170
  {
171
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
171
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
172
172
  }
173
173
  ]
174
174
  }
@@ -194,7 +194,7 @@
194
194
  "description" : "Number of trams"
195
195
  },
196
196
  {
197
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
197
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
198
198
  }
199
199
  ]
200
200
  }
@@ -220,7 +220,7 @@
220
220
  "description" : "Number of motor cycles"
221
221
  },
222
222
  {
223
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
223
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
224
224
  }
225
225
  ]
226
226
  }
@@ -246,7 +246,7 @@
246
246
  "description" : "Number of bicycles"
247
247
  },
248
248
  {
249
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
249
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
250
250
  }
251
251
  ]
252
252
  }
@@ -272,7 +272,7 @@
272
272
  "description" : "Number of pedestrians"
273
273
  },
274
274
  {
275
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
275
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
276
276
  }
277
277
  ]
278
278
  }
@@ -29,7 +29,7 @@
29
29
  "description" : "Current time plan"
30
30
  },
31
31
  {
32
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
32
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
33
33
  }
34
34
  ]
35
35
  }
@@ -100,7 +100,7 @@
100
100
  "description" : "Manually controlled detector logic (True/False)"
101
101
  },
102
102
  {
103
- "$ref" : "../../../core/3.1.1/definitions.json#/boolean"
103
+ "$ref" : "../../../core/3.1.2/definitions.json#/boolean"
104
104
  }
105
105
  ]
106
106
  }
@@ -101,7 +101,7 @@
101
101
  "description" : "Manually controlled detector logic (True/False)"
102
102
  },
103
103
  {
104
- "$ref" : "../../../core/3.1.1/definitions.json#/boolean"
104
+ "$ref" : "../../../core/3.1.2/definitions.json#/boolean"
105
105
  }
106
106
  ]
107
107
  }
@@ -100,7 +100,7 @@
100
100
  "description" : "Manually controlled detector logic (True/False)"
101
101
  },
102
102
  {
103
- "$ref" : "../../../core/3.1.1/definitions.json#/boolean"
103
+ "$ref" : "../../../core/3.1.2/definitions.json#/boolean"
104
104
  }
105
105
  ]
106
106
  }
@@ -101,7 +101,7 @@
101
101
  "description" : "Manually controlled detector logic (True/False)"
102
102
  },
103
103
  {
104
- "$ref" : "../../../core/3.1.1/definitions.json#/boolean"
104
+ "$ref" : "../../../core/3.1.2/definitions.json#/boolean"
105
105
  }
106
106
  ]
107
107
  }
@@ -36,7 +36,7 @@
36
36
  "pattern" : "(?-mix:^(NormalControl|YellowFlash|Dark)(?:,(NormalControl|YellowFlash|Dark))*$)"
37
37
  },
38
38
  {
39
- "$ref" : "../../../core/3.1.1/definitions.json#/string_list"
39
+ "$ref" : "../../../core/3.1.2/definitions.json#/string_list"
40
40
  }
41
41
  ]
42
42
  }
@@ -62,7 +62,7 @@
62
62
  "description" : "Security code 2"
63
63
  },
64
64
  {
65
- "$ref" : "../../../core/3.1.1/definitions.json#/string_list"
65
+ "$ref" : "../../../core/3.1.2/definitions.json#/string_list"
66
66
  }
67
67
  ]
68
68
  }
@@ -88,7 +88,7 @@
88
88
  "description" : "Time in minutes until controller automatically reverts to previous functional position.\n0=no automatic return"
89
89
  },
90
90
  {
91
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
91
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
92
92
  }
93
93
  ]
94
94
  }
@@ -114,7 +114,7 @@
114
114
  "description" : "Comma separated list of intersections which the status relates to, e.g. “1,2”.\nUse “0” for all intersections of the TLC."
115
115
  },
116
116
  {
117
- "$ref" : "../../../core/3.1.1/definitions.json#/integer_list"
117
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer_list"
118
118
  }
119
119
  ]
120
120
  }
@@ -34,7 +34,7 @@
34
34
  "description" : "False: Controller uses time plan according to programming\nTrue: Controller uses time plan according to command"
35
35
  },
36
36
  {
37
- "$ref" : "../../../core/3.1.1/definitions.json#/boolean"
37
+ "$ref" : "../../../core/3.1.2/definitions.json#/boolean"
38
38
  }
39
39
  ]
40
40
  }
@@ -80,7 +80,7 @@
80
80
  "description" : "designation of time plan"
81
81
  },
82
82
  {
83
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
83
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
84
84
  }
85
85
  ]
86
86
  }
@@ -34,7 +34,7 @@
34
34
  "description" : "False: Controller uses traffic situation according to own programming\nTrue: Controller uses traffic situation according to command"
35
35
  },
36
36
  {
37
- "$ref" : "../../../core/3.1.1/definitions.json#/boolean"
37
+ "$ref" : "../../../core/3.1.2/definitions.json#/boolean"
38
38
  }
39
39
  ]
40
40
  }
@@ -80,7 +80,7 @@
80
80
  "description" : "designation of traficsituation"
81
81
  },
82
82
  {
83
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
83
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
84
84
  }
85
85
  ]
86
86
  }
@@ -33,7 +33,7 @@
33
33
  "description" : "True: Restart controller"
34
34
  },
35
35
  {
36
- "$ref" : "../../../core/3.1.1/definitions.json#/boolean"
36
+ "$ref" : "../../../core/3.1.2/definitions.json#/boolean"
37
37
  }
38
38
  ]
39
39
  }
@@ -34,7 +34,7 @@
34
34
  "description" : "False: Deactivate emergency route\nTrue: Activate emergency route"
35
35
  },
36
36
  {
37
- "$ref" : "../../../core/3.1.1/definitions.json#/boolean"
37
+ "$ref" : "../../../core/3.1.2/definitions.json#/boolean"
38
38
  }
39
39
  ]
40
40
  }
@@ -80,7 +80,7 @@
80
80
  "description" : "Number of emergency route"
81
81
  },
82
82
  {
83
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
83
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
84
84
  }
85
85
  ]
86
86
  }
@@ -34,7 +34,7 @@
34
34
  "description" : "False: Deactivate input\nTrue: Activate input"
35
35
  },
36
36
  {
37
- "$ref" : "../../../core/3.1.1/definitions.json#/boolean"
37
+ "$ref" : "../../../core/3.1.2/definitions.json#/boolean"
38
38
  }
39
39
  ]
40
40
  }
@@ -80,7 +80,7 @@
80
80
  "description" : "Number of Input"
81
81
  },
82
82
  {
83
- "$ref" : "../../../core/3.1.1/definitions.json#/integer"
83
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
84
84
  }
85
85
  ]
86
86
  }
@@ -33,7 +33,7 @@
33
33
  "description" : "False: Deactivate fixed time control\nTrue: Activate fixed time control"
34
34
  },
35
35
  {
36
- "$ref" : "../../../core/3.1.1/definitions.json#/boolean"
36
+ "$ref" : "../../../core/3.1.2/definitions.json#/boolean"
37
37
  }
38
38
  ]
39
39
  }