@dvsa/cvs-type-definitions 3.0.10 → 3.0.12
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.
- package/json-schemas/v3/tech-record/get/hgv/complete/index.json +20 -13
- package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +20 -13
- package/json-schemas/v3/tech-record/get/hgv/testable/index.json +20 -10
- package/json-schemas/v3/tech-record/get/trl/complete/index.json +42 -27
- package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +140 -24
- package/json-schemas/v3/tech-record/get/trl/testable/index.json +140 -24
- package/json-schemas/v3/tech-record/put/hgv/complete/index.json +20 -10
- package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +20 -10
- package/json-schemas/v3/tech-record/put/hgv/testable/index.json +20 -13
- package/json-schemas/v3/tech-record/put/trl/complete/index.json +40 -28
- package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +42 -27
- package/json-schemas/v3/tech-record/put/trl/testable/index.json +42 -27
- package/package.json +1 -1
- package/types/v3/tech-record/get/hgv/complete/index.d.ts +5 -2
- package/types/v3/tech-record/get/hgv/skeleton/index.d.ts +5 -2
- package/types/v3/tech-record/get/hgv/testable/index.d.ts +5 -2
- package/types/v3/tech-record/get/trl/complete/index.d.ts +8 -5
- package/types/v3/tech-record/get/trl/skeleton/index.d.ts +35 -5
- package/types/v3/tech-record/get/trl/testable/index.d.ts +18 -5
- package/types/v3/tech-record/put/hgv/complete/index.d.ts +5 -2
- package/types/v3/tech-record/put/hgv/skeleton/index.d.ts +5 -2
- package/types/v3/tech-record/put/hgv/testable/index.d.ts +5 -2
- package/types/v3/tech-record/put/trl/complete/index.d.ts +10 -7
- package/types/v3/tech-record/put/trl/skeleton/index.d.ts +8 -5
- package/types/v3/tech-record/put/trl/testable/index.d.ts +8 -5
|
@@ -544,19 +544,26 @@
|
|
|
544
544
|
"null"
|
|
545
545
|
]
|
|
546
546
|
},
|
|
547
|
-
"
|
|
548
|
-
"type":
|
|
549
|
-
|
|
550
|
-
"
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
547
|
+
"techRecord_dimensions_axleSpacing": {
|
|
548
|
+
"type": "array",
|
|
549
|
+
"items": {
|
|
550
|
+
"type": "object",
|
|
551
|
+
"title": "AxleSpacing",
|
|
552
|
+
"additionalProperties": false,
|
|
553
|
+
"properties": {
|
|
554
|
+
"axles": {
|
|
555
|
+
"type": "string"
|
|
556
|
+
},
|
|
557
|
+
"value": {
|
|
558
|
+
"type": [
|
|
559
|
+
"integer",
|
|
560
|
+
"null"
|
|
561
|
+
],
|
|
562
|
+
"maximum": 99999,
|
|
563
|
+
"minimum": 0
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
}
|
|
560
567
|
},
|
|
561
568
|
"techRecord_dimensions_length": {
|
|
562
569
|
"type": "integer",
|
|
@@ -550,19 +550,26 @@
|
|
|
550
550
|
"null"
|
|
551
551
|
]
|
|
552
552
|
},
|
|
553
|
-
"
|
|
554
|
-
"type":
|
|
555
|
-
|
|
556
|
-
"
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
553
|
+
"techRecord_dimensions_axleSpacing": {
|
|
554
|
+
"type": "array",
|
|
555
|
+
"items": {
|
|
556
|
+
"type": "object",
|
|
557
|
+
"title": "AxleSpacing",
|
|
558
|
+
"additionalProperties": false,
|
|
559
|
+
"properties": {
|
|
560
|
+
"axles": {
|
|
561
|
+
"type": "string"
|
|
562
|
+
},
|
|
563
|
+
"value": {
|
|
564
|
+
"type": [
|
|
565
|
+
"integer",
|
|
566
|
+
"null"
|
|
567
|
+
],
|
|
568
|
+
"maximum": 99999,
|
|
569
|
+
"minimum": 0
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
}
|
|
566
573
|
},
|
|
567
574
|
"techRecord_dimensions_length": {
|
|
568
575
|
"type": [
|
|
@@ -551,16 +551,26 @@
|
|
|
551
551
|
"null"
|
|
552
552
|
]
|
|
553
553
|
},
|
|
554
|
-
"
|
|
555
|
-
"type": "
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
"
|
|
560
|
-
"
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
554
|
+
"techRecord_dimensions_axleSpacing": {
|
|
555
|
+
"type": "array",
|
|
556
|
+
"items": {
|
|
557
|
+
"type": "object",
|
|
558
|
+
"title": "AxleSpacing",
|
|
559
|
+
"additionalProperties": false,
|
|
560
|
+
"properties": {
|
|
561
|
+
"axles": {
|
|
562
|
+
"type": "string"
|
|
563
|
+
},
|
|
564
|
+
"value": {
|
|
565
|
+
"type": [
|
|
566
|
+
"integer",
|
|
567
|
+
"null"
|
|
568
|
+
],
|
|
569
|
+
"maximum": 99999,
|
|
570
|
+
"minimum": 0
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
}
|
|
564
574
|
},
|
|
565
575
|
"techRecord_dimensions_length": {
|
|
566
576
|
"type": [
|
|
@@ -1260,33 +1260,27 @@
|
|
|
1260
1260
|
"null"
|
|
1261
1261
|
]
|
|
1262
1262
|
},
|
|
1263
|
-
"
|
|
1264
|
-
"type":
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
"type": [
|
|
1285
|
-
"null",
|
|
1286
|
-
"boolean"
|
|
1287
|
-
]
|
|
1288
|
-
}
|
|
1289
|
-
}
|
|
1263
|
+
"brakes_brakeActuator": {
|
|
1264
|
+
"type": [
|
|
1265
|
+
"null",
|
|
1266
|
+
"integer"
|
|
1267
|
+
],
|
|
1268
|
+
"minimum": 0,
|
|
1269
|
+
"maximum": 999
|
|
1270
|
+
},
|
|
1271
|
+
"brakes_leverLength": {
|
|
1272
|
+
"type": [
|
|
1273
|
+
"null",
|
|
1274
|
+
"integer"
|
|
1275
|
+
],
|
|
1276
|
+
"minimum": 0,
|
|
1277
|
+
"maximum": 999
|
|
1278
|
+
},
|
|
1279
|
+
"brakes_springBrakeParking": {
|
|
1280
|
+
"type": [
|
|
1281
|
+
"null",
|
|
1282
|
+
"boolean"
|
|
1283
|
+
]
|
|
1290
1284
|
},
|
|
1291
1285
|
"weights_gbWeight": {
|
|
1292
1286
|
"type": [
|
|
@@ -1436,6 +1430,27 @@
|
|
|
1436
1430
|
"string",
|
|
1437
1431
|
"null"
|
|
1438
1432
|
]
|
|
1433
|
+
},
|
|
1434
|
+
"techRecord_dimensions_axleSpacing": {
|
|
1435
|
+
"type": "array",
|
|
1436
|
+
"items": {
|
|
1437
|
+
"type": "object",
|
|
1438
|
+
"title": "AxleSpacing",
|
|
1439
|
+
"additionalProperties": false,
|
|
1440
|
+
"properties": {
|
|
1441
|
+
"axles": {
|
|
1442
|
+
"type": "string"
|
|
1443
|
+
},
|
|
1444
|
+
"value": {
|
|
1445
|
+
"type": [
|
|
1446
|
+
"integer",
|
|
1447
|
+
"null"
|
|
1448
|
+
],
|
|
1449
|
+
"maximum": 99999,
|
|
1450
|
+
"minimum": 0
|
|
1451
|
+
}
|
|
1452
|
+
}
|
|
1453
|
+
}
|
|
1439
1454
|
}
|
|
1440
1455
|
}
|
|
1441
1456
|
}
|
|
@@ -869,36 +869,131 @@
|
|
|
869
869
|
"null"
|
|
870
870
|
]
|
|
871
871
|
},
|
|
872
|
-
"
|
|
872
|
+
"brakes_brakeActuator": {
|
|
873
873
|
"type": [
|
|
874
874
|
"null",
|
|
875
|
-
"
|
|
875
|
+
"integer"
|
|
876
876
|
],
|
|
877
|
-
"
|
|
878
|
-
"
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
877
|
+
"minimum": 0,
|
|
878
|
+
"maximum": 999
|
|
879
|
+
},
|
|
880
|
+
"brakes_leverLength": {
|
|
881
|
+
"type": [
|
|
882
|
+
"null",
|
|
883
|
+
"integer"
|
|
884
|
+
],
|
|
885
|
+
"minimum": 0,
|
|
886
|
+
"maximum": 999
|
|
887
|
+
},
|
|
888
|
+
"brakes_springBrakeParking": {
|
|
889
|
+
"type": [
|
|
890
|
+
"null",
|
|
891
|
+
"boolean"
|
|
892
|
+
]
|
|
893
|
+
},
|
|
894
|
+
"weights_gbWeight": {
|
|
895
|
+
"type": [
|
|
896
|
+
"integer",
|
|
897
|
+
"null"
|
|
898
|
+
],
|
|
899
|
+
"minimum": 0,
|
|
900
|
+
"maximum": 99999
|
|
901
|
+
},
|
|
902
|
+
"weights_designWeight": {
|
|
903
|
+
"type": [
|
|
904
|
+
"integer",
|
|
905
|
+
"null"
|
|
906
|
+
],
|
|
907
|
+
"minimum": 0,
|
|
908
|
+
"maximum": 99999
|
|
909
|
+
},
|
|
910
|
+
"weights_ladenWeight": {
|
|
911
|
+
"type": [
|
|
912
|
+
"integer",
|
|
913
|
+
"null"
|
|
914
|
+
],
|
|
915
|
+
"minimum": 0,
|
|
916
|
+
"maximum": 99999
|
|
917
|
+
},
|
|
918
|
+
"weights_kerbWeight": {
|
|
919
|
+
"type": [
|
|
920
|
+
"integer",
|
|
921
|
+
"null"
|
|
922
|
+
],
|
|
923
|
+
"minimum": 0,
|
|
924
|
+
"maximum": 99999
|
|
925
|
+
},
|
|
926
|
+
"tyres_tyreCode": {
|
|
927
|
+
"type": [
|
|
928
|
+
"integer",
|
|
929
|
+
"null"
|
|
930
|
+
],
|
|
931
|
+
"minimum": 0,
|
|
932
|
+
"maximum": 99999
|
|
933
|
+
},
|
|
934
|
+
"tyres_tyreSize": {
|
|
935
|
+
"type": [
|
|
936
|
+
"string",
|
|
937
|
+
"null"
|
|
938
|
+
],
|
|
939
|
+
"maxLength": 12
|
|
940
|
+
},
|
|
941
|
+
"tyres_plyRating": {
|
|
942
|
+
"type": [
|
|
943
|
+
"string",
|
|
944
|
+
"null"
|
|
945
|
+
]
|
|
946
|
+
},
|
|
947
|
+
"tyres_fitmentCode": {
|
|
948
|
+
"anyOf": [
|
|
949
|
+
{
|
|
950
|
+
"type": "null"
|
|
894
951
|
},
|
|
895
|
-
|
|
896
|
-
"
|
|
897
|
-
|
|
898
|
-
|
|
952
|
+
{
|
|
953
|
+
"title": "Fitment Code",
|
|
954
|
+
"type": "string",
|
|
955
|
+
"enum": [
|
|
956
|
+
"single",
|
|
957
|
+
"double"
|
|
958
|
+
]
|
|
959
|
+
}
|
|
960
|
+
]
|
|
961
|
+
},
|
|
962
|
+
"tyres_dataTrAxles": {
|
|
963
|
+
"type": [
|
|
964
|
+
"null",
|
|
965
|
+
"integer"
|
|
966
|
+
],
|
|
967
|
+
"minimum": 0,
|
|
968
|
+
"maximum": 999
|
|
969
|
+
},
|
|
970
|
+
"tyres_speedCategorySymbol": {
|
|
971
|
+
"anyOf": [
|
|
972
|
+
{
|
|
973
|
+
"title": "Speed Category Symbol",
|
|
974
|
+
"type": "string",
|
|
975
|
+
"enum": [
|
|
976
|
+
"a7",
|
|
977
|
+
"a8",
|
|
978
|
+
"b",
|
|
979
|
+
"c",
|
|
980
|
+
"d",
|
|
981
|
+
"e",
|
|
982
|
+
"f",
|
|
983
|
+
"g",
|
|
984
|
+
"j",
|
|
985
|
+
"k",
|
|
986
|
+
"l",
|
|
987
|
+
"m",
|
|
988
|
+
"n",
|
|
989
|
+
"p",
|
|
990
|
+
"q"
|
|
899
991
|
]
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
"type": "null"
|
|
900
995
|
}
|
|
901
|
-
|
|
996
|
+
]
|
|
902
997
|
}
|
|
903
998
|
}
|
|
904
999
|
}
|
|
@@ -1204,6 +1299,27 @@
|
|
|
1204
1299
|
"string",
|
|
1205
1300
|
"null"
|
|
1206
1301
|
]
|
|
1302
|
+
},
|
|
1303
|
+
"techRecord_dimensions_axleSpacing": {
|
|
1304
|
+
"type": "array",
|
|
1305
|
+
"items": {
|
|
1306
|
+
"type": "object",
|
|
1307
|
+
"title": "AxleSpacing",
|
|
1308
|
+
"additionalProperties": false,
|
|
1309
|
+
"properties": {
|
|
1310
|
+
"axles": {
|
|
1311
|
+
"type": "string"
|
|
1312
|
+
},
|
|
1313
|
+
"value": {
|
|
1314
|
+
"type": [
|
|
1315
|
+
"integer",
|
|
1316
|
+
"null"
|
|
1317
|
+
],
|
|
1318
|
+
"maximum": 99999,
|
|
1319
|
+
"minimum": 0
|
|
1320
|
+
}
|
|
1321
|
+
}
|
|
1322
|
+
}
|
|
1207
1323
|
}
|
|
1208
1324
|
}
|
|
1209
1325
|
}
|
|
@@ -1120,36 +1120,131 @@
|
|
|
1120
1120
|
"null"
|
|
1121
1121
|
]
|
|
1122
1122
|
},
|
|
1123
|
-
"
|
|
1123
|
+
"brakes_brakeActuator": {
|
|
1124
1124
|
"type": [
|
|
1125
1125
|
"null",
|
|
1126
|
-
"
|
|
1126
|
+
"integer"
|
|
1127
1127
|
],
|
|
1128
|
-
"
|
|
1129
|
-
"
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1128
|
+
"minimum": 0,
|
|
1129
|
+
"maximum": 999
|
|
1130
|
+
},
|
|
1131
|
+
"brakes_leverLength": {
|
|
1132
|
+
"type": [
|
|
1133
|
+
"null",
|
|
1134
|
+
"integer"
|
|
1135
|
+
],
|
|
1136
|
+
"minimum": 0,
|
|
1137
|
+
"maximum": 999
|
|
1138
|
+
},
|
|
1139
|
+
"brakes_springBrakeParking": {
|
|
1140
|
+
"type": [
|
|
1141
|
+
"null",
|
|
1142
|
+
"boolean"
|
|
1143
|
+
]
|
|
1144
|
+
},
|
|
1145
|
+
"weights_gbWeight": {
|
|
1146
|
+
"type": [
|
|
1147
|
+
"integer",
|
|
1148
|
+
"null"
|
|
1149
|
+
],
|
|
1150
|
+
"minimum": 0,
|
|
1151
|
+
"maximum": 99999
|
|
1152
|
+
},
|
|
1153
|
+
"weights_designWeight": {
|
|
1154
|
+
"type": [
|
|
1155
|
+
"integer",
|
|
1156
|
+
"null"
|
|
1157
|
+
],
|
|
1158
|
+
"minimum": 0,
|
|
1159
|
+
"maximum": 99999
|
|
1160
|
+
},
|
|
1161
|
+
"weights_ladenWeight": {
|
|
1162
|
+
"type": [
|
|
1163
|
+
"integer",
|
|
1164
|
+
"null"
|
|
1165
|
+
],
|
|
1166
|
+
"minimum": 0,
|
|
1167
|
+
"maximum": 99999
|
|
1168
|
+
},
|
|
1169
|
+
"weights_kerbWeight": {
|
|
1170
|
+
"type": [
|
|
1171
|
+
"integer",
|
|
1172
|
+
"null"
|
|
1173
|
+
],
|
|
1174
|
+
"minimum": 0,
|
|
1175
|
+
"maximum": 99999
|
|
1176
|
+
},
|
|
1177
|
+
"tyres_tyreCode": {
|
|
1178
|
+
"type": [
|
|
1179
|
+
"integer",
|
|
1180
|
+
"null"
|
|
1181
|
+
],
|
|
1182
|
+
"minimum": 0,
|
|
1183
|
+
"maximum": 99999
|
|
1184
|
+
},
|
|
1185
|
+
"tyres_tyreSize": {
|
|
1186
|
+
"type": [
|
|
1187
|
+
"string",
|
|
1188
|
+
"null"
|
|
1189
|
+
],
|
|
1190
|
+
"maxLength": 12
|
|
1191
|
+
},
|
|
1192
|
+
"tyres_plyRating": {
|
|
1193
|
+
"type": [
|
|
1194
|
+
"string",
|
|
1195
|
+
"null"
|
|
1196
|
+
]
|
|
1197
|
+
},
|
|
1198
|
+
"tyres_fitmentCode": {
|
|
1199
|
+
"anyOf": [
|
|
1200
|
+
{
|
|
1201
|
+
"type": "null"
|
|
1145
1202
|
},
|
|
1146
|
-
|
|
1147
|
-
"
|
|
1148
|
-
|
|
1149
|
-
|
|
1203
|
+
{
|
|
1204
|
+
"title": "Fitment Code",
|
|
1205
|
+
"type": "string",
|
|
1206
|
+
"enum": [
|
|
1207
|
+
"single",
|
|
1208
|
+
"double"
|
|
1209
|
+
]
|
|
1210
|
+
}
|
|
1211
|
+
]
|
|
1212
|
+
},
|
|
1213
|
+
"tyres_dataTrAxles": {
|
|
1214
|
+
"type": [
|
|
1215
|
+
"null",
|
|
1216
|
+
"integer"
|
|
1217
|
+
],
|
|
1218
|
+
"minimum": 0,
|
|
1219
|
+
"maximum": 999
|
|
1220
|
+
},
|
|
1221
|
+
"tyres_speedCategorySymbol": {
|
|
1222
|
+
"anyOf": [
|
|
1223
|
+
{
|
|
1224
|
+
"title": "Speed Category Symbol",
|
|
1225
|
+
"type": "string",
|
|
1226
|
+
"enum": [
|
|
1227
|
+
"a7",
|
|
1228
|
+
"a8",
|
|
1229
|
+
"b",
|
|
1230
|
+
"c",
|
|
1231
|
+
"d",
|
|
1232
|
+
"e",
|
|
1233
|
+
"f",
|
|
1234
|
+
"g",
|
|
1235
|
+
"j",
|
|
1236
|
+
"k",
|
|
1237
|
+
"l",
|
|
1238
|
+
"m",
|
|
1239
|
+
"n",
|
|
1240
|
+
"p",
|
|
1241
|
+
"q"
|
|
1150
1242
|
]
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"type": "null"
|
|
1151
1246
|
}
|
|
1152
|
-
|
|
1247
|
+
]
|
|
1153
1248
|
}
|
|
1154
1249
|
}
|
|
1155
1250
|
}
|
|
@@ -1305,6 +1400,27 @@
|
|
|
1305
1400
|
"string",
|
|
1306
1401
|
"null"
|
|
1307
1402
|
]
|
|
1403
|
+
},
|
|
1404
|
+
"techRecord_dimensions_axleSpacing": {
|
|
1405
|
+
"type": "array",
|
|
1406
|
+
"items": {
|
|
1407
|
+
"type": "object",
|
|
1408
|
+
"title": "AxleSpacing",
|
|
1409
|
+
"additionalProperties": false,
|
|
1410
|
+
"properties": {
|
|
1411
|
+
"axles": {
|
|
1412
|
+
"type": "string"
|
|
1413
|
+
},
|
|
1414
|
+
"value": {
|
|
1415
|
+
"type": [
|
|
1416
|
+
"integer",
|
|
1417
|
+
"null"
|
|
1418
|
+
],
|
|
1419
|
+
"maximum": 99999,
|
|
1420
|
+
"minimum": 0
|
|
1421
|
+
}
|
|
1422
|
+
}
|
|
1423
|
+
}
|
|
1308
1424
|
}
|
|
1309
1425
|
}
|
|
1310
1426
|
}
|
|
@@ -542,16 +542,26 @@
|
|
|
542
542
|
"null"
|
|
543
543
|
]
|
|
544
544
|
},
|
|
545
|
-
"
|
|
546
|
-
"type": "
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
"
|
|
551
|
-
"
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
545
|
+
"techRecord_dimensions_axleSpacing": {
|
|
546
|
+
"type": "array",
|
|
547
|
+
"items": {
|
|
548
|
+
"type": "object",
|
|
549
|
+
"title": "AxleSpacing",
|
|
550
|
+
"additionalProperties": false,
|
|
551
|
+
"properties": {
|
|
552
|
+
"axles": {
|
|
553
|
+
"type": "string"
|
|
554
|
+
},
|
|
555
|
+
"value": {
|
|
556
|
+
"type": [
|
|
557
|
+
"integer",
|
|
558
|
+
"null"
|
|
559
|
+
],
|
|
560
|
+
"maximum": 99999,
|
|
561
|
+
"minimum": 0
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
}
|
|
555
565
|
},
|
|
556
566
|
"techRecord_dimensions_length": {
|
|
557
567
|
"type": "integer",
|
|
@@ -545,16 +545,26 @@
|
|
|
545
545
|
"null"
|
|
546
546
|
]
|
|
547
547
|
},
|
|
548
|
-
"
|
|
549
|
-
"type": "
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
"
|
|
554
|
-
"
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
548
|
+
"techRecord_dimensions_axleSpacing": {
|
|
549
|
+
"type": "array",
|
|
550
|
+
"items": {
|
|
551
|
+
"type": "object",
|
|
552
|
+
"title": "AxleSpacing",
|
|
553
|
+
"additionalProperties": false,
|
|
554
|
+
"properties": {
|
|
555
|
+
"axles": {
|
|
556
|
+
"type": "string"
|
|
557
|
+
},
|
|
558
|
+
"value": {
|
|
559
|
+
"type": [
|
|
560
|
+
"integer",
|
|
561
|
+
"null"
|
|
562
|
+
],
|
|
563
|
+
"maximum": 99999,
|
|
564
|
+
"minimum": 0
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
}
|
|
558
568
|
},
|
|
559
569
|
"techRecord_dimensions_length": {
|
|
560
570
|
"type": [
|