rsmp_schema 0.4.4 → 0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (658) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/rspec.yaml +1 -1
  3. data/.tool-versions +1 -0
  4. data/Gemfile.lock +2 -2
  5. data/lib/rsmp_schema/convert/export/json_schema.rb +32 -12
  6. data/lib/rsmp_schema/schema.rb +6 -3
  7. data/lib/rsmp_schema/version.rb +1 -1
  8. data/schemas/core/3.1.2/status_response.json +1 -1
  9. data/schemas/core/3.1.3/status_response.json +21 -23
  10. data/schemas/core/3.2/status_response.json +20 -22
  11. data/schemas/core/3.2.1/core.json +39 -0
  12. data/schemas/core/3.2.1/rsmp.json +133 -0
  13. data/schemas/tlc/1.0.10/alarms/A0001.json +1 -5
  14. data/schemas/tlc/1.0.10/alarms/A0002.json +1 -5
  15. data/schemas/tlc/1.0.10/alarms/A0003.json +1 -5
  16. data/schemas/tlc/1.0.10/alarms/A0004.json +1 -5
  17. data/schemas/tlc/1.0.10/alarms/A0005.json +1 -5
  18. data/schemas/tlc/1.0.10/alarms/A0006.json +1 -5
  19. data/schemas/tlc/1.0.10/alarms/A0007.json +1 -5
  20. data/schemas/tlc/1.0.10/alarms/A0008.json +30 -24
  21. data/schemas/tlc/1.0.10/alarms/A0009.json +1 -5
  22. data/schemas/tlc/1.0.10/alarms/A0101.json +1 -5
  23. data/schemas/tlc/1.0.10/alarms/A0201.json +30 -24
  24. data/schemas/tlc/1.0.10/alarms/A0202.json +30 -24
  25. data/schemas/tlc/1.0.10/alarms/A0301.json +98 -92
  26. data/schemas/tlc/1.0.10/alarms/A0302.json +123 -117
  27. data/schemas/tlc/1.0.10/commands/M0001.json +105 -99
  28. data/schemas/tlc/1.0.10/commands/M0002.json +75 -69
  29. data/schemas/tlc/1.0.10/commands/M0003.json +75 -69
  30. data/schemas/tlc/1.0.10/commands/M0004.json +50 -44
  31. data/schemas/tlc/1.0.10/commands/M0005.json +75 -69
  32. data/schemas/tlc/1.0.10/commands/M0006.json +75 -69
  33. data/schemas/tlc/1.0.10/commands/M0007.json +50 -44
  34. data/schemas/tlc/1.0.10/commands/M0008.json +75 -69
  35. data/schemas/tlc/1.0.10/commands/M0010.json +50 -44
  36. data/schemas/tlc/1.0.10/commands/M0011.json +50 -44
  37. data/schemas/tlc/1.0.10/commands/M0012.json +45 -39
  38. data/schemas/tlc/1.0.10/commands/M0013.json +45 -39
  39. data/schemas/tlc/1.0.10/commands/M0019.json +100 -94
  40. data/schemas/tlc/1.0.10/commands/M0103.json +68 -62
  41. data/schemas/tlc/1.0.10/commands/M0104.json +175 -169
  42. data/schemas/tlc/1.0.10/statuses/S0001.json +101 -95
  43. data/schemas/tlc/1.0.10/statuses/S0002.json +25 -19
  44. data/schemas/tlc/1.0.10/statuses/S0003.json +45 -39
  45. data/schemas/tlc/1.0.10/statuses/S0004.json +45 -39
  46. data/schemas/tlc/1.0.10/statuses/S0005.json +30 -24
  47. data/schemas/tlc/1.0.10/statuses/S0006.json +55 -49
  48. data/schemas/tlc/1.0.10/statuses/S0007.json +55 -49
  49. data/schemas/tlc/1.0.10/statuses/S0008.json +55 -49
  50. data/schemas/tlc/1.0.10/statuses/S0009.json +55 -49
  51. data/schemas/tlc/1.0.10/statuses/S0010.json +55 -49
  52. data/schemas/tlc/1.0.10/statuses/S0011.json +55 -49
  53. data/schemas/tlc/1.0.10/statuses/S0012.json +55 -49
  54. data/schemas/tlc/1.0.10/statuses/S0013.json +55 -49
  55. data/schemas/tlc/1.0.10/statuses/S0014.json +30 -24
  56. data/schemas/tlc/1.0.10/statuses/S0015.json +30 -24
  57. data/schemas/tlc/1.0.10/statuses/S0016.json +30 -24
  58. data/schemas/tlc/1.0.10/statuses/S0017.json +30 -24
  59. data/schemas/tlc/1.0.10/statuses/S0018.json +30 -24
  60. data/schemas/tlc/1.0.10/statuses/S0019.json +30 -24
  61. data/schemas/tlc/1.0.10/statuses/S0020.json +55 -49
  62. data/schemas/tlc/1.0.10/statuses/S0021.json +26 -20
  63. data/schemas/tlc/1.0.10/statuses/S0091.json +48 -42
  64. data/schemas/tlc/1.0.10/statuses/S0092.json +48 -42
  65. data/schemas/tlc/1.0.10/statuses/S0095.json +25 -19
  66. data/schemas/tlc/1.0.10/statuses/S0096.json +155 -149
  67. data/schemas/tlc/1.0.10/statuses/S0201.json +55 -49
  68. data/schemas/tlc/1.0.10/statuses/S0202.json +55 -49
  69. data/schemas/tlc/1.0.10/statuses/S0203.json +55 -49
  70. data/schemas/tlc/1.0.10/statuses/S0204.json +255 -249
  71. data/schemas/tlc/1.0.13/alarms/A0001.json +1 -5
  72. data/schemas/tlc/1.0.13/alarms/A0002.json +1 -5
  73. data/schemas/tlc/1.0.13/alarms/A0003.json +1 -5
  74. data/schemas/tlc/1.0.13/alarms/A0004.json +1 -5
  75. data/schemas/tlc/1.0.13/alarms/A0005.json +1 -5
  76. data/schemas/tlc/1.0.13/alarms/A0006.json +1 -5
  77. data/schemas/tlc/1.0.13/alarms/A0007.json +1 -5
  78. data/schemas/tlc/1.0.13/alarms/A0008.json +30 -24
  79. data/schemas/tlc/1.0.13/alarms/A0009.json +1 -5
  80. data/schemas/tlc/1.0.13/alarms/A0101.json +1 -5
  81. data/schemas/tlc/1.0.13/alarms/A0201.json +30 -24
  82. data/schemas/tlc/1.0.13/alarms/A0202.json +30 -24
  83. data/schemas/tlc/1.0.13/alarms/A0301.json +98 -92
  84. data/schemas/tlc/1.0.13/alarms/A0302.json +123 -117
  85. data/schemas/tlc/1.0.13/commands/M0001.json +105 -99
  86. data/schemas/tlc/1.0.13/commands/M0002.json +75 -69
  87. data/schemas/tlc/1.0.13/commands/M0003.json +75 -69
  88. data/schemas/tlc/1.0.13/commands/M0004.json +50 -44
  89. data/schemas/tlc/1.0.13/commands/M0005.json +75 -69
  90. data/schemas/tlc/1.0.13/commands/M0006.json +75 -69
  91. data/schemas/tlc/1.0.13/commands/M0007.json +50 -44
  92. data/schemas/tlc/1.0.13/commands/M0008.json +75 -69
  93. data/schemas/tlc/1.0.13/commands/M0010.json +50 -44
  94. data/schemas/tlc/1.0.13/commands/M0011.json +50 -44
  95. data/schemas/tlc/1.0.13/commands/M0012.json +45 -39
  96. data/schemas/tlc/1.0.13/commands/M0013.json +45 -39
  97. data/schemas/tlc/1.0.13/commands/M0014.json +70 -64
  98. data/schemas/tlc/1.0.13/commands/M0015.json +75 -69
  99. data/schemas/tlc/1.0.13/commands/M0016.json +45 -39
  100. data/schemas/tlc/1.0.13/commands/M0017.json +45 -39
  101. data/schemas/tlc/1.0.13/commands/M0018.json +75 -69
  102. data/schemas/tlc/1.0.13/commands/M0019.json +100 -94
  103. data/schemas/tlc/1.0.13/commands/M0103.json +68 -62
  104. data/schemas/tlc/1.0.13/commands/M0104.json +175 -169
  105. data/schemas/tlc/1.0.13/statuses/S0001.json +101 -95
  106. data/schemas/tlc/1.0.13/statuses/S0002.json +25 -19
  107. data/schemas/tlc/1.0.13/statuses/S0003.json +45 -39
  108. data/schemas/tlc/1.0.13/statuses/S0004.json +45 -39
  109. data/schemas/tlc/1.0.13/statuses/S0005.json +30 -24
  110. data/schemas/tlc/1.0.13/statuses/S0006.json +55 -49
  111. data/schemas/tlc/1.0.13/statuses/S0007.json +55 -49
  112. data/schemas/tlc/1.0.13/statuses/S0008.json +55 -49
  113. data/schemas/tlc/1.0.13/statuses/S0009.json +55 -49
  114. data/schemas/tlc/1.0.13/statuses/S0010.json +55 -49
  115. data/schemas/tlc/1.0.13/statuses/S0011.json +55 -49
  116. data/schemas/tlc/1.0.13/statuses/S0012.json +55 -49
  117. data/schemas/tlc/1.0.13/statuses/S0013.json +55 -49
  118. data/schemas/tlc/1.0.13/statuses/S0014.json +30 -24
  119. data/schemas/tlc/1.0.13/statuses/S0015.json +30 -24
  120. data/schemas/tlc/1.0.13/statuses/S0016.json +30 -24
  121. data/schemas/tlc/1.0.13/statuses/S0017.json +30 -24
  122. data/schemas/tlc/1.0.13/statuses/S0018.json +30 -24
  123. data/schemas/tlc/1.0.13/statuses/S0019.json +30 -24
  124. data/schemas/tlc/1.0.13/statuses/S0020.json +55 -49
  125. data/schemas/tlc/1.0.13/statuses/S0021.json +26 -20
  126. data/schemas/tlc/1.0.13/statuses/S0022.json +25 -19
  127. data/schemas/tlc/1.0.13/statuses/S0023.json +26 -20
  128. data/schemas/tlc/1.0.13/statuses/S0024.json +26 -20
  129. data/schemas/tlc/1.0.13/statuses/S0025.json +213 -207
  130. data/schemas/tlc/1.0.13/statuses/S0026.json +25 -19
  131. data/schemas/tlc/1.0.13/statuses/S0027.json +25 -19
  132. data/schemas/tlc/1.0.13/statuses/S0028.json +25 -19
  133. data/schemas/tlc/1.0.13/statuses/S0029.json +25 -19
  134. data/schemas/tlc/1.0.13/statuses/S0091.json +48 -42
  135. data/schemas/tlc/1.0.13/statuses/S0092.json +48 -42
  136. data/schemas/tlc/1.0.13/statuses/S0095.json +25 -19
  137. data/schemas/tlc/1.0.13/statuses/S0096.json +155 -149
  138. data/schemas/tlc/1.0.13/statuses/S0201.json +55 -49
  139. data/schemas/tlc/1.0.13/statuses/S0202.json +55 -49
  140. data/schemas/tlc/1.0.13/statuses/S0203.json +55 -49
  141. data/schemas/tlc/1.0.13/statuses/S0204.json +255 -249
  142. data/schemas/tlc/1.0.14/alarms/A0001.json +1 -5
  143. data/schemas/tlc/1.0.14/alarms/A0002.json +1 -5
  144. data/schemas/tlc/1.0.14/alarms/A0003.json +1 -5
  145. data/schemas/tlc/1.0.14/alarms/A0004.json +1 -5
  146. data/schemas/tlc/1.0.14/alarms/A0005.json +1 -5
  147. data/schemas/tlc/1.0.14/alarms/A0006.json +1 -5
  148. data/schemas/tlc/1.0.14/alarms/A0007.json +1 -5
  149. data/schemas/tlc/1.0.14/alarms/A0008.json +30 -24
  150. data/schemas/tlc/1.0.14/alarms/A0009.json +1 -5
  151. data/schemas/tlc/1.0.14/alarms/A0101.json +1 -5
  152. data/schemas/tlc/1.0.14/alarms/A0201.json +30 -24
  153. data/schemas/tlc/1.0.14/alarms/A0202.json +30 -24
  154. data/schemas/tlc/1.0.14/alarms/A0301.json +98 -92
  155. data/schemas/tlc/1.0.14/alarms/A0302.json +123 -117
  156. data/schemas/tlc/1.0.14/commands/M0001.json +105 -99
  157. data/schemas/tlc/1.0.14/commands/M0002.json +75 -69
  158. data/schemas/tlc/1.0.14/commands/M0003.json +75 -69
  159. data/schemas/tlc/1.0.14/commands/M0004.json +50 -44
  160. data/schemas/tlc/1.0.14/commands/M0005.json +75 -69
  161. data/schemas/tlc/1.0.14/commands/M0006.json +75 -69
  162. data/schemas/tlc/1.0.14/commands/M0007.json +50 -44
  163. data/schemas/tlc/1.0.14/commands/M0008.json +75 -69
  164. data/schemas/tlc/1.0.14/commands/M0010.json +50 -44
  165. data/schemas/tlc/1.0.14/commands/M0011.json +50 -44
  166. data/schemas/tlc/1.0.14/commands/M0012.json +45 -39
  167. data/schemas/tlc/1.0.14/commands/M0013.json +45 -39
  168. data/schemas/tlc/1.0.14/commands/M0014.json +70 -64
  169. data/schemas/tlc/1.0.14/commands/M0015.json +75 -69
  170. data/schemas/tlc/1.0.14/commands/M0016.json +45 -39
  171. data/schemas/tlc/1.0.14/commands/M0017.json +45 -39
  172. data/schemas/tlc/1.0.14/commands/M0018.json +75 -69
  173. data/schemas/tlc/1.0.14/commands/M0019.json +100 -94
  174. data/schemas/tlc/1.0.14/commands/M0103.json +68 -62
  175. data/schemas/tlc/1.0.14/commands/M0104.json +175 -169
  176. data/schemas/tlc/1.0.14/statuses/S0001.json +101 -95
  177. data/schemas/tlc/1.0.14/statuses/S0002.json +25 -19
  178. data/schemas/tlc/1.0.14/statuses/S0003.json +45 -39
  179. data/schemas/tlc/1.0.14/statuses/S0004.json +45 -39
  180. data/schemas/tlc/1.0.14/statuses/S0005.json +30 -24
  181. data/schemas/tlc/1.0.14/statuses/S0006.json +55 -49
  182. data/schemas/tlc/1.0.14/statuses/S0007.json +55 -49
  183. data/schemas/tlc/1.0.14/statuses/S0008.json +55 -49
  184. data/schemas/tlc/1.0.14/statuses/S0009.json +55 -49
  185. data/schemas/tlc/1.0.14/statuses/S0010.json +55 -49
  186. data/schemas/tlc/1.0.14/statuses/S0011.json +55 -49
  187. data/schemas/tlc/1.0.14/statuses/S0012.json +55 -49
  188. data/schemas/tlc/1.0.14/statuses/S0013.json +55 -49
  189. data/schemas/tlc/1.0.14/statuses/S0014.json +30 -24
  190. data/schemas/tlc/1.0.14/statuses/S0015.json +30 -24
  191. data/schemas/tlc/1.0.14/statuses/S0016.json +30 -24
  192. data/schemas/tlc/1.0.14/statuses/S0017.json +30 -24
  193. data/schemas/tlc/1.0.14/statuses/S0018.json +30 -24
  194. data/schemas/tlc/1.0.14/statuses/S0019.json +30 -24
  195. data/schemas/tlc/1.0.14/statuses/S0020.json +55 -49
  196. data/schemas/tlc/1.0.14/statuses/S0021.json +26 -20
  197. data/schemas/tlc/1.0.14/statuses/S0022.json +25 -19
  198. data/schemas/tlc/1.0.14/statuses/S0023.json +26 -20
  199. data/schemas/tlc/1.0.14/statuses/S0024.json +26 -20
  200. data/schemas/tlc/1.0.14/statuses/S0025.json +213 -207
  201. data/schemas/tlc/1.0.14/statuses/S0026.json +25 -19
  202. data/schemas/tlc/1.0.14/statuses/S0027.json +25 -19
  203. data/schemas/tlc/1.0.14/statuses/S0028.json +25 -19
  204. data/schemas/tlc/1.0.14/statuses/S0029.json +25 -19
  205. data/schemas/tlc/1.0.14/statuses/S0091.json +48 -42
  206. data/schemas/tlc/1.0.14/statuses/S0092.json +48 -42
  207. data/schemas/tlc/1.0.14/statuses/S0095.json +25 -19
  208. data/schemas/tlc/1.0.14/statuses/S0096.json +155 -149
  209. data/schemas/tlc/1.0.14/statuses/S0201.json +55 -49
  210. data/schemas/tlc/1.0.14/statuses/S0202.json +55 -49
  211. data/schemas/tlc/1.0.14/statuses/S0203.json +55 -49
  212. data/schemas/tlc/1.0.14/statuses/S0204.json +255 -249
  213. data/schemas/tlc/1.0.14/statuses/S0205.json +50 -44
  214. data/schemas/tlc/1.0.14/statuses/S0206.json +50 -44
  215. data/schemas/tlc/1.0.14/statuses/S0207.json +50 -44
  216. data/schemas/tlc/1.0.14/statuses/S0208.json +211 -205
  217. data/schemas/tlc/1.0.15/alarms/A0001.json +1 -5
  218. data/schemas/tlc/1.0.15/alarms/A0002.json +1 -5
  219. data/schemas/tlc/1.0.15/alarms/A0003.json +1 -5
  220. data/schemas/tlc/1.0.15/alarms/A0004.json +1 -5
  221. data/schemas/tlc/1.0.15/alarms/A0005.json +1 -5
  222. data/schemas/tlc/1.0.15/alarms/A0006.json +1 -5
  223. data/schemas/tlc/1.0.15/alarms/A0007.json +1 -5
  224. data/schemas/tlc/1.0.15/alarms/A0008.json +30 -24
  225. data/schemas/tlc/1.0.15/alarms/A0009.json +1 -5
  226. data/schemas/tlc/1.0.15/alarms/A0010.json +1 -5
  227. data/schemas/tlc/1.0.15/alarms/A0101.json +1 -5
  228. data/schemas/tlc/1.0.15/alarms/A0201.json +30 -24
  229. data/schemas/tlc/1.0.15/alarms/A0202.json +30 -24
  230. data/schemas/tlc/1.0.15/alarms/A0301.json +98 -92
  231. data/schemas/tlc/1.0.15/alarms/A0302.json +123 -117
  232. data/schemas/tlc/1.0.15/commands/M0001.json +105 -99
  233. data/schemas/tlc/1.0.15/commands/M0002.json +75 -69
  234. data/schemas/tlc/1.0.15/commands/M0003.json +75 -69
  235. data/schemas/tlc/1.0.15/commands/M0004.json +50 -44
  236. data/schemas/tlc/1.0.15/commands/M0005.json +75 -69
  237. data/schemas/tlc/1.0.15/commands/M0006.json +75 -69
  238. data/schemas/tlc/1.0.15/commands/M0007.json +50 -44
  239. data/schemas/tlc/1.0.15/commands/M0008.json +75 -69
  240. data/schemas/tlc/1.0.15/commands/M0010.json +50 -44
  241. data/schemas/tlc/1.0.15/commands/M0011.json +50 -44
  242. data/schemas/tlc/1.0.15/commands/M0012.json +45 -39
  243. data/schemas/tlc/1.0.15/commands/M0013.json +45 -39
  244. data/schemas/tlc/1.0.15/commands/M0014.json +70 -64
  245. data/schemas/tlc/1.0.15/commands/M0015.json +75 -69
  246. data/schemas/tlc/1.0.15/commands/M0016.json +45 -39
  247. data/schemas/tlc/1.0.15/commands/M0017.json +45 -39
  248. data/schemas/tlc/1.0.15/commands/M0018.json +75 -69
  249. data/schemas/tlc/1.0.15/commands/M0019.json +100 -94
  250. data/schemas/tlc/1.0.15/commands/M0020.json +100 -94
  251. data/schemas/tlc/1.0.15/commands/M0021.json +45 -39
  252. data/schemas/tlc/1.0.15/commands/M0103.json +68 -62
  253. data/schemas/tlc/1.0.15/commands/M0104.json +175 -169
  254. data/schemas/tlc/1.0.15/statuses/S0001.json +101 -95
  255. data/schemas/tlc/1.0.15/statuses/S0002.json +25 -19
  256. data/schemas/tlc/1.0.15/statuses/S0003.json +45 -39
  257. data/schemas/tlc/1.0.15/statuses/S0004.json +45 -39
  258. data/schemas/tlc/1.0.15/statuses/S0005.json +30 -24
  259. data/schemas/tlc/1.0.15/statuses/S0006.json +55 -49
  260. data/schemas/tlc/1.0.15/statuses/S0007.json +55 -49
  261. data/schemas/tlc/1.0.15/statuses/S0008.json +55 -49
  262. data/schemas/tlc/1.0.15/statuses/S0009.json +55 -49
  263. data/schemas/tlc/1.0.15/statuses/S0010.json +55 -49
  264. data/schemas/tlc/1.0.15/statuses/S0011.json +55 -49
  265. data/schemas/tlc/1.0.15/statuses/S0012.json +55 -49
  266. data/schemas/tlc/1.0.15/statuses/S0013.json +55 -49
  267. data/schemas/tlc/1.0.15/statuses/S0014.json +30 -24
  268. data/schemas/tlc/1.0.15/statuses/S0015.json +30 -24
  269. data/schemas/tlc/1.0.15/statuses/S0016.json +30 -24
  270. data/schemas/tlc/1.0.15/statuses/S0017.json +30 -24
  271. data/schemas/tlc/1.0.15/statuses/S0018.json +30 -24
  272. data/schemas/tlc/1.0.15/statuses/S0019.json +30 -24
  273. data/schemas/tlc/1.0.15/statuses/S0020.json +55 -49
  274. data/schemas/tlc/1.0.15/statuses/S0021.json +26 -20
  275. data/schemas/tlc/1.0.15/statuses/S0022.json +25 -19
  276. data/schemas/tlc/1.0.15/statuses/S0023.json +26 -20
  277. data/schemas/tlc/1.0.15/statuses/S0024.json +26 -20
  278. data/schemas/tlc/1.0.15/statuses/S0025.json +213 -207
  279. data/schemas/tlc/1.0.15/statuses/S0026.json +25 -19
  280. data/schemas/tlc/1.0.15/statuses/S0027.json +25 -19
  281. data/schemas/tlc/1.0.15/statuses/S0028.json +25 -19
  282. data/schemas/tlc/1.0.15/statuses/S0029.json +25 -19
  283. data/schemas/tlc/1.0.15/statuses/S0030.json +25 -19
  284. data/schemas/tlc/1.0.15/statuses/S0031.json +25 -19
  285. data/schemas/tlc/1.0.15/statuses/S0091.json +48 -42
  286. data/schemas/tlc/1.0.15/statuses/S0092.json +48 -42
  287. data/schemas/tlc/1.0.15/statuses/S0095.json +25 -19
  288. data/schemas/tlc/1.0.15/statuses/S0096.json +155 -149
  289. data/schemas/tlc/1.0.15/statuses/S0097.json +50 -44
  290. data/schemas/tlc/1.0.15/statuses/S0098.json +70 -64
  291. data/schemas/tlc/1.0.15/statuses/S0201.json +55 -49
  292. data/schemas/tlc/1.0.15/statuses/S0202.json +55 -49
  293. data/schemas/tlc/1.0.15/statuses/S0203.json +55 -49
  294. data/schemas/tlc/1.0.15/statuses/S0204.json +255 -249
  295. data/schemas/tlc/1.0.15/statuses/S0205.json +50 -44
  296. data/schemas/tlc/1.0.15/statuses/S0206.json +50 -44
  297. data/schemas/tlc/1.0.15/statuses/S0207.json +50 -44
  298. data/schemas/tlc/1.0.15/statuses/S0208.json +211 -205
  299. data/schemas/tlc/1.0.7/alarms/A0001.json +1 -5
  300. data/schemas/tlc/1.0.7/alarms/A0002.json +1 -5
  301. data/schemas/tlc/1.0.7/alarms/A0003.json +1 -5
  302. data/schemas/tlc/1.0.7/alarms/A0004.json +1 -5
  303. data/schemas/tlc/1.0.7/alarms/A0005.json +1 -5
  304. data/schemas/tlc/1.0.7/alarms/A0006.json +1 -5
  305. data/schemas/tlc/1.0.7/alarms/A0007.json +1 -5
  306. data/schemas/tlc/1.0.7/alarms/A0008.json +30 -24
  307. data/schemas/tlc/1.0.7/alarms/A0009.json +1 -5
  308. data/schemas/tlc/1.0.7/alarms/A0101.json +1 -5
  309. data/schemas/tlc/1.0.7/alarms/A0201.json +30 -24
  310. data/schemas/tlc/1.0.7/alarms/A0202.json +30 -24
  311. data/schemas/tlc/1.0.7/alarms/A0301.json +98 -92
  312. data/schemas/tlc/1.0.7/alarms/A0302.json +123 -117
  313. data/schemas/tlc/1.0.7/commands/M0001.json +105 -99
  314. data/schemas/tlc/1.0.7/commands/M0002.json +75 -69
  315. data/schemas/tlc/1.0.7/commands/M0003.json +75 -69
  316. data/schemas/tlc/1.0.7/commands/M0004.json +50 -44
  317. data/schemas/tlc/1.0.7/commands/M0005.json +75 -69
  318. data/schemas/tlc/1.0.7/commands/M0006.json +75 -69
  319. data/schemas/tlc/1.0.7/commands/M0007.json +50 -44
  320. data/schemas/tlc/1.0.7/commands/M0008.json +75 -69
  321. data/schemas/tlc/1.0.7/commands/M0010.json +50 -44
  322. data/schemas/tlc/1.0.7/commands/M0011.json +50 -44
  323. data/schemas/tlc/1.0.7/commands/M0019.json +100 -94
  324. data/schemas/tlc/1.0.7/commands/M0103.json +68 -62
  325. data/schemas/tlc/1.0.7/commands/M0104.json +175 -169
  326. data/schemas/tlc/1.0.7/statuses/S0001.json +101 -95
  327. data/schemas/tlc/1.0.7/statuses/S0002.json +25 -19
  328. data/schemas/tlc/1.0.7/statuses/S0003.json +45 -39
  329. data/schemas/tlc/1.0.7/statuses/S0004.json +45 -39
  330. data/schemas/tlc/1.0.7/statuses/S0005.json +30 -24
  331. data/schemas/tlc/1.0.7/statuses/S0006.json +55 -49
  332. data/schemas/tlc/1.0.7/statuses/S0007.json +55 -49
  333. data/schemas/tlc/1.0.7/statuses/S0008.json +55 -49
  334. data/schemas/tlc/1.0.7/statuses/S0009.json +55 -49
  335. data/schemas/tlc/1.0.7/statuses/S0010.json +55 -49
  336. data/schemas/tlc/1.0.7/statuses/S0011.json +55 -49
  337. data/schemas/tlc/1.0.7/statuses/S0012.json +55 -49
  338. data/schemas/tlc/1.0.7/statuses/S0013.json +55 -49
  339. data/schemas/tlc/1.0.7/statuses/S0014.json +30 -24
  340. data/schemas/tlc/1.0.7/statuses/S0015.json +30 -24
  341. data/schemas/tlc/1.0.7/statuses/S0016.json +30 -24
  342. data/schemas/tlc/1.0.7/statuses/S0017.json +30 -24
  343. data/schemas/tlc/1.0.7/statuses/S0018.json +30 -24
  344. data/schemas/tlc/1.0.7/statuses/S0019.json +30 -24
  345. data/schemas/tlc/1.0.7/statuses/S0020.json +55 -49
  346. data/schemas/tlc/1.0.7/statuses/S0021.json +26 -20
  347. data/schemas/tlc/1.0.7/statuses/S0025.json +213 -207
  348. data/schemas/tlc/1.0.7/statuses/S0091.json +48 -42
  349. data/schemas/tlc/1.0.7/statuses/S0092.json +48 -42
  350. data/schemas/tlc/1.0.7/statuses/S0095.json +25 -19
  351. data/schemas/tlc/1.0.7/statuses/S0096.json +155 -149
  352. data/schemas/tlc/1.0.7/statuses/S0201.json +55 -49
  353. data/schemas/tlc/1.0.7/statuses/S0202.json +55 -49
  354. data/schemas/tlc/1.0.7/statuses/S0203.json +55 -49
  355. data/schemas/tlc/1.0.7/statuses/S0204.json +255 -249
  356. data/schemas/tlc/1.0.8/alarms/A0001.json +1 -5
  357. data/schemas/tlc/1.0.8/alarms/A0002.json +1 -5
  358. data/schemas/tlc/1.0.8/alarms/A0003.json +1 -5
  359. data/schemas/tlc/1.0.8/alarms/A0004.json +1 -5
  360. data/schemas/tlc/1.0.8/alarms/A0005.json +1 -5
  361. data/schemas/tlc/1.0.8/alarms/A0006.json +1 -5
  362. data/schemas/tlc/1.0.8/alarms/A0007.json +1 -5
  363. data/schemas/tlc/1.0.8/alarms/A0008.json +30 -24
  364. data/schemas/tlc/1.0.8/alarms/A0009.json +1 -5
  365. data/schemas/tlc/1.0.8/alarms/A0101.json +1 -5
  366. data/schemas/tlc/1.0.8/alarms/A0201.json +30 -24
  367. data/schemas/tlc/1.0.8/alarms/A0202.json +30 -24
  368. data/schemas/tlc/1.0.8/alarms/A0301.json +98 -92
  369. data/schemas/tlc/1.0.8/alarms/A0302.json +123 -117
  370. data/schemas/tlc/1.0.8/commands/M0001.json +105 -99
  371. data/schemas/tlc/1.0.8/commands/M0002.json +75 -69
  372. data/schemas/tlc/1.0.8/commands/M0003.json +75 -69
  373. data/schemas/tlc/1.0.8/commands/M0004.json +50 -44
  374. data/schemas/tlc/1.0.8/commands/M0005.json +75 -69
  375. data/schemas/tlc/1.0.8/commands/M0006.json +75 -69
  376. data/schemas/tlc/1.0.8/commands/M0007.json +50 -44
  377. data/schemas/tlc/1.0.8/commands/M0008.json +75 -69
  378. data/schemas/tlc/1.0.8/commands/M0010.json +50 -44
  379. data/schemas/tlc/1.0.8/commands/M0011.json +50 -44
  380. data/schemas/tlc/1.0.8/commands/M0012.json +45 -39
  381. data/schemas/tlc/1.0.8/commands/M0013.json +45 -39
  382. data/schemas/tlc/1.0.8/commands/M0019.json +100 -94
  383. data/schemas/tlc/1.0.8/commands/M0103.json +68 -62
  384. data/schemas/tlc/1.0.8/commands/M0104.json +175 -169
  385. data/schemas/tlc/1.0.8/statuses/S0001.json +101 -95
  386. data/schemas/tlc/1.0.8/statuses/S0002.json +25 -19
  387. data/schemas/tlc/1.0.8/statuses/S0003.json +45 -39
  388. data/schemas/tlc/1.0.8/statuses/S0004.json +45 -39
  389. data/schemas/tlc/1.0.8/statuses/S0005.json +30 -24
  390. data/schemas/tlc/1.0.8/statuses/S0006.json +55 -49
  391. data/schemas/tlc/1.0.8/statuses/S0007.json +55 -49
  392. data/schemas/tlc/1.0.8/statuses/S0008.json +55 -49
  393. data/schemas/tlc/1.0.8/statuses/S0009.json +55 -49
  394. data/schemas/tlc/1.0.8/statuses/S0010.json +55 -49
  395. data/schemas/tlc/1.0.8/statuses/S0011.json +55 -49
  396. data/schemas/tlc/1.0.8/statuses/S0012.json +55 -49
  397. data/schemas/tlc/1.0.8/statuses/S0013.json +55 -49
  398. data/schemas/tlc/1.0.8/statuses/S0014.json +30 -24
  399. data/schemas/tlc/1.0.8/statuses/S0015.json +30 -24
  400. data/schemas/tlc/1.0.8/statuses/S0016.json +30 -24
  401. data/schemas/tlc/1.0.8/statuses/S0017.json +30 -24
  402. data/schemas/tlc/1.0.8/statuses/S0018.json +30 -24
  403. data/schemas/tlc/1.0.8/statuses/S0019.json +30 -24
  404. data/schemas/tlc/1.0.8/statuses/S0020.json +55 -49
  405. data/schemas/tlc/1.0.8/statuses/S0021.json +26 -20
  406. data/schemas/tlc/1.0.8/statuses/S0091.json +48 -42
  407. data/schemas/tlc/1.0.8/statuses/S0092.json +48 -42
  408. data/schemas/tlc/1.0.8/statuses/S0095.json +25 -19
  409. data/schemas/tlc/1.0.8/statuses/S0096.json +155 -149
  410. data/schemas/tlc/1.0.8/statuses/S0201.json +55 -49
  411. data/schemas/tlc/1.0.8/statuses/S0202.json +55 -49
  412. data/schemas/tlc/1.0.8/statuses/S0203.json +55 -49
  413. data/schemas/tlc/1.0.8/statuses/S0204.json +255 -249
  414. data/schemas/tlc/1.0.9/alarms/A0001.json +1 -5
  415. data/schemas/tlc/1.0.9/alarms/A0002.json +1 -5
  416. data/schemas/tlc/1.0.9/alarms/A0003.json +1 -5
  417. data/schemas/tlc/1.0.9/alarms/A0004.json +1 -5
  418. data/schemas/tlc/1.0.9/alarms/A0005.json +1 -5
  419. data/schemas/tlc/1.0.9/alarms/A0006.json +1 -5
  420. data/schemas/tlc/1.0.9/alarms/A0007.json +1 -5
  421. data/schemas/tlc/1.0.9/alarms/A0008.json +30 -24
  422. data/schemas/tlc/1.0.9/alarms/A0009.json +1 -5
  423. data/schemas/tlc/1.0.9/alarms/A0101.json +1 -5
  424. data/schemas/tlc/1.0.9/alarms/A0201.json +30 -24
  425. data/schemas/tlc/1.0.9/alarms/A0202.json +30 -24
  426. data/schemas/tlc/1.0.9/alarms/A0301.json +98 -92
  427. data/schemas/tlc/1.0.9/alarms/A0302.json +123 -117
  428. data/schemas/tlc/1.0.9/commands/M0001.json +105 -99
  429. data/schemas/tlc/1.0.9/commands/M0002.json +75 -69
  430. data/schemas/tlc/1.0.9/commands/M0003.json +75 -69
  431. data/schemas/tlc/1.0.9/commands/M0004.json +50 -44
  432. data/schemas/tlc/1.0.9/commands/M0005.json +75 -69
  433. data/schemas/tlc/1.0.9/commands/M0006.json +75 -69
  434. data/schemas/tlc/1.0.9/commands/M0007.json +50 -44
  435. data/schemas/tlc/1.0.9/commands/M0008.json +75 -69
  436. data/schemas/tlc/1.0.9/commands/M0010.json +50 -44
  437. data/schemas/tlc/1.0.9/commands/M0011.json +50 -44
  438. data/schemas/tlc/1.0.9/commands/M0012.json +45 -39
  439. data/schemas/tlc/1.0.9/commands/M0013.json +45 -39
  440. data/schemas/tlc/1.0.9/commands/M0019.json +100 -94
  441. data/schemas/tlc/1.0.9/commands/M0103.json +68 -62
  442. data/schemas/tlc/1.0.9/commands/M0104.json +175 -169
  443. data/schemas/tlc/1.0.9/statuses/S0001.json +101 -95
  444. data/schemas/tlc/1.0.9/statuses/S0002.json +25 -19
  445. data/schemas/tlc/1.0.9/statuses/S0003.json +45 -39
  446. data/schemas/tlc/1.0.9/statuses/S0004.json +45 -39
  447. data/schemas/tlc/1.0.9/statuses/S0005.json +30 -24
  448. data/schemas/tlc/1.0.9/statuses/S0006.json +55 -49
  449. data/schemas/tlc/1.0.9/statuses/S0007.json +55 -49
  450. data/schemas/tlc/1.0.9/statuses/S0008.json +55 -49
  451. data/schemas/tlc/1.0.9/statuses/S0009.json +55 -49
  452. data/schemas/tlc/1.0.9/statuses/S0010.json +55 -49
  453. data/schemas/tlc/1.0.9/statuses/S0011.json +55 -49
  454. data/schemas/tlc/1.0.9/statuses/S0012.json +55 -49
  455. data/schemas/tlc/1.0.9/statuses/S0013.json +55 -49
  456. data/schemas/tlc/1.0.9/statuses/S0014.json +30 -24
  457. data/schemas/tlc/1.0.9/statuses/S0015.json +30 -24
  458. data/schemas/tlc/1.0.9/statuses/S0016.json +30 -24
  459. data/schemas/tlc/1.0.9/statuses/S0017.json +30 -24
  460. data/schemas/tlc/1.0.9/statuses/S0018.json +30 -24
  461. data/schemas/tlc/1.0.9/statuses/S0019.json +30 -24
  462. data/schemas/tlc/1.0.9/statuses/S0020.json +55 -49
  463. data/schemas/tlc/1.0.9/statuses/S0021.json +26 -20
  464. data/schemas/tlc/1.0.9/statuses/S0091.json +48 -42
  465. data/schemas/tlc/1.0.9/statuses/S0092.json +48 -42
  466. data/schemas/tlc/1.0.9/statuses/S0095.json +25 -19
  467. data/schemas/tlc/1.0.9/statuses/S0096.json +155 -149
  468. data/schemas/tlc/1.0.9/statuses/S0201.json +55 -49
  469. data/schemas/tlc/1.0.9/statuses/S0202.json +55 -49
  470. data/schemas/tlc/1.0.9/statuses/S0203.json +55 -49
  471. data/schemas/tlc/1.0.9/statuses/S0204.json +255 -249
  472. data/schemas/tlc/1.1/alarms/A0001.json +1 -5
  473. data/schemas/tlc/1.1/alarms/A0002.json +1 -5
  474. data/schemas/tlc/1.1/alarms/A0003.json +1 -5
  475. data/schemas/tlc/1.1/alarms/A0004.json +1 -5
  476. data/schemas/tlc/1.1/alarms/A0005.json +1 -5
  477. data/schemas/tlc/1.1/alarms/A0006.json +1 -5
  478. data/schemas/tlc/1.1/alarms/A0007.json +29 -23
  479. data/schemas/tlc/1.1/alarms/A0008.json +30 -24
  480. data/schemas/tlc/1.1/alarms/A0009.json +1 -5
  481. data/schemas/tlc/1.1/alarms/A0010.json +1 -5
  482. data/schemas/tlc/1.1/alarms/A0101.json +1 -5
  483. data/schemas/tlc/1.1/alarms/A0201.json +30 -24
  484. data/schemas/tlc/1.1/alarms/A0202.json +30 -24
  485. data/schemas/tlc/1.1/alarms/A0301.json +98 -92
  486. data/schemas/tlc/1.1/alarms/A0302.json +123 -117
  487. data/schemas/tlc/1.1/alarms/A0303.json +98 -92
  488. data/schemas/tlc/1.1/alarms/A0304.json +123 -117
  489. data/schemas/tlc/1.1/commands/M0001.json +100 -94
  490. data/schemas/tlc/1.1/commands/M0002.json +75 -69
  491. data/schemas/tlc/1.1/commands/M0003.json +75 -69
  492. data/schemas/tlc/1.1/commands/M0004.json +50 -44
  493. data/schemas/tlc/1.1/commands/M0005.json +75 -69
  494. data/schemas/tlc/1.1/commands/M0006.json +75 -69
  495. data/schemas/tlc/1.1/commands/M0007.json +50 -44
  496. data/schemas/tlc/1.1/commands/M0008.json +75 -69
  497. data/schemas/tlc/1.1/commands/M0010.json +50 -44
  498. data/schemas/tlc/1.1/commands/M0011.json +50 -44
  499. data/schemas/tlc/1.1/commands/M0012.json +45 -39
  500. data/schemas/tlc/1.1/commands/M0013.json +45 -39
  501. data/schemas/tlc/1.1/commands/M0014.json +70 -64
  502. data/schemas/tlc/1.1/commands/M0015.json +75 -69
  503. data/schemas/tlc/1.1/commands/M0016.json +45 -39
  504. data/schemas/tlc/1.1/commands/M0017.json +45 -39
  505. data/schemas/tlc/1.1/commands/M0018.json +75 -69
  506. data/schemas/tlc/1.1/commands/M0019.json +100 -94
  507. data/schemas/tlc/1.1/commands/M0020.json +100 -94
  508. data/schemas/tlc/1.1/commands/M0021.json +45 -39
  509. data/schemas/tlc/1.1/commands/M0022.json +303 -297
  510. data/schemas/tlc/1.1/commands/M0023.json +50 -44
  511. data/schemas/tlc/1.1/commands/M0103.json +68 -62
  512. data/schemas/tlc/1.1/commands/M0104.json +175 -169
  513. data/schemas/tlc/1.1/statuses/S0001.json +101 -95
  514. data/schemas/tlc/1.1/statuses/S0002.json +25 -19
  515. data/schemas/tlc/1.1/statuses/S0003.json +45 -39
  516. data/schemas/tlc/1.1/statuses/S0004.json +45 -39
  517. data/schemas/tlc/1.1/statuses/S0005.json +30 -24
  518. data/schemas/tlc/1.1/statuses/S0006.json +55 -49
  519. data/schemas/tlc/1.1/statuses/S0007.json +81 -75
  520. data/schemas/tlc/1.1/statuses/S0008.json +81 -75
  521. data/schemas/tlc/1.1/statuses/S0009.json +81 -75
  522. data/schemas/tlc/1.1/statuses/S0010.json +81 -75
  523. data/schemas/tlc/1.1/statuses/S0011.json +81 -75
  524. data/schemas/tlc/1.1/statuses/S0012.json +81 -75
  525. data/schemas/tlc/1.1/statuses/S0013.json +55 -49
  526. data/schemas/tlc/1.1/statuses/S0014.json +58 -52
  527. data/schemas/tlc/1.1/statuses/S0015.json +58 -52
  528. data/schemas/tlc/1.1/statuses/S0016.json +30 -24
  529. data/schemas/tlc/1.1/statuses/S0017.json +30 -24
  530. data/schemas/tlc/1.1/statuses/S0018.json +30 -24
  531. data/schemas/tlc/1.1/statuses/S0019.json +30 -24
  532. data/schemas/tlc/1.1/statuses/S0020.json +55 -49
  533. data/schemas/tlc/1.1/statuses/S0021.json +26 -20
  534. data/schemas/tlc/1.1/statuses/S0022.json +25 -19
  535. data/schemas/tlc/1.1/statuses/S0023.json +26 -20
  536. data/schemas/tlc/1.1/statuses/S0024.json +26 -20
  537. data/schemas/tlc/1.1/statuses/S0025.json +213 -207
  538. data/schemas/tlc/1.1/statuses/S0026.json +25 -19
  539. data/schemas/tlc/1.1/statuses/S0027.json +25 -19
  540. data/schemas/tlc/1.1/statuses/S0028.json +25 -19
  541. data/schemas/tlc/1.1/statuses/S0029.json +25 -19
  542. data/schemas/tlc/1.1/statuses/S0030.json +25 -19
  543. data/schemas/tlc/1.1/statuses/S0031.json +25 -19
  544. data/schemas/tlc/1.1/statuses/S0032.json +81 -75
  545. data/schemas/tlc/1.1/statuses/S0033.json +76 -70
  546. data/schemas/tlc/1.1/statuses/S0034.json +30 -24
  547. data/schemas/tlc/1.1/statuses/S0091.json +34 -28
  548. data/schemas/tlc/1.1/statuses/S0092.json +34 -28
  549. data/schemas/tlc/1.1/statuses/S0095.json +25 -19
  550. data/schemas/tlc/1.1/statuses/S0096.json +155 -149
  551. data/schemas/tlc/1.1/statuses/S0097.json +50 -44
  552. data/schemas/tlc/1.1/statuses/S0098.json +70 -64
  553. data/schemas/tlc/1.1/statuses/S0201.json +55 -49
  554. data/schemas/tlc/1.1/statuses/S0202.json +55 -49
  555. data/schemas/tlc/1.1/statuses/S0203.json +55 -49
  556. data/schemas/tlc/1.1/statuses/S0204.json +255 -249
  557. data/schemas/tlc/1.1/statuses/S0205.json +55 -49
  558. data/schemas/tlc/1.1/statuses/S0206.json +55 -49
  559. data/schemas/tlc/1.1/statuses/S0207.json +55 -49
  560. data/schemas/tlc/1.1/statuses/S0208.json +255 -249
  561. data/schemas/tlc/1.2/alarms/A0001.json +3 -0
  562. data/schemas/tlc/1.2/alarms/A0002.json +3 -0
  563. data/schemas/tlc/1.2/alarms/A0003.json +3 -0
  564. data/schemas/tlc/1.2/alarms/A0004.json +3 -0
  565. data/schemas/tlc/1.2/alarms/A0005.json +3 -0
  566. data/schemas/tlc/1.2/alarms/A0006.json +3 -0
  567. data/schemas/tlc/1.2/alarms/A0007.json +59 -0
  568. data/schemas/tlc/1.2/alarms/A0008.json +61 -0
  569. data/schemas/tlc/1.2/alarms/A0009.json +3 -0
  570. data/schemas/tlc/1.2/alarms/A0010.json +3 -0
  571. data/schemas/tlc/1.2/alarms/A0101.json +3 -0
  572. data/schemas/tlc/1.2/alarms/A0201.json +60 -0
  573. data/schemas/tlc/1.2/alarms/A0202.json +60 -0
  574. data/schemas/tlc/1.2/alarms/A0301.json +132 -0
  575. data/schemas/tlc/1.2/alarms/A0302.json +158 -0
  576. data/schemas/tlc/1.2/alarms/A0303.json +132 -0
  577. data/schemas/tlc/1.2/alarms/A0304.json +158 -0
  578. data/schemas/tlc/1.2/alarms/alarms.json +286 -0
  579. data/schemas/tlc/1.2/commands/M0001.json +138 -0
  580. data/schemas/tlc/1.2/commands/M0002.json +112 -0
  581. data/schemas/tlc/1.2/commands/M0003.json +112 -0
  582. data/schemas/tlc/1.2/commands/M0004.json +85 -0
  583. data/schemas/tlc/1.2/commands/M0005.json +112 -0
  584. data/schemas/tlc/1.2/commands/M0006.json +112 -0
  585. data/schemas/tlc/1.2/commands/M0007.json +85 -0
  586. data/schemas/tlc/1.2/commands/M0008.json +112 -0
  587. data/schemas/tlc/1.2/commands/M0010.json +85 -0
  588. data/schemas/tlc/1.2/commands/M0011.json +85 -0
  589. data/schemas/tlc/1.2/commands/M0012.json +79 -0
  590. data/schemas/tlc/1.2/commands/M0013.json +79 -0
  591. data/schemas/tlc/1.2/commands/M0014.json +106 -0
  592. data/schemas/tlc/1.2/commands/M0015.json +112 -0
  593. data/schemas/tlc/1.2/commands/M0016.json +79 -0
  594. data/schemas/tlc/1.2/commands/M0017.json +79 -0
  595. data/schemas/tlc/1.2/commands/M0018.json +112 -0
  596. data/schemas/tlc/1.2/commands/M0019.json +139 -0
  597. data/schemas/tlc/1.2/commands/M0020.json +139 -0
  598. data/schemas/tlc/1.2/commands/M0021.json +79 -0
  599. data/schemas/tlc/1.2/commands/M0022.json +355 -0
  600. data/schemas/tlc/1.2/commands/M0023.json +85 -0
  601. data/schemas/tlc/1.2/commands/M0103.json +103 -0
  602. data/schemas/tlc/1.2/commands/M0104.json +220 -0
  603. data/schemas/tlc/1.2/commands/command_requests.json +7 -0
  604. data/schemas/tlc/1.2/commands/command_responses.json +7 -0
  605. data/schemas/tlc/1.2/commands/commands.json +398 -0
  606. data/schemas/tlc/1.2/rsmp.json +73 -0
  607. data/schemas/tlc/1.2/statuses/S0001.json +137 -0
  608. data/schemas/tlc/1.2/statuses/S0002.json +55 -0
  609. data/schemas/tlc/1.2/statuses/S0003.json +55 -0
  610. data/schemas/tlc/1.2/statuses/S0004.json +55 -0
  611. data/schemas/tlc/1.2/statuses/S0005.json +112 -0
  612. data/schemas/tlc/1.2/statuses/S0006.json +88 -0
  613. data/schemas/tlc/1.2/statuses/S0007.json +116 -0
  614. data/schemas/tlc/1.2/statuses/S0008.json +116 -0
  615. data/schemas/tlc/1.2/statuses/S0009.json +116 -0
  616. data/schemas/tlc/1.2/statuses/S0010.json +116 -0
  617. data/schemas/tlc/1.2/statuses/S0011.json +116 -0
  618. data/schemas/tlc/1.2/statuses/S0012.json +116 -0
  619. data/schemas/tlc/1.2/statuses/S0013.json +88 -0
  620. data/schemas/tlc/1.2/statuses/S0014.json +90 -0
  621. data/schemas/tlc/1.2/statuses/S0015.json +90 -0
  622. data/schemas/tlc/1.2/statuses/S0016.json +61 -0
  623. data/schemas/tlc/1.2/statuses/S0017.json +61 -0
  624. data/schemas/tlc/1.2/statuses/S0018.json +61 -0
  625. data/schemas/tlc/1.2/statuses/S0019.json +61 -0
  626. data/schemas/tlc/1.2/statuses/S0020.json +88 -0
  627. data/schemas/tlc/1.2/statuses/S0021.json +56 -0
  628. data/schemas/tlc/1.2/statuses/S0022.json +55 -0
  629. data/schemas/tlc/1.2/statuses/S0023.json +56 -0
  630. data/schemas/tlc/1.2/statuses/S0024.json +56 -0
  631. data/schemas/tlc/1.2/statuses/S0025.json +250 -0
  632. data/schemas/tlc/1.2/statuses/S0026.json +55 -0
  633. data/schemas/tlc/1.2/statuses/S0027.json +55 -0
  634. data/schemas/tlc/1.2/statuses/S0028.json +55 -0
  635. data/schemas/tlc/1.2/statuses/S0029.json +55 -0
  636. data/schemas/tlc/1.2/statuses/S0030.json +55 -0
  637. data/schemas/tlc/1.2/statuses/S0031.json +55 -0
  638. data/schemas/tlc/1.2/statuses/S0032.json +116 -0
  639. data/schemas/tlc/1.2/statuses/S0033.json +114 -0
  640. data/schemas/tlc/1.2/statuses/S0034.json +61 -0
  641. data/schemas/tlc/1.2/statuses/S0035.json +74 -0
  642. data/schemas/tlc/1.2/statuses/S0091.json +65 -0
  643. data/schemas/tlc/1.2/statuses/S0092.json +65 -0
  644. data/schemas/tlc/1.2/statuses/S0095.json +55 -0
  645. data/schemas/tlc/1.2/statuses/S0096.json +196 -0
  646. data/schemas/tlc/1.2/statuses/S0097.json +82 -0
  647. data/schemas/tlc/1.2/statuses/S0098.json +103 -0
  648. data/schemas/tlc/1.2/statuses/S0201.json +88 -0
  649. data/schemas/tlc/1.2/statuses/S0202.json +88 -0
  650. data/schemas/tlc/1.2/statuses/S0203.json +88 -0
  651. data/schemas/tlc/1.2/statuses/S0204.json +304 -0
  652. data/schemas/tlc/1.2/statuses/S0205.json +88 -0
  653. data/schemas/tlc/1.2/statuses/S0206.json +88 -0
  654. data/schemas/tlc/1.2/statuses/S0207.json +88 -0
  655. data/schemas/tlc/1.2/statuses/S0208.json +304 -0
  656. data/schemas/tlc/1.2/statuses/statuses.json +786 -0
  657. data/schemas/tlc/1.2/sxl.yaml +2082 -0
  658. metadata +102 -2
