rsmp 0.48.2 → 0.48.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/Rakefile +25 -2
  4. data/lib/rsmp/convert/export/json_schema/index.rb +38 -17
  5. data/lib/rsmp/convert/export/json_schema.rb +29 -0
  6. data/lib/rsmp/version.rb +1 -1
  7. data/schemas/tlc/1.0.10/commands/M0001.json +4 -4
  8. data/schemas/tlc/1.0.10/{sxl.yaml → source/sxl.yaml} +60 -63
  9. data/schemas/tlc/1.0.10/sxl_index.json +3 -3
  10. data/schemas/tlc/1.0.13/commands/M0001.json +4 -4
  11. data/schemas/tlc/1.0.13/{sxl.yaml → source/sxl.yaml} +67 -70
  12. data/schemas/tlc/1.0.13/sxl_index.json +3 -3
  13. data/schemas/tlc/1.0.14/commands/M0001.json +4 -4
  14. data/schemas/tlc/1.0.14/{sxl.yaml → source/sxl.yaml} +67 -70
  15. data/schemas/tlc/1.0.14/sxl_index.json +3 -3
  16. data/schemas/tlc/1.0.15/commands/M0001.json +4 -4
  17. data/schemas/tlc/1.0.15/{sxl.yaml → source/sxl.yaml} +70 -73
  18. data/schemas/tlc/1.0.15/sxl_index.json +3 -3
  19. data/schemas/tlc/1.0.7/commands/M0001.json +4 -4
  20. data/schemas/tlc/1.0.7/{sxl.yaml → source/sxl.yaml} +62 -65
  21. data/schemas/tlc/1.0.7/sxl_index.json +3 -3
  22. data/schemas/tlc/1.0.8/commands/M0001.json +4 -4
  23. data/schemas/tlc/1.0.8/{sxl.yaml → source/sxl.yaml} +60 -63
  24. data/schemas/tlc/1.0.8/sxl_index.json +3 -3
  25. data/schemas/tlc/1.0.9/commands/M0001.json +4 -4
  26. data/schemas/tlc/1.0.9/{sxl.yaml → source/sxl.yaml} +60 -63
  27. data/schemas/tlc/1.0.9/sxl_index.json +3 -3
  28. data/schemas/tlc/1.1.0/commands/M0022.json +8 -8
  29. data/schemas/tlc/1.1.0/{sxl.yaml → source/sxl.yaml} +74 -74
  30. data/schemas/tlc/1.1.0/statuses/S0033.json +2 -2
  31. data/schemas/tlc/1.1.0/sxl_index.json +10 -10
  32. data/schemas/tlc/1.2.0/commands/M0022.json +8 -8
  33. data/schemas/tlc/1.2.0/{sxl.yaml → source/sxl.yaml} +76 -76
  34. data/schemas/tlc/1.2.0/statuses/S0033.json +2 -2
  35. data/schemas/tlc/1.2.0/sxl_index.json +10 -10
  36. data/schemas/tlc/1.2.1/commands/M0022.json +8 -8
  37. data/schemas/tlc/1.2.1/{sxl.yaml → source/sxl.yaml} +76 -76
  38. data/schemas/tlc/1.2.1/statuses/S0033.json +2 -2
  39. data/schemas/tlc/1.2.1/sxl_index.json +10 -10
  40. data/schemas/tlc/1.3.0/commands/command_requests.json +0 -16
  41. data/schemas/tlc/1.3.0/{sxl.yaml → source/sxl.yaml} +1 -0
  42. data/schemas/tlc/1.3.0/sxl_index.json +1 -1
  43. metadata +12 -17
  44. data/schemas/tlc/1.0.8/statuses/S0025.json +0 -181
  45. data/schemas/tlc/1.0.9/statuses/S0025.json +0 -181
  46. data/schemas/tlc/1.2.0/statuses/S0018.json +0 -61
  47. data/schemas/tlc/1.2.1/statuses/S0018.json +0 -61
  48. data/schemas/tlc/1.3.0/statuses/S0018.json +0 -61
@@ -1,61 +0,0 @@
1
- {
2
- "description" : "Number of time plans\nCan be used for the management system to check the number of time plans configured in the controller.",
3
- "allOf" : [
4
- {
5
- "properties" : {
6
- "n" : {
7
- "enum" : [
8
- "number"
9
- ]
10
- }
11
- }
12
- },
13
- {
14
- "if" : {
15
- "required" : [
16
- "q"
17
- ],
18
- "properties" : {
19
- "q" : {
20
- "const" : "undefined"
21
- }
22
- }
23
- },
24
- "then" : {
25
- "s" : {
26
- "type" : "null"
27
- }
28
- },
29
- "else" : {
30
- "allOf" : [
31
- {
32
- "if" : {
33
- "required" : [
34
- "n"
35
- ],
36
- "properties" : {
37
- "n" : {
38
- "const" : "number"
39
- }
40
- }
41
- },
42
- "then" : {
43
- "properties" : {
44
- "s" : {
45
- "allOf" : [
46
- {
47
- "description" : "Number of time plans (depreciated)"
48
- },
49
- {
50
- "$ref" : "../../../core/3.1.2/definitions.json#/integer"
51
- }
52
- ]
53
- }
54
- }
55
- }
56
- }
57
- ]
58
- }
59
- }
60
- ]
61
- }
@@ -1,61 +0,0 @@
1
- {
2
- "description" : "Number of time plans\nCan be used for the management system to check the number of time plans configured in the controller.",
3
- "allOf" : [
4
- {
5
- "properties" : {
6
- "n" : {
7
- "enum" : [
8
- "number"
9
- ]
10
- }
11
- }
12
- },
13
- {
14
- "if" : {
15
- "required" : [
16
- "q"
17
- ],
18
- "properties" : {
19
- "q" : {
20
- "const" : "undefined"
21
- }
22
- }
23
- },
24
- "then" : {
25
- "s" : {
26
- "type" : "null"
27
- }
28
- },
29
- "else" : {
30
- "allOf" : [
31
- {
32
- "if" : {
33
- "required" : [
34
- "n"
35
- ],
36
- "properties" : {
37
- "n" : {
38
- "const" : "number"
39
- }
40
- }
41
- },
42
- "then" : {
43
- "properties" : {
44
- "s" : {
45
- "allOf" : [
46
- {
47
- "description" : "Number of time plans (depreciated)"
48
- },
49
- {
50
- "$ref" : "../../../core/3.1.2/definitions.json#/integer"
51
- }
52
- ]
53
- }
54
- }
55
- }
56
- }
57
- ]
58
- }
59
- }
60
- ]
61
- }