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
|
@@ -202,8 +202,8 @@
|
|
|
202
202
|
"status" : {
|
|
203
203
|
"type" : "array",
|
|
204
204
|
"items" : {
|
|
205
|
-
"d" : "
|
|
206
|
-
"e" : "
|
|
205
|
+
"d" : "integer_as_string",
|
|
206
|
+
"e" : "integer_as_string",
|
|
207
207
|
"r" : "string",
|
|
208
208
|
"s" : "string",
|
|
209
209
|
"t" : "timestamp"
|
|
@@ -470,14 +470,14 @@
|
|
|
470
470
|
"type" : "string"
|
|
471
471
|
},
|
|
472
472
|
"optional" : {
|
|
473
|
-
"approachId" : "
|
|
474
|
-
"connectionId" : "
|
|
475
|
-
"eta" : "
|
|
476
|
-
"inputId" : "
|
|
477
|
-
"laneInId" : "
|
|
478
|
-
"laneOutId" : "
|
|
479
|
-
"level" : "
|
|
480
|
-
"priorityId" : "
|
|
473
|
+
"approachId" : "integer_as_string",
|
|
474
|
+
"connectionId" : "integer_as_string",
|
|
475
|
+
"eta" : "integer_as_string",
|
|
476
|
+
"inputId" : "integer_as_string",
|
|
477
|
+
"laneInId" : "integer_as_string",
|
|
478
|
+
"laneOutId" : "integer_as_string",
|
|
479
|
+
"level" : "integer_as_string",
|
|
480
|
+
"priorityId" : "integer_as_string",
|
|
481
481
|
"signalGroupId" : "string",
|
|
482
482
|
"vehicleType" : "string"
|
|
483
483
|
}
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"properties" : {
|
|
75
75
|
"v" : {
|
|
76
76
|
"description" : "ID of an input, using the same numbering scheme as M0006",
|
|
77
|
-
"
|
|
77
|
+
"$ref" : "../defs/definitions.json#/integer"
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
}
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"properties" : {
|
|
92
92
|
"v" : {
|
|
93
93
|
"description" : "ID of a connection, connecting an ingoing and an outgoing lane",
|
|
94
|
-
"
|
|
94
|
+
"$ref" : "../defs/definitions.json#/integer"
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
}
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"properties" : {
|
|
109
109
|
"v" : {
|
|
110
110
|
"description" : "ID of an intersection approach",
|
|
111
|
-
"
|
|
111
|
+
"$ref" : "../defs/definitions.json#/integer"
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
}
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"properties" : {
|
|
126
126
|
"v" : {
|
|
127
127
|
"description" : "ID of an ingoing lane",
|
|
128
|
-
"
|
|
128
|
+
"$ref" : "../defs/definitions.json#/integer"
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
131
|
}
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"properties" : {
|
|
143
143
|
"v" : {
|
|
144
144
|
"description" : "ID of an outgoing lane",
|
|
145
|
-
"
|
|
145
|
+
"$ref" : "../defs/definitions.json#/integer"
|
|
146
146
|
}
|
|
147
147
|
}
|
|
148
148
|
}
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"properties" : {
|
|
160
160
|
"v" : {
|
|
161
161
|
"description" : "ID of a priority",
|
|
162
|
-
"
|
|
162
|
+
"$ref" : "../defs/definitions.json#/integer"
|
|
163
163
|
}
|
|
164
164
|
}
|
|
165
165
|
}
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"properties" : {
|
|
198
198
|
"v" : {
|
|
199
199
|
"description" : "0: Lowest, 14: Highest",
|
|
200
|
-
"
|
|
200
|
+
"$ref" : "../defs/definitions.json#/integer"
|
|
201
201
|
}
|
|
202
202
|
}
|
|
203
203
|
}
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
"properties" : {
|
|
215
215
|
"v" : {
|
|
216
216
|
"description" : "Estimated time of arrival to the intersection, in seconds",
|
|
217
|
-
"
|
|
217
|
+
"$ref" : "../defs/definitions.json#/integer"
|
|
218
218
|
}
|
|
219
219
|
}
|
|
220
220
|
}
|