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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/Rakefile +25 -2
- data/lib/rsmp/convert/export/json_schema/index.rb +38 -17
- data/lib/rsmp/convert/export/json_schema.rb +29 -0
- data/lib/rsmp/version.rb +1 -1
- data/schemas/tlc/1.0.10/commands/M0001.json +4 -4
- data/schemas/tlc/1.0.10/{sxl.yaml → source/sxl.yaml} +60 -63
- data/schemas/tlc/1.0.10/sxl_index.json +3 -3
- data/schemas/tlc/1.0.13/commands/M0001.json +4 -4
- data/schemas/tlc/1.0.13/{sxl.yaml → source/sxl.yaml} +67 -70
- data/schemas/tlc/1.0.13/sxl_index.json +3 -3
- data/schemas/tlc/1.0.14/commands/M0001.json +4 -4
- data/schemas/tlc/1.0.14/{sxl.yaml → source/sxl.yaml} +67 -70
- data/schemas/tlc/1.0.14/sxl_index.json +3 -3
- data/schemas/tlc/1.0.15/commands/M0001.json +4 -4
- data/schemas/tlc/1.0.15/{sxl.yaml → source/sxl.yaml} +70 -73
- data/schemas/tlc/1.0.15/sxl_index.json +3 -3
- data/schemas/tlc/1.0.7/commands/M0001.json +4 -4
- data/schemas/tlc/1.0.7/{sxl.yaml → source/sxl.yaml} +62 -65
- data/schemas/tlc/1.0.7/sxl_index.json +3 -3
- data/schemas/tlc/1.0.8/commands/M0001.json +4 -4
- data/schemas/tlc/1.0.8/{sxl.yaml → source/sxl.yaml} +60 -63
- data/schemas/tlc/1.0.8/sxl_index.json +3 -3
- data/schemas/tlc/1.0.9/commands/M0001.json +4 -4
- data/schemas/tlc/1.0.9/{sxl.yaml → source/sxl.yaml} +60 -63
- data/schemas/tlc/1.0.9/sxl_index.json +3 -3
- data/schemas/tlc/1.1.0/commands/M0022.json +8 -8
- data/schemas/tlc/1.1.0/{sxl.yaml → source/sxl.yaml} +74 -74
- data/schemas/tlc/1.1.0/statuses/S0033.json +2 -2
- data/schemas/tlc/1.1.0/sxl_index.json +10 -10
- data/schemas/tlc/1.2.0/commands/M0022.json +8 -8
- data/schemas/tlc/1.2.0/{sxl.yaml → source/sxl.yaml} +76 -76
- data/schemas/tlc/1.2.0/statuses/S0033.json +2 -2
- data/schemas/tlc/1.2.0/sxl_index.json +10 -10
- data/schemas/tlc/1.2.1/commands/M0022.json +8 -8
- data/schemas/tlc/1.2.1/{sxl.yaml → source/sxl.yaml} +76 -76
- data/schemas/tlc/1.2.1/statuses/S0033.json +2 -2
- data/schemas/tlc/1.2.1/sxl_index.json +10 -10
- data/schemas/tlc/1.3.0/commands/command_requests.json +0 -16
- data/schemas/tlc/1.3.0/{sxl.yaml → source/sxl.yaml} +1 -0
- data/schemas/tlc/1.3.0/sxl_index.json +1 -1
- metadata +12 -17
- data/schemas/tlc/1.0.8/statuses/S0025.json +0 -181
- data/schemas/tlc/1.0.9/statuses/S0025.json +0 -181
- data/schemas/tlc/1.2.0/statuses/S0018.json +0 -61
- data/schemas/tlc/1.2.1/statuses/S0018.json +0 -61
- 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
|
-
}
|