@@ -1,7 +1,7 @@
1
1
  {
2
+ "description" : "Start of signal group. Orders a signal group to green.\nAlthough this command is intended to be used with coordination it is not actually specified to be used for this yet. It is reserved in the SXL for possible future use.\nIntended for use with coordination of signaling systems where a traffic light controller communicates with neighboring controllers. Only used when a primary controller orders signal group of other controller to green or red (Coordination with external control bits).\nRequires security code 2",
2
3
  "allOf" : [
3
4
  {
4
- "description" : "Start of signal group. Orders a signal group to green.\nAlthough this command is intended to be used with coordination it is not actually specified to be used for this yet. It is reserved in the SXL for possible future use.\nIntended for use with coordination of signaling systems where a traffic light controller communicates with neighboring controllers. Only used when a primary controller orders signal group of other controller to green or red (Coordination with external control bits).\nRequires security code 2",
5
5
  "properties" : {
6
6
  "n" : {
7
7
  "enum" : [
@@ -26,53 +26,59 @@
26
26
  }
27
27
  },
28
28
  "then" : {
29
- "s" : null
30
- }
31
- },
32
- {
33
- "if" : {
34
- "required" : [
35
- "n"
36
- ],
37
- "properties" : {
38
- "n" : {
39
- "const" : "status"
40
- }
29
+ "s" : {
30
+ "type" : "null"
41
31
  }
42
32
  },
43
- "then" : {
44
- "properties" : {
45
- "v" : {
46
- "allOf" : [
47
- {
48
- "description" : "False: No command (default)\nTrue: Order a signal group to green"
49
- },
50
- {
51
- "$ref" : "../../../core/3.1.2/definitions.json#/boolean"
33
+ "else" : {
34
+ "allOf" : [
35
+ {
36
+ "if" : {
37
+ "required" : [
38
+ "n"
39
+ ],
40
+ "properties" : {
41
+ "n" : {
42
+ "const" : "status"
43
+ }
52
44
  }
53
- ]
54
- }
55
- }
56
- }
57
- },
58
- {
59
- "if" : {
60
- "required" : [
61
- "n"
62
- ],
63
- "properties" : {
64
- "n" : {
65
- "const" : "securityCode"
66
- }
67
- }
68
- },
69
- "then" : {
70
- "properties" : {
71
- "v" : {
72
- "description" : "Security code 2",
73
- "type" : "string"
45
+ },
46
+ "then" : {
47
+ "properties" : {
48
+ "v" : {
49
+ "allOf" : [
50
+ {
51
+ "description" : "False: No command (default)\nTrue: Order a signal group to green"
52
+ },
53
+ {
54
+ "$ref" : "../../../core/3.1.2/definitions.json#/boolean"
55
+ }
56
+ ]
57
+ }
58
+ }
59
+ }
60
+ },
61
+ {
62
+ "if" : {
63
+ "required" : [
64
+ "n"
65
+ ],
66
+ "properties" : {
67
+ "n" : {
68
+ "const" : "securityCode"
69
+ }
70
+ }
71
+ },
72
+ "then" : {
73
+ "properties" : {
74
+ "v" : {
75
+ "description" : "Security code 2",
76
+ "type" : "string"
77
+ }
78
+ }
79
+ }
74
80
  }
75
- }
81
+ ]
76
82
  }
77
83
  }
78
84
  ]
@@ -1,7 +1,7 @@
1
1
  {
2
+ "description" : "Stop of signal group. Orders a signal group to red.\nAlthough this command is intended to be used with coordination it is not actually specified to be used for this yet. It is reserved in the SXL for possible future use.\nIntended for use with coordination of signaling systems where a traffic light controller communicates with neighboring controllers. Only used when a primary controller orders signal group of other controller to green or red (Coordination with external control bits).\nRequires security code 2",
2
3
  "allOf" : [
3
4
  {
4
- "description" : "Stop of signal group. Orders a signal group to red.\nAlthough this command is intended to be used with coordination it is not actually specified to be used for this yet. It is reserved in the SXL for possible future use.\nIntended for use with coordination of signaling systems where a traffic light controller communicates with neighboring controllers. Only used when a primary controller orders signal group of other controller to green or red (Coordination with external control bits).\nRequires security code 2",
5
5
  "properties" : {
6
6
  "n" : {
7
7
  "enum" : [
@@ -26,53 +26,59 @@
26
26
  }
27
27
  },
28
28
  "then" : {
29
- "s" : null
30
- }
31
- },
32
- {
33
- "if" : {
34
- "required" : [
35
- "n"
36
- ],
37
- "properties" : {
38
- "n" : {
39
- "const" : "status"
40
- }
29
+ "s" : {
30
+ "type" : "null"
41
31
  }
42
32
  },
43
- "then" : {
44
- "properties" : {
45
- "v" : {
46
- "allOf" : [
47
- {
48
- "description" : "False: No command (default)\nTrue: Order a signal group to red"
49
- },
50
- {
51
- "$ref" : "../../../core/3.1.2/definitions.json#/boolean"
33
+ "else" : {
34
+ "allOf" : [
35
+ {
36
+ "if" : {
37
+ "required" : [
38
+ "n"
39
+ ],
40
+ "properties" : {
41
+ "n" : {
42
+ "const" : "status"
43
+ }
52
44
  }
53
- ]
54
- }
55
- }
56
- }
57
- },
58
- {
59
- "if" : {
60
- "required" : [
61
- "n"
62
- ],
63
- "properties" : {
64
- "n" : {
65
- "const" : "securityCode"
66
- }
67
- }
68
- },
69
- "then" : {
70
- "properties" : {
71
- "v" : {
72
- "description" : "Security code 2",
73
- "type" : "string"
45
+ },
46
+ "then" : {
47
+ "properties" : {
48
+ "v" : {
49
+ "allOf" : [
50
+ {
51
+ "description" : "False: No command (default)\nTrue: Order a signal group to red"
52
+ },
53
+ {
54
+ "$ref" : "../../../core/3.1.2/definitions.json#/boolean"
55
+ }
56
+ ]
57
+ }
58
+ }
59
+ }
60
+ },
61
+ {
62
+ "if" : {
63
+ "required" : [
64
+ "n"
65
+ ],
66
+ "properties" : {
67
+ "n" : {
68
+ "const" : "securityCode"
69
+ }
70
+ }
71
+ },
72
+ "then" : {
73
+ "properties" : {
74
+ "v" : {
75
+ "description" : "Security code 2",
76
+ "type" : "string"
77
+ }
78
+ }
79
+ }
74
80
  }
75
- }
81
+ ]
76
82
  }
77
83
  }
78
84
  ]
@@ -1,7 +1,7 @@
1
1
  {
2
+ "description" : "Request start or stop of a series of signal groups.\nStarts or stops several signal groups.\nThis command was introduced due to coordination requirements needing to set many signal groups to green and red at the same time and M0010 and M0012 being to slow to send a message for each signal group individually.\nAlthough this command is intended to be used with coordination it is not actually specified to be used for this yet. It is reserved in the SXL for possible future use.\nIntended for use with coordination of signaling systems where a traffic light controller communicates with neighboring controllers.\nOnly used when a primary controller orders signal group of other controller to green or red (Coordination with external control bits).\nMay also include purposes for adaptive control where a UTC system or a local traffic light controller takes over the phase control (stage control).\nRequires security code 2.",
2
3
  "allOf" : [
3
4
  {
4
- "description" : "Request start or stop of a series of signal groups.\nStarts or stops several signal groups.\nThis command was introduced due to coordination requirements needing to set many signal groups to green and red at the same time and M0010 and M0012 being to slow to send a message for each signal group individually.\nAlthough this command is intended to be used with coordination it is not actually specified to be used for this yet. It is reserved in the SXL for possible future use.\nIntended for use with coordination of signaling systems where a traffic light controller communicates with neighboring controllers.\nOnly used when a primary controller orders signal group of other controller to green or red (Coordination with external control bits).\nMay also include purposes for adaptive control where a UTC system or a local traffic light controller takes over the phase control (stage control).\nRequires security code 2.",
5
5
  "properties" : {
6
6
  "n" : {
7
7
  "enum" : [
@@ -26,47 +26,53 @@
26
26
  }
27
27
  },
28
28
  "then" : {
29
- "s" : null
30
- }
31
- },
32
- {
33
- "if" : {
34
- "required" : [
35
- "n"
36
- ],
37
- "properties" : {
38
- "n" : {
39
- "const" : "status"
40
- }
29
+ "s" : {
30
+ "type" : "null"
41
31
  }
42
32
  },
43
- "then" : {
44
- "properties" : {
45
- "v" : {
46
- "description" : "Orders signal groups to green or red. Sets a block of 16 signal groups at a time. Can be repeated to set several blocks of 16 signal groups. Values are separated with comma. Blocks are separated with semicolon. Since semicolon breaks the SXL csv-format, colon is used in example below.\n\n1=Order signal group to green\n0=Order signal group to red\n\nFormat: [Offset],[Bits to set],[Bits to unset]:…\n\nOffset sets where the 16 inputs starts from followed by two 16 bit values telling which bit to set and unset in binary format, i.e. first bit have value 1 and last bit have value 32768.\n\nExample 1:\n\"5, 4134, 65\" sets input 6,7,10,17 = on and 5,11 = off\n(Input starts from no. 5 and bit 1,2,5,12 = 1 and bit 0,6 = 0)\n\nExample 2:\n\"22, 1, 4\" sets input 22 = on and 24 = off\n(Input starts from no. 22 and bit 0 = 1 and bit 2 = 0)\n\nAnd both these examples could be sent in the same message as:\n\"5,4143,65:22,1,4\"\n\nSuch a message would order signal group 6,7,10,17,22 to green and signal group 5,11,24 to red",
47
- "type" : "string"
33
+ "else" : {
34
+ "allOf" : [
35
+ {
36
+ "if" : {
37
+ "required" : [
38
+ "n"
39
+ ],
40
+ "properties" : {
41
+ "n" : {
42
+ "const" : "status"
43
+ }
44
+ }
45
+ },
46
+ "then" : {
47
+ "properties" : {
48
+ "v" : {
49
+ "description" : "Orders signal groups to green or red. Sets a block of 16 signal groups at a time. Can be repeated to set several blocks of 16 signal groups. Values are separated with comma. Blocks are separated with semicolon. Since semicolon breaks the SXL csv-format, colon is used in example below.\n\n1=Order signal group to green\n0=Order signal group to red\n\nFormat: [Offset],[Bits to set],[Bits to unset]:…\n\nOffset sets where the 16 inputs starts from followed by two 16 bit values telling which bit to set and unset in binary format, i.e. first bit have value 1 and last bit have value 32768.\n\nExample 1:\n\"5, 4134, 65\" sets input 6,7,10,17 = on and 5,11 = off\n(Input starts from no. 5 and bit 1,2,5,12 = 1 and bit 0,6 = 0)\n\nExample 2:\n\"22, 1, 4\" sets input 22 = on and 24 = off\n(Input starts from no. 22 and bit 0 = 1 and bit 2 = 0)\n\nAnd both these examples could be sent in the same message as:\n\"5,4143,65:22,1,4\"\n\nSuch a message would order signal group 6,7,10,17,22 to green and signal group 5,11,24 to red",
50
+ "type" : "string"
51
+ }
52
+ }
53
+ }
54
+ },
55
+ {
56
+ "if" : {
57
+ "required" : [
58
+ "n"
59
+ ],
60
+ "properties" : {
61
+ "n" : {
62
+ "const" : "securityCode"
63
+ }
64
+ }
65
+ },
66
+ "then" : {
67
+ "properties" : {
68
+ "v" : {
69
+ "description" : "Security code 2",
70
+ "type" : "string"
71
+ }
72
+ }
73
+ }
48
74
  }
49
- }
50
- }
51
- },
52
- {
53
- "if" : {
54
- "required" : [
55
- "n"
56
- ],
57
- "properties" : {
58
- "n" : {
59
- "const" : "securityCode"
60
- }
61
- }
62
- },
63
- "then" : {
64
- "properties" : {
65
- "v" : {
66
- "description" : "Security code 2",
67
- "type" : "string"
68
- }
69
- }
75
+ ]
70
76
  }
71
77
  }
72
78
  ]
@@ -1,7 +1,7 @@
1
1
  {
2
+ "description" : "Activate a series of inputs.\nSet given inputs (1-255) of the controllers general purpose I/O to either true or false.\nThis command was introduced due to coordination requirements needing to set many inputs to true/false at the same time and M0006 being to slow to send a message for each input individually. With this command many inputs can be set to true/false at the same time using a single RSMP message.\nCan be used for all types of input where the traffic light controller must react to external control. Typical usages are bus priority, coordination between traffic controllers, external control systems, and much more.\nRequires security code 2",
2
3
  "allOf" : [
3
4
  {
4
- "description" : "Activate a series of inputs.\nSet given inputs (1-255) of the controllers general purpose I/O to either true or false.\nThis command was introduced due to coordination requirements needing to set many inputs to true/false at the same time and M0006 being to slow to send a message for each input individually. With this command many inputs can be set to true/false at the same time using a single RSMP message.\nCan be used for all types of input where the traffic light controller must react to external control. Typical usages are bus priority, coordination between traffic controllers, external control systems, and much more.\nRequires security code 2",
5
5
  "properties" : {
6
6
  "n" : {
7
7
  "enum" : [
@@ -26,47 +26,53 @@
26
26
  }
27
27
  },
28
28
  "then" : {
29
- "s" : null
30
- }
31
- },
32
- {
33
- "if" : {
34
- "required" : [
35
- "n"
36
- ],
37
- "properties" : {
38
- "n" : {
39
- "const" : "status"
40
- }
29
+ "s" : {
30
+ "type" : "null"
41
31
  }
42
32
  },
43
- "then" : {
44
- "properties" : {
45
- "v" : {
46
- "description" : "Sets/Unsets a block of 16 inputs at a time. Can be repeated to set several blocks of 16 inputs. Values are separated with comma. Blocks are separated with semicolon. Since semicolon breaks the SXL csv-format, colon, \":\" is used in example below.\n\nFormat: [Offset],[Bits to set],[Bits to unset]:…\n\nOffset sets where the 16 inputs starts from followed by two 16 bit values telling which bit to set and unset in binary format, i.e. first bit have value 1 and last bit have value 32768.\n\nExample 1:\n\"5, 4134, 65\" sets input 6,7,10,17 = on and 5,11 = off\n(Input starts from no. 5 and bit 1,2,5,12 = 1 and bit 0,6 = 0)\n\nExample 2:\n\"22, 1, 4\" sets input 22 = on and 24 = off\n(Input starts from no. 22 and bit 0 = 1 and bit 2 = 0)\n\nAnd both thease examples could be sent in the same message as:\n\"5,4143:65:22,1,4\"\n\nSuch a message would activate input 6,7,10,17,22 and deactivate input 5,11,24",
47
- "type" : "string"
33
+ "else" : {
34
+ "allOf" : [
35
+ {
36
+ "if" : {
37
+ "required" : [
38
+ "n"
39
+ ],
40
+ "properties" : {
41
+ "n" : {
42
+ "const" : "status"
43
+ }
44
+ }
45
+ },
46
+ "then" : {
47
+ "properties" : {
48
+ "v" : {
49
+ "description" : "Sets/Unsets a block of 16 inputs at a time. Can be repeated to set several blocks of 16 inputs. Values are separated with comma. Blocks are separated with semicolon. Since semicolon breaks the SXL csv-format, colon, \":\" is used in example below.\n\nFormat: [Offset],[Bits to set],[Bits to unset]:…\n\nOffset sets where the 16 inputs starts from followed by two 16 bit values telling which bit to set and unset in binary format, i.e. first bit have value 1 and last bit have value 32768.\n\nExample 1:\n\"5, 4134, 65\" sets input 6,7,10,17 = on and 5,11 = off\n(Input starts from no. 5 and bit 1,2,5,12 = 1 and bit 0,6 = 0)\n\nExample 2:\n\"22, 1, 4\" sets input 22 = on and 24 = off\n(Input starts from no. 22 and bit 0 = 1 and bit 2 = 0)\n\nAnd both thease examples could be sent in the same message as:\n\"5,4143:65:22,1,4\"\n\nSuch a message would activate input 6,7,10,17,22 and deactivate input 5,11,24",
50
+ "type" : "string"
51
+ }
52
+ }
53
+ }
54
+ },
55
+ {
56
+ "if" : {
57
+ "required" : [
58
+ "n"
59
+ ],
60
+ "properties" : {
61
+ "n" : {
62
+ "const" : "securityCode"
63
+ }
64
+ }
65
+ },
66
+ "then" : {
67
+ "properties" : {
68
+ "v" : {
69
+ "description" : "Security code 2",
70
+ "type" : "string"
71
+ }
72
+ }
73
+ }
48
74
  }
49
- }
50
- }
51
- },
52
- {
53
- "if" : {
54
- "required" : [
55
- "n"
56
- ],
57
- "properties" : {
58
- "n" : {
59
- "const" : "securityCode"
60
- }
61
- }
62
- },
63
- "then" : {
64
- "properties" : {
65
- "v" : {
66
- "description" : "Security code 2",
67
- "type" : "string"
68
- }
69
- }
75
+ ]
70
76
  }
71
77
  }
72
78
  ]
@@ -1,7 +1,7 @@
1
1
  {
2
+ "description" : "Force input.\nForce a given input (1-255) of the controllers general purpose I/O to either True or False. Can be used for all types of input where the traffic light controller must react to external control.\nCan be used for bus priority, coordination between traffic controllers, external control systems, and much more.\nRequires security code 2.",
2
3
  "allOf" : [
3
4
  {
4
- "description" : "Force input.\nForce a given input (1-255) of the controllers general purpose I/O to either True or False. Can be used for all types of input where the traffic light controller must react to external control.\nCan be used for bus priority, coordination between traffic controllers, external control systems, and much more.\nRequires security code 2.",
5
5
  "properties" : {
6
6
  "n" : {
7
7
  "enum" : [
@@ -28,105 +28,111 @@
28
28
  }
29
29
  },
30
30
  "then" : {
31
- "s" : null
32
- }
33
- },
34
- {
35
- "if" : {
36
- "required" : [
37
- "n"
38
- ],
39
- "properties" : {
40
- "n" : {
41
- "const" : "status"
42
- }
31
+ "s" : {
32
+ "type" : "null"
43
33
  }
44
34
  },
45
- "then" : {
46
- "properties" : {
47
- "v" : {
48
- "allOf" : [
49
- {
50
- "description" : "False: Force input\nTrue: Release input"
51
- },
52
- {
53
- "$ref" : "../../../core/3.1.2/definitions.json#/boolean"
35
+ "else" : {
36
+ "allOf" : [
37
+ {
38
+ "if" : {
39
+ "required" : [
40
+ "n"
41
+ ],
42
+ "properties" : {
43
+ "n" : {
44
+ "const" : "status"
45
+ }
54
46
  }
55
- ]
56
- }
57
- }
58
- }
59
- },
60
- {
61
- "if" : {
62
- "required" : [
63
- "n"
64
- ],
65
- "properties" : {
66
- "n" : {
67
- "const" : "securityCode"
68
- }
69
- }
70
- },
71
- "then" : {
72
- "properties" : {
73
- "v" : {
74
- "description" : "Security code 2",
75
- "type" : "string"
76
- }
77
- }
78
- }
79
- },
80
- {
81
- "if" : {
82
- "required" : [
83
- "n"
84
- ],
85
- "properties" : {
86
- "n" : {
87
- "const" : "input"
88
- }
89
- }
90
- },
91
- "then" : {
92
- "properties" : {
93
- "v" : {
94
- "allOf" : [
95
- {
96
- "description" : "Number of Input"
97
- },
98
- {
99
- "$ref" : "../../../core/3.1.2/definitions.json#/integer"
47
+ },
48
+ "then" : {
49
+ "properties" : {
50
+ "v" : {
51
+ "allOf" : [
52
+ {
53
+ "description" : "False: Force input\nTrue: Release input"
54
+ },
55
+ {
56
+ "$ref" : "../../../core/3.1.2/definitions.json#/boolean"
57
+ }
58
+ ]
59
+ }
100
60
  }
101
- ]
102
- }
103
- }
104
- }
105
- },
106
- {
107
- "if" : {
108
- "required" : [
109
- "n"
110
- ],
111
- "properties" : {
112
- "n" : {
113
- "const" : "inputValue"
114
- }
115
- }
116
- },
117
- "then" : {
118
- "properties" : {
119
- "v" : {
120
- "allOf" : [
121
- {
122
- "description" : "False: input forced to False\nTrue: input forced to True"
123
- },
124
- {
125
- "$ref" : "../../../core/3.1.2/definitions.json#/boolean"
61
+ }
62
+ },
63
+ {
64
+ "if" : {
65
+ "required" : [
66
+ "n"
67
+ ],
68
+ "properties" : {
69
+ "n" : {
70
+ "const" : "securityCode"
71
+ }
72
+ }
73
+ },
74
+ "then" : {
75
+ "properties" : {
76
+ "v" : {
77
+ "description" : "Security code 2",
78
+ "type" : "string"
79
+ }
80
+ }
81
+ }
82
+ },
83
+ {
84
+ "if" : {
85
+ "required" : [
86
+ "n"
87
+ ],
88
+ "properties" : {
89
+ "n" : {
90
+ "const" : "input"
91
+ }
92
+ }
93
+ },
94
+ "then" : {
95
+ "properties" : {
96
+ "v" : {
97
+ "allOf" : [
98
+ {
99
+ "description" : "Number of Input"
100
+ },
101
+ {
102
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
103
+ }
104
+ ]
105
+ }
126
106
  }
127
- ]
107
+ }
108
+ },
109
+ {
110
+ "if" : {
111
+ "required" : [
112
+ "n"
113
+ ],
114
+ "properties" : {
115
+ "n" : {
116
+ "const" : "inputValue"
117
+ }
118
+ }
119
+ },
120
+ "then" : {
121
+ "properties" : {
122
+ "v" : {
123
+ "allOf" : [
124
+ {
125
+ "description" : "False: input forced to False\nTrue: input forced to True"
126
+ },
127
+ {
128
+ "$ref" : "../../../core/3.1.2/definitions.json#/boolean"
129
+ }
130
+ ]
131
+ }
132
+ }
133
+ }
128
134
  }
129
- }
135
+ ]
130
136
  }
131
137
  }
132
138
  ]