@dvsa/cvs-type-definitions 3.0.1 → 3.0.2
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/car/complete/index.json +111 -54
- package/json-schemas/v3/tech-record/get/car/skeleton/index.json +111 -54
- package/json-schemas/v3/tech-record/get/hgv/complete/index.json +20 -5
- package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +57 -23
- package/json-schemas/v3/tech-record/get/hgv/testable/index.json +28 -7
- package/json-schemas/v3/tech-record/get/lgv/complete/index.json +152 -81
- package/json-schemas/v3/tech-record/get/lgv/skeleton/index.json +127 -63
- package/json-schemas/v3/tech-record/get/motorcycle/complete/index.json +140 -78
- package/json-schemas/v3/tech-record/get/motorcycle/skeleton/index.json +115 -60
- package/json-schemas/v3/tech-record/get/psv/complete/index.json +106 -66
- package/json-schemas/v3/tech-record/get/psv/skeleton/index.json +16 -13
- package/json-schemas/v3/tech-record/get/psv/testable/index.json +31 -16
- package/json-schemas/v3/tech-record/get/trl/complete/index.json +91 -30
- package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +80 -6
- package/json-schemas/v3/tech-record/get/trl/testable/index.json +48 -24
- package/json-schemas/v3/tech-record/put/car/complete/index.json +41 -13
- package/json-schemas/v3/tech-record/put/car/skeleton/index.json +45 -14
- package/json-schemas/v3/tech-record/put/hgv/complete/index.json +28 -7
- package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +61 -24
- package/json-schemas/v3/tech-record/put/hgv/testable/index.json +16 -4
- package/json-schemas/v3/tech-record/put/motorcycle/complete/index.json +153 -81
- package/json-schemas/v3/tech-record/put/motorcycle/skeleton/index.json +128 -63
- package/json-schemas/v3/tech-record/put/psv/complete/index.json +118 -70
- package/json-schemas/v3/tech-record/put/psv/skeleton/index.json +37 -19
- package/json-schemas/v3/tech-record/put/psv/testable/index.json +42 -20
- package/json-schemas/v3/tech-record/put/trl/complete/index.json +103 -39
- package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +157 -0
- package/json-schemas/v3/tech-record/put/trl/testable/index.json +137 -3
- package/package.json +1 -1
- package/types/v3/tech-record/get/car/complete/index.d.ts +15 -15
- package/types/v3/tech-record/get/car/skeleton/index.d.ts +15 -15
- package/types/v3/tech-record/get/hgv/complete/index.d.ts +5 -5
- package/types/v3/tech-record/get/hgv/skeleton/index.d.ts +10 -10
- package/types/v3/tech-record/get/hgv/testable/index.d.ts +7 -7
- package/types/v3/tech-record/get/lgv/complete/index.d.ts +17 -17
- package/types/v3/tech-record/get/lgv/skeleton/index.d.ts +16 -16
- package/types/v3/tech-record/get/motorcycle/complete/index.d.ts +14 -14
- package/types/v3/tech-record/get/motorcycle/skeleton/index.d.ts +13 -13
- package/types/v3/tech-record/get/psv/complete/index.d.ts +13 -16
- package/types/v3/tech-record/get/psv/skeleton/index.d.ts +4 -7
- package/types/v3/tech-record/get/psv/testable/index.d.ts +10 -13
- package/types/v3/tech-record/get/trl/complete/index.d.ts +34 -34
- package/types/v3/tech-record/get/trl/skeleton/index.d.ts +16 -6
- package/types/v3/tech-record/get/trl/testable/index.d.ts +10 -10
- package/types/v3/tech-record/put/car/complete/index.d.ts +8 -8
- package/types/v3/tech-record/put/car/skeleton/index.d.ts +9 -9
- package/types/v3/tech-record/put/hgv/complete/index.d.ts +7 -7
- package/types/v3/tech-record/put/hgv/skeleton/index.d.ts +11 -11
- package/types/v3/tech-record/put/hgv/testable/index.d.ts +4 -4
- package/types/v3/tech-record/put/motorcycle/complete/index.d.ts +18 -18
- package/types/v3/tech-record/put/motorcycle/skeleton/index.d.ts +17 -17
- package/types/v3/tech-record/put/psv/complete/index.d.ts +16 -19
- package/types/v3/tech-record/put/psv/skeleton/index.d.ts +10 -13
- package/types/v3/tech-record/put/psv/testable/index.d.ts +12 -15
- package/types/v3/tech-record/put/trl/complete/index.d.ts +22 -23
- package/types/v3/tech-record/put/trl/skeleton/index.d.ts +37 -0
- package/types/v3/tech-record/put/trl/testable/index.d.ts +17 -2
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
"additionalProperties": false,
|
|
5
5
|
"required": [
|
|
6
6
|
"vin",
|
|
7
|
-
"systemNumber",
|
|
8
7
|
"techRecord_vehicleConfiguration",
|
|
9
8
|
"techRecord_vehicleSize",
|
|
10
9
|
"techRecord_seatsLowerDeck",
|
|
@@ -47,10 +46,16 @@
|
|
|
47
46
|
]
|
|
48
47
|
},
|
|
49
48
|
"systemNumber": {
|
|
50
|
-
"type":
|
|
49
|
+
"type": [
|
|
50
|
+
"null",
|
|
51
|
+
"string"
|
|
52
|
+
]
|
|
51
53
|
},
|
|
52
54
|
"primaryVrm": {
|
|
53
|
-
"type":
|
|
55
|
+
"type": [
|
|
56
|
+
"null",
|
|
57
|
+
"string"
|
|
58
|
+
]
|
|
54
59
|
},
|
|
55
60
|
"techRecord_vehicleType": {
|
|
56
61
|
"const": "psv"
|
|
@@ -68,7 +73,10 @@
|
|
|
68
73
|
"type": "string"
|
|
69
74
|
},
|
|
70
75
|
"techRecord_createdAt": {
|
|
71
|
-
"type":
|
|
76
|
+
"type": [
|
|
77
|
+
"null",
|
|
78
|
+
"string"
|
|
79
|
+
]
|
|
72
80
|
},
|
|
73
81
|
"techRecord_vehicleConfiguration": {
|
|
74
82
|
"title": "Vehicle Configuration",
|
|
@@ -116,7 +124,10 @@
|
|
|
116
124
|
]
|
|
117
125
|
},
|
|
118
126
|
"techRecord_vehicleClass_code": {
|
|
119
|
-
"type":
|
|
127
|
+
"type": [
|
|
128
|
+
"null",
|
|
129
|
+
"string"
|
|
130
|
+
]
|
|
120
131
|
},
|
|
121
132
|
"techRecord_vehicleClass_description": {
|
|
122
133
|
"title": "Vehicle Class Description",
|
|
@@ -136,10 +147,16 @@
|
|
|
136
147
|
]
|
|
137
148
|
},
|
|
138
149
|
"techRecord_hiddenInVta": {
|
|
139
|
-
"type":
|
|
150
|
+
"type": [
|
|
151
|
+
"null",
|
|
152
|
+
"boolean"
|
|
153
|
+
]
|
|
140
154
|
},
|
|
141
155
|
"techRecord_recordCompleteness": {
|
|
142
|
-
"type":
|
|
156
|
+
"type": [
|
|
157
|
+
"null",
|
|
158
|
+
"string"
|
|
159
|
+
]
|
|
143
160
|
},
|
|
144
161
|
"techRecord_euVehicleCategory": {
|
|
145
162
|
"anyOf": [
|
|
@@ -173,7 +190,10 @@
|
|
|
173
190
|
]
|
|
174
191
|
},
|
|
175
192
|
"techRecord_regnDate": {
|
|
176
|
-
"type":
|
|
193
|
+
"type": [
|
|
194
|
+
"null",
|
|
195
|
+
"string"
|
|
196
|
+
],
|
|
177
197
|
"pattern": "^\\d{4}-\\d{2}-\\d{2}$"
|
|
178
198
|
},
|
|
179
199
|
"techRecord_manufactureYear": {
|
|
@@ -268,34 +288,44 @@
|
|
|
268
288
|
"maxLength": 35
|
|
269
289
|
},
|
|
270
290
|
"techRecord_bodyType_description": {
|
|
271
|
-
"
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
291
|
+
"anyOf": [
|
|
292
|
+
{
|
|
293
|
+
"type": "null"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"title": "Body Type Description",
|
|
297
|
+
"type": "string",
|
|
298
|
+
"enum": [
|
|
299
|
+
"artic",
|
|
300
|
+
"articulated",
|
|
301
|
+
"box",
|
|
302
|
+
"car transporter",
|
|
303
|
+
"concrete mixer",
|
|
304
|
+
"curtainsider",
|
|
305
|
+
"double decker",
|
|
306
|
+
"flat",
|
|
307
|
+
"livestock carrier",
|
|
308
|
+
"low loader",
|
|
309
|
+
"mini bus",
|
|
310
|
+
"other",
|
|
311
|
+
"other tanker",
|
|
312
|
+
"petrol/oil tanker",
|
|
313
|
+
"refrigerated",
|
|
314
|
+
"refuse",
|
|
315
|
+
"single decker",
|
|
316
|
+
"skeletal",
|
|
317
|
+
"skip loader",
|
|
318
|
+
"tipper",
|
|
319
|
+
"tractor"
|
|
320
|
+
]
|
|
321
|
+
}
|
|
295
322
|
]
|
|
296
323
|
},
|
|
297
324
|
"techRecord_bodyType_code": {
|
|
298
|
-
"type":
|
|
325
|
+
"type": [
|
|
326
|
+
"null",
|
|
327
|
+
"string"
|
|
328
|
+
]
|
|
299
329
|
},
|
|
300
330
|
"techRecord_functionCode": {
|
|
301
331
|
"type": [
|
|
@@ -438,48 +468,65 @@
|
|
|
438
468
|
],
|
|
439
469
|
"maxLength": 1024
|
|
440
470
|
},
|
|
441
|
-
"techRecord_dda": {
|
|
442
|
-
"type": "null"
|
|
443
|
-
},
|
|
444
471
|
"techRecord_standingCapacity": {
|
|
445
472
|
"type": "integer",
|
|
446
473
|
"minimum": 0,
|
|
447
474
|
"maximum": 999
|
|
448
475
|
},
|
|
449
476
|
"techRecord_speedLimiterMrk": {
|
|
450
|
-
"type":
|
|
477
|
+
"type": [
|
|
478
|
+
"null",
|
|
479
|
+
"boolean"
|
|
480
|
+
]
|
|
451
481
|
},
|
|
452
482
|
"techRecord_tachoExemptMrk": {
|
|
453
|
-
"type":
|
|
483
|
+
"type": [
|
|
484
|
+
"null",
|
|
485
|
+
"boolean"
|
|
486
|
+
]
|
|
454
487
|
},
|
|
455
488
|
"techRecord_euroStandard": {
|
|
456
|
-
"
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
489
|
+
"anyOf": [
|
|
490
|
+
{
|
|
491
|
+
"type": "null"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"title": "Euro standard",
|
|
495
|
+
"type": "string",
|
|
496
|
+
"enum": [
|
|
497
|
+
"0.10 g/kWh Euro 3 PM",
|
|
498
|
+
"0.03 g/kWh Euro IV PM",
|
|
499
|
+
"Euro 3",
|
|
500
|
+
"Euro 4",
|
|
501
|
+
"Euro 5",
|
|
502
|
+
"Euro 6",
|
|
503
|
+
"Euro V",
|
|
504
|
+
"Euro VI",
|
|
505
|
+
"Full Electric"
|
|
506
|
+
]
|
|
507
|
+
}
|
|
468
508
|
]
|
|
469
509
|
},
|
|
470
510
|
"techRecord_fuelPropulsionSystem": {
|
|
471
|
-
"
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
511
|
+
"anyOf": [
|
|
512
|
+
{
|
|
513
|
+
"type": "null"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"title": "Fuel Propulsion System",
|
|
517
|
+
"type": "string",
|
|
518
|
+
"enum": [
|
|
519
|
+
"DieselPetrol",
|
|
520
|
+
"Diesel",
|
|
521
|
+
"Petrol",
|
|
522
|
+
"Hybrid",
|
|
523
|
+
"Electric",
|
|
524
|
+
"CNG",
|
|
525
|
+
"Fuel cell",
|
|
526
|
+
"LNG",
|
|
527
|
+
"Other"
|
|
528
|
+
]
|
|
529
|
+
}
|
|
483
530
|
]
|
|
484
531
|
},
|
|
485
532
|
"techRecord_emissionsLimit": {
|
|
@@ -599,9 +646,6 @@
|
|
|
599
646
|
"maximum": 99999,
|
|
600
647
|
"minimum": 0
|
|
601
648
|
},
|
|
602
|
-
"techRecord_dimensions": {
|
|
603
|
-
"type": "null"
|
|
604
|
-
},
|
|
605
649
|
"techRecord_dimensions_length": {
|
|
606
650
|
"type": [
|
|
607
651
|
"integer",
|
|
@@ -921,9 +965,6 @@
|
|
|
921
965
|
"maximum": 99999,
|
|
922
966
|
"minimum": 0
|
|
923
967
|
},
|
|
924
|
-
"techRecord_microfilm": {
|
|
925
|
-
"type": "null"
|
|
926
|
-
},
|
|
927
968
|
"techRecord_microfilmDocumentType": {
|
|
928
969
|
"anyOf": [
|
|
929
970
|
{
|
|
@@ -1014,17 +1055,24 @@
|
|
|
1014
1055
|
},
|
|
1015
1056
|
"createdTimestamp": {
|
|
1016
1057
|
"type": [
|
|
1058
|
+
"null",
|
|
1017
1059
|
"string"
|
|
1018
1060
|
]
|
|
1019
1061
|
},
|
|
1020
1062
|
"secondaryVrms": {
|
|
1021
|
-
"type":
|
|
1063
|
+
"type": [
|
|
1064
|
+
"null",
|
|
1065
|
+
"array"
|
|
1066
|
+
],
|
|
1022
1067
|
"items": {
|
|
1023
1068
|
"type": "string"
|
|
1024
1069
|
}
|
|
1025
1070
|
},
|
|
1026
1071
|
"techRecord_updateType": {
|
|
1027
|
-
"type":
|
|
1072
|
+
"type": [
|
|
1073
|
+
"null",
|
|
1074
|
+
"string"
|
|
1075
|
+
]
|
|
1028
1076
|
}
|
|
1029
1077
|
}
|
|
1030
1078
|
}
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
"type": "object",
|
|
4
4
|
"additionalProperties": false,
|
|
5
5
|
"required": [
|
|
6
|
-
"systemNumber",
|
|
7
6
|
"techRecord_bodyMake",
|
|
8
7
|
"techRecord_bodyType_description",
|
|
9
8
|
"techRecord_brakes_dtpNumber",
|
|
@@ -26,10 +25,16 @@
|
|
|
26
25
|
]
|
|
27
26
|
},
|
|
28
27
|
"systemNumber": {
|
|
29
|
-
"type":
|
|
28
|
+
"type": [
|
|
29
|
+
"null",
|
|
30
|
+
"string"
|
|
31
|
+
]
|
|
30
32
|
},
|
|
31
33
|
"primaryVrm": {
|
|
32
|
-
"type":
|
|
34
|
+
"type": [
|
|
35
|
+
"null",
|
|
36
|
+
"string"
|
|
37
|
+
]
|
|
33
38
|
},
|
|
34
39
|
"techRecord_vehicleType": {
|
|
35
40
|
"const": "psv"
|
|
@@ -47,7 +52,10 @@
|
|
|
47
52
|
"type": "string"
|
|
48
53
|
},
|
|
49
54
|
"techRecord_createdAt": {
|
|
50
|
-
"type":
|
|
55
|
+
"type": [
|
|
56
|
+
"null",
|
|
57
|
+
"string"
|
|
58
|
+
]
|
|
51
59
|
},
|
|
52
60
|
"techRecord_vehicleConfiguration": {
|
|
53
61
|
"anyOf": [
|
|
@@ -108,7 +116,10 @@
|
|
|
108
116
|
]
|
|
109
117
|
},
|
|
110
118
|
"techRecord_vehicleClass_code": {
|
|
111
|
-
"type":
|
|
119
|
+
"type": [
|
|
120
|
+
"null",
|
|
121
|
+
"string"
|
|
122
|
+
]
|
|
112
123
|
},
|
|
113
124
|
"techRecord_vehicleClass_description": {
|
|
114
125
|
"title": "Vehicle Class Description",
|
|
@@ -128,10 +139,16 @@
|
|
|
128
139
|
]
|
|
129
140
|
},
|
|
130
141
|
"techRecord_hiddenInVta": {
|
|
131
|
-
"type":
|
|
142
|
+
"type": [
|
|
143
|
+
"null",
|
|
144
|
+
"boolean"
|
|
145
|
+
]
|
|
132
146
|
},
|
|
133
147
|
"techRecord_recordCompleteness": {
|
|
134
|
-
"type":
|
|
148
|
+
"type": [
|
|
149
|
+
"null",
|
|
150
|
+
"string"
|
|
151
|
+
]
|
|
135
152
|
},
|
|
136
153
|
"techRecord_euVehicleCategory": {
|
|
137
154
|
"anyOf": [
|
|
@@ -298,7 +315,10 @@
|
|
|
298
315
|
]
|
|
299
316
|
},
|
|
300
317
|
"techRecord_bodyType_code": {
|
|
301
|
-
"type":
|
|
318
|
+
"type": [
|
|
319
|
+
"null",
|
|
320
|
+
"string"
|
|
321
|
+
]
|
|
302
322
|
},
|
|
303
323
|
"techRecord_functionCode": {
|
|
304
324
|
"type": [
|
|
@@ -444,9 +464,6 @@
|
|
|
444
464
|
],
|
|
445
465
|
"maxLength": 1024
|
|
446
466
|
},
|
|
447
|
-
"techRecord_dda": {
|
|
448
|
-
"type": "null"
|
|
449
|
-
},
|
|
450
467
|
"techRecord_standingCapacity": {
|
|
451
468
|
"type": [
|
|
452
469
|
"integer",
|
|
@@ -647,9 +664,6 @@
|
|
|
647
664
|
"maximum": 99999,
|
|
648
665
|
"minimum": 0
|
|
649
666
|
},
|
|
650
|
-
"techRecord_dimensions": {
|
|
651
|
-
"type": "null"
|
|
652
|
-
},
|
|
653
667
|
"techRecord_dimensions_length": {
|
|
654
668
|
"type": [
|
|
655
669
|
"integer",
|
|
@@ -697,7 +711,10 @@
|
|
|
697
711
|
"maxLength": 160
|
|
698
712
|
},
|
|
699
713
|
"techRecord_axles": {
|
|
700
|
-
"type":
|
|
714
|
+
"type": [
|
|
715
|
+
"null",
|
|
716
|
+
"array"
|
|
717
|
+
],
|
|
701
718
|
"items": {
|
|
702
719
|
"type": "object",
|
|
703
720
|
"title": "PSV Axles",
|
|
@@ -1006,9 +1023,6 @@
|
|
|
1006
1023
|
"maximum": 99999,
|
|
1007
1024
|
"minimum": 0
|
|
1008
1025
|
},
|
|
1009
|
-
"techRecord_microfilm": {
|
|
1010
|
-
"type": "null"
|
|
1011
|
-
},
|
|
1012
1026
|
"techRecord_microfilmDocumentType": {
|
|
1013
1027
|
"anyOf": [
|
|
1014
1028
|
{
|
|
@@ -1099,6 +1113,7 @@
|
|
|
1099
1113
|
},
|
|
1100
1114
|
"createdTimestamp": {
|
|
1101
1115
|
"type": [
|
|
1116
|
+
"null",
|
|
1102
1117
|
"string"
|
|
1103
1118
|
]
|
|
1104
1119
|
},
|
|
@@ -1112,7 +1127,10 @@
|
|
|
1112
1127
|
}
|
|
1113
1128
|
},
|
|
1114
1129
|
"techRecord_updateType": {
|
|
1115
|
-
"type":
|
|
1130
|
+
"type": [
|
|
1131
|
+
"null",
|
|
1132
|
+
"string"
|
|
1133
|
+
]
|
|
1116
1134
|
}
|
|
1117
1135
|
}
|
|
1118
1136
|
}
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
"additionalProperties": false,
|
|
5
5
|
"required": [
|
|
6
6
|
"vin",
|
|
7
|
-
"systemNumber",
|
|
8
7
|
"techRecord_vehicleConfiguration",
|
|
9
8
|
"techRecord_vehicleSize",
|
|
10
9
|
"techRecord_seatsLowerDeck",
|
|
@@ -27,10 +26,16 @@
|
|
|
27
26
|
]
|
|
28
27
|
},
|
|
29
28
|
"systemNumber": {
|
|
30
|
-
"type":
|
|
29
|
+
"type": [
|
|
30
|
+
"null",
|
|
31
|
+
"string"
|
|
32
|
+
]
|
|
31
33
|
},
|
|
32
34
|
"primaryVrm": {
|
|
33
|
-
"type":
|
|
35
|
+
"type": [
|
|
36
|
+
"null",
|
|
37
|
+
"string"
|
|
38
|
+
]
|
|
34
39
|
},
|
|
35
40
|
"techRecord_vehicleType": {
|
|
36
41
|
"const": "psv"
|
|
@@ -48,7 +53,10 @@
|
|
|
48
53
|
"type": "string"
|
|
49
54
|
},
|
|
50
55
|
"techRecord_createdAt": {
|
|
51
|
-
"type":
|
|
56
|
+
"type": [
|
|
57
|
+
"null",
|
|
58
|
+
"string"
|
|
59
|
+
]
|
|
52
60
|
},
|
|
53
61
|
"techRecord_vehicleConfiguration": {
|
|
54
62
|
"title": "Vehicle Configuration",
|
|
@@ -89,7 +97,10 @@
|
|
|
89
97
|
]
|
|
90
98
|
},
|
|
91
99
|
"techRecord_vehicleClass_code": {
|
|
92
|
-
"type":
|
|
100
|
+
"type": [
|
|
101
|
+
"null",
|
|
102
|
+
"string"
|
|
103
|
+
]
|
|
93
104
|
},
|
|
94
105
|
"techRecord_vehicleClass_description": {
|
|
95
106
|
"title": "Vehicle Class Description",
|
|
@@ -109,10 +120,16 @@
|
|
|
109
120
|
]
|
|
110
121
|
},
|
|
111
122
|
"techRecord_hiddenInVta": {
|
|
112
|
-
"type":
|
|
123
|
+
"type": [
|
|
124
|
+
"null",
|
|
125
|
+
"boolean"
|
|
126
|
+
]
|
|
113
127
|
},
|
|
114
128
|
"techRecord_recordCompleteness": {
|
|
115
|
-
"type":
|
|
129
|
+
"type": [
|
|
130
|
+
"null",
|
|
131
|
+
"string"
|
|
132
|
+
]
|
|
116
133
|
},
|
|
117
134
|
"techRecord_euVehicleCategory": {
|
|
118
135
|
"anyOf": [
|
|
@@ -425,9 +442,6 @@
|
|
|
425
442
|
],
|
|
426
443
|
"maxLength": 1024
|
|
427
444
|
},
|
|
428
|
-
"techRecord_dda": {
|
|
429
|
-
"type": "null"
|
|
430
|
-
},
|
|
431
445
|
"techRecord_standingCapacity": {
|
|
432
446
|
"type": [
|
|
433
447
|
"integer",
|
|
@@ -510,6 +524,7 @@
|
|
|
510
524
|
},
|
|
511
525
|
"techRecord_numberOfSeatbelts": {
|
|
512
526
|
"type": [
|
|
527
|
+
"null",
|
|
513
528
|
"string"
|
|
514
529
|
],
|
|
515
530
|
"maxLength": 99
|
|
@@ -627,9 +642,6 @@
|
|
|
627
642
|
"max": 99999,
|
|
628
643
|
"min": 0
|
|
629
644
|
},
|
|
630
|
-
"techRecord_dimensions": {
|
|
631
|
-
"type": "null"
|
|
632
|
-
},
|
|
633
645
|
"techRecord_dimensions_length": {
|
|
634
646
|
"type": [
|
|
635
647
|
"integer",
|
|
@@ -677,7 +689,10 @@
|
|
|
677
689
|
"maxLength": 160
|
|
678
690
|
},
|
|
679
691
|
"techRecord_axles": {
|
|
680
|
-
"type":
|
|
692
|
+
"type": [
|
|
693
|
+
"null",
|
|
694
|
+
"array"
|
|
695
|
+
],
|
|
681
696
|
"items": {
|
|
682
697
|
"type": "object",
|
|
683
698
|
"title": "PSV Axles",
|
|
@@ -986,9 +1001,6 @@
|
|
|
986
1001
|
"maximum": 99999,
|
|
987
1002
|
"minimum": 0
|
|
988
1003
|
},
|
|
989
|
-
"techRecord_microfilm": {
|
|
990
|
-
"type": "null"
|
|
991
|
-
},
|
|
992
1004
|
"techRecord_microfilmDocumentType": {
|
|
993
1005
|
"anyOf": [
|
|
994
1006
|
{
|
|
@@ -1079,20 +1091,30 @@
|
|
|
1079
1091
|
},
|
|
1080
1092
|
"createdTimestamp": {
|
|
1081
1093
|
"type": [
|
|
1094
|
+
"null",
|
|
1082
1095
|
"string"
|
|
1083
1096
|
]
|
|
1084
1097
|
},
|
|
1085
1098
|
"techRecord_applicationId": {
|
|
1086
|
-
"type":
|
|
1099
|
+
"type": [
|
|
1100
|
+
"null",
|
|
1101
|
+
"string"
|
|
1102
|
+
]
|
|
1087
1103
|
},
|
|
1088
1104
|
"secondaryVrms": {
|
|
1089
|
-
"type":
|
|
1105
|
+
"type": [
|
|
1106
|
+
"null",
|
|
1107
|
+
"array"
|
|
1108
|
+
],
|
|
1090
1109
|
"items": {
|
|
1091
1110
|
"type": "string"
|
|
1092
1111
|
}
|
|
1093
1112
|
},
|
|
1094
1113
|
"techRecord_updateType": {
|
|
1095
|
-
"type":
|
|
1114
|
+
"type": [
|
|
1115
|
+
"null",
|
|
1116
|
+
"string"
|
|
1117
|
+
]
|
|
1096
1118
|
}
|
|
1097
1119
|
}
|
|
1098
1120
|
}
|