@dvsa/cvs-type-definitions 7.6.0 → 7.6.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.
@@ -652,1098 +652,7 @@
652
652
  },
653
653
  "testResultsHistory": {
654
654
  "type": "array",
655
- "items": {
656
- "title": "Test Result Schema",
657
- "type": "object",
658
- "properties": {
659
- "testResultId": {
660
- "type": "string"
661
- },
662
- "testStationName": {
663
- "type": [
664
- "string",
665
- "null"
666
- ],
667
- "maxLength": 999
668
- },
669
- "testStationPNumber": {
670
- "type": [
671
- "string",
672
- "null"
673
- ],
674
- "maxLength": 20
675
- },
676
- "testStationType": {
677
- "anyOf": [
678
- {
679
- "title": "Test Station Types",
680
- "type": "string",
681
- "tsEnumNames": [
682
- "ATF",
683
- "GVTS",
684
- "HQ",
685
- "POTF",
686
- "VEF"
687
- ],
688
- "enum": [
689
- "atf",
690
- "gvts",
691
- "hq",
692
- "potf",
693
- "vef"
694
- ]
695
- }
696
- ]
697
- },
698
- "testerName": {
699
- "type": [
700
- "string",
701
- "null"
702
- ],
703
- "maxLength": 60
704
- },
705
- "testerStaffId": {
706
- "type": "string",
707
- "maxLength": 36
708
- },
709
- "testerEmailAddress": {
710
- "type": [
711
- "string",
712
- "null"
713
- ],
714
- "maxLength": 60
715
- },
716
- "testStartTimestamp": {
717
- "type": "string"
718
- },
719
- "testEndTimestamp": {
720
- "type": "string"
721
- },
722
- "testStatus": {
723
- "anyOf": [
724
- {
725
- "title": "Test Status",
726
- "type": "string",
727
- "tsEnumNames": [
728
- "SUBMITTED",
729
- "CANCELLED"
730
- ],
731
- "enum": [
732
- "submitted",
733
- "cancelled"
734
- ]
735
- }
736
- ]
737
- },
738
- "reasonForCancellation": {
739
- "type": [
740
- "string",
741
- "null"
742
- ]
743
- },
744
- "systemNumber": {
745
- "type": "string"
746
- },
747
- "vrm": {
748
- "type": "string",
749
- "maxLength": 9
750
- },
751
- "trailerId": {
752
- "type": "string"
753
- },
754
- "vin": {
755
- "type": "string",
756
- "maxLength": 21
757
- },
758
- "vehicleClass": {
759
- "title": "Vehicle Class Schema",
760
- "type": "object",
761
- "properties": {
762
- "code": {
763
- "type": "string"
764
- },
765
- "description": {
766
- "type": "string"
767
- }
768
- },
769
- "additionalProperties": false,
770
- "required": [
771
- "code",
772
- "description"
773
- ]
774
- },
775
- "vehicleSubclass": {
776
- "type": "array",
777
- "items": {
778
- "type": "string"
779
- }
780
- },
781
- "vehicleType": {
782
- "anyOf": [
783
- {
784
- "title": "Vehicle Type",
785
- "type": "string",
786
- "enum": [
787
- "psv",
788
- "trl",
789
- "hgv",
790
- "car",
791
- "lgv",
792
- "motorcycle"
793
- ]
794
- }
795
- ]
796
- },
797
- "vehicleConfiguration": {
798
- "type": "string"
799
- },
800
- "odometerReading": {
801
- "type": [
802
- "number",
803
- "null"
804
- ]
805
- },
806
- "odometerReadingUnits": {
807
- "anyOf": [
808
- {
809
- "title": "Odometer Reading Units",
810
- "type": "string",
811
- "tsEnumNames": [
812
- "KILOMETRES",
813
- "MILES"
814
- ],
815
- "enum": [
816
- "kilometres",
817
- "miles"
818
- ]
819
- },
820
- {
821
- "type": "null"
822
- }
823
- ]
824
- },
825
- "preparerId": {
826
- "type": [
827
- "string",
828
- "null"
829
- ]
830
- },
831
- "preparerName": {
832
- "type": [
833
- "string",
834
- "null"
835
- ]
836
- },
837
- "euVehicleCategory": {
838
- "anyOf": [
839
- {
840
- "title": "EU vehicle category",
841
- "type": "string",
842
- "tsEnumNames": [
843
- "M1",
844
- "M2",
845
- "M3",
846
- "N1",
847
- "N2",
848
- "N3",
849
- "O1",
850
- "O2",
851
- "O3",
852
- "O4",
853
- "L1E_A",
854
- "l1E",
855
- "L2e",
856
- "L3E",
857
- "L4E",
858
- "L5E",
859
- "L6E",
860
- "L7E"
861
- ],
862
- "enum": [
863
- "m1",
864
- "m2",
865
- "m3",
866
- "n1",
867
- "n2",
868
- "n3",
869
- "o1",
870
- "o2",
871
- "o3",
872
- "o4",
873
- "l1e-a",
874
- "l1e",
875
- "l2e",
876
- "l3e",
877
- "l4e",
878
- "l5e",
879
- "l6e",
880
- "l7e"
881
- ]
882
- }
883
- ]
884
- },
885
- "countryOfRegistration": {
886
- "type": [
887
- "string",
888
- "null"
889
- ]
890
- },
891
- "noOfAxles": {
892
- "type": "integer",
893
- "maximum": 99
894
- },
895
- "numberOfWheelsDriven": {
896
- "type": [
897
- "integer",
898
- "null"
899
- ]
900
- },
901
- "vehicleSize": {
902
- "type": "string"
903
- },
904
- "numberOfSeats": {
905
- "type": "integer"
906
- },
907
- "regnDate": {
908
- "type": [
909
- "string",
910
- "null"
911
- ]
912
- },
913
- "firstUseDate": {
914
- "type": [
915
- "string",
916
- "null"
917
- ]
918
- },
919
- "testTypes": {
920
- "type": "array",
921
- "items": {
922
- "title": "Test Type Schema",
923
- "type": "object",
924
- "properties": {
925
- "testTypeName": {
926
- "type": [
927
- "string",
928
- "null"
929
- ]
930
- },
931
- "name": {
932
- "type": "string"
933
- },
934
- "testTypeId": {
935
- "type": "string"
936
- },
937
- "certificateNumber": {
938
- "type": [
939
- "string",
940
- "null"
941
- ]
942
- },
943
- "secondaryCertificateNumber": {
944
- "type": [
945
- "string",
946
- "null"
947
- ]
948
- },
949
- "testTypeStartTimestamp": {
950
- "type": [
951
- "string",
952
- "null"
953
- ]
954
- },
955
- "testTypeEndTimestamp": {
956
- "type": [
957
- "string",
958
- "null"
959
- ]
960
- },
961
- "testResult": {
962
- "anyOf": [
963
- {
964
- "type:": "null"
965
- },
966
- {
967
- "title": "Test Results",
968
- "type": "string",
969
- "tsEnumNames": [
970
- "PASS",
971
- "PRS",
972
- "FAIL",
973
- "ABANDONED"
974
- ],
975
- "enum": [
976
- "pass",
977
- "prs",
978
- "fail",
979
- "abandoned"
980
- ]
981
- }
982
- ]
983
- },
984
- "prohibitionIssued": {
985
- "type": [
986
- "boolean",
987
- "null"
988
- ]
989
- },
990
- "reasonForAbandoning": {
991
- "type": [
992
- "string",
993
- "null"
994
- ]
995
- },
996
- "additionalNotesRecorded": {
997
- "type": [
998
- "string",
999
- "null"
1000
- ],
1001
- "maxLength": 500
1002
- },
1003
- "additionalCommentsForAbandon": {
1004
- "type": [
1005
- "string",
1006
- "null"
1007
- ],
1008
- "maxLength": 500
1009
- },
1010
- "numberOfSeatbeltsFitted": {
1011
- "type": [
1012
- "integer",
1013
- "null"
1014
- ]
1015
- },
1016
- "lastSeatbeltInstallationCheckDate": {
1017
- "type": [
1018
- "string",
1019
- "null"
1020
- ]
1021
- },
1022
- "seatbeltInstallationCheckDate": {
1023
- "type": [
1024
- "boolean",
1025
- "null"
1026
- ]
1027
- },
1028
- "testExpiryDate": {
1029
- "type": "string"
1030
- },
1031
- "testAnniversaryDate": {
1032
- "type": [
1033
- "string",
1034
- "null"
1035
- ]
1036
- },
1037
- "modType": {
1038
- "anyOf": [
1039
- {
1040
- "title": "Mod Type Schema",
1041
- "type": "object",
1042
- "properties": {
1043
- "code": {
1044
- "type": "string"
1045
- },
1046
- "description": {
1047
- "type": "string"
1048
- }
1049
- },
1050
- "required": [
1051
- "code",
1052
- "description"
1053
- ],
1054
- "additionalProperties": false
1055
- },
1056
- {
1057
- "type": "string"
1058
- },
1059
- {
1060
- "type": "null"
1061
- }
1062
- ]
1063
- },
1064
- "emissionStandard": {
1065
- "anyOf": [
1066
- {
1067
- "type:": "null"
1068
- },
1069
- {
1070
- "title": "Emission Standards",
1071
- "type": "string",
1072
- "tsEnumNames": [
1073
- "EURO3_PM",
1074
- "EURO4_PM",
1075
- "EURO3",
1076
- "EURO4",
1077
- "EURO5",
1078
- "EURO6",
1079
- "EUROV",
1080
- "EUROVI",
1081
- "FULL_ELECTRIC"
1082
- ],
1083
- "enum": [
1084
- "0.10 g/kWh Euro 3 PM",
1085
- "0.03 g/kWh Euro IV PM'",
1086
- "Euro 3",
1087
- "Euro 4",
1088
- "Euro 5",
1089
- "Euro 6",
1090
- "Euro V",
1091
- "Euro VI",
1092
- "Full Electric"
1093
- ]
1094
- }
1095
- ]
1096
- },
1097
- "fuelType": {
1098
- "anyOf": [
1099
- {
1100
- "type:": "null"
1101
- },
1102
- {
1103
- "title": "Fuel Type",
1104
- "type": "string",
1105
- "tsEnumNames": [
1106
- "DIESEL",
1107
- "GAS_CNG",
1108
- "GAS_LNG",
1109
- "GAS_LPG",
1110
- "PETROL",
1111
- "FUEL_CELL",
1112
- "FULL_ELECTRIC"
1113
- ],
1114
- "enum": [
1115
- "diesel",
1116
- "gas-cng",
1117
- "gas-lng",
1118
- "gas-lpg",
1119
- "petrol",
1120
- "fuel cell",
1121
- "full electric"
1122
- ]
1123
- }
1124
- ]
1125
- },
1126
- "modificationTypeUsed": {
1127
- "type": [
1128
- "string",
1129
- "null"
1130
- ],
1131
- "maxLength": 100
1132
- },
1133
- "smokeTestKLimitApplied": {
1134
- "type": [
1135
- "string",
1136
- "null"
1137
- ],
1138
- "maxLength": 100
1139
- },
1140
- "particulateTrapFitted": {
1141
- "type": [
1142
- "string",
1143
- "null"
1144
- ],
1145
- "maxLength": 100
1146
- },
1147
- "particulateTrapSerialNumber": {
1148
- "type": [
1149
- "string",
1150
- "null"
1151
- ],
1152
- "maxLength": 100
1153
- },
1154
- "defects": {
1155
- "type": [
1156
- "array"
1157
- ],
1158
- "items": {
1159
- "title": "Defect Details Schema",
1160
- "type": "object",
1161
- "properties": {
1162
- "imNumber": {
1163
- "type": "integer"
1164
- },
1165
- "imDescription": {
1166
- "type": "string"
1167
- },
1168
- "additionalInformation": {
1169
- "properties": {
1170
- "location": {
1171
- "title": "Defect Location Schema",
1172
- "type": "object",
1173
- "properties": {
1174
- "vertical": {
1175
- "type": [
1176
- "string",
1177
- "null"
1178
- ]
1179
- },
1180
- "horizontal": {
1181
- "type": [
1182
- "string",
1183
- "null"
1184
- ]
1185
- },
1186
- "lateral": {
1187
- "type": [
1188
- "string",
1189
- "null"
1190
- ]
1191
- },
1192
- "longitudinal": {
1193
- "type": [
1194
- "string",
1195
- "null"
1196
- ]
1197
- },
1198
- "rowNumber": {
1199
- "type": [
1200
- "integer",
1201
- "null"
1202
- ]
1203
- },
1204
- "seatNumber": {
1205
- "type": [
1206
- "integer",
1207
- "null"
1208
- ]
1209
- },
1210
- "axleNumber": {
1211
- "type": [
1212
- "integer",
1213
- "null"
1214
- ]
1215
- }
1216
- },
1217
- "additionalProperties": false
1218
- },
1219
- "notes": {
1220
- "type": "string"
1221
- }
1222
- },
1223
- "additionalProperties": false,
1224
- "required": [
1225
- "location",
1226
- "notes"
1227
- ]
1228
- },
1229
- "itemNumber": {
1230
- "type": "integer"
1231
- },
1232
- "itemDescription": {
1233
- "type": "string"
1234
- },
1235
- "deficiencyRef": {
1236
- "type": "string"
1237
- },
1238
- "deficiencyId": {
1239
- "type": [
1240
- "string",
1241
- "null"
1242
- ]
1243
- },
1244
- "deficiencySubId": {
1245
- "type": [
1246
- "string",
1247
- "null"
1248
- ]
1249
- },
1250
- "deficiencyCategory": {
1251
- "type": "string"
1252
- },
1253
- "deficiencyText": {
1254
- "type": [
1255
- "string",
1256
- "null"
1257
- ]
1258
- },
1259
- "stdForProhibition": {
1260
- "type": [
1261
- "boolean",
1262
- "null"
1263
- ]
1264
- },
1265
- "prs": {
1266
- "type": [
1267
- "boolean",
1268
- "null"
1269
- ]
1270
- },
1271
- "prohibitionIssued": {
1272
- "type": [
1273
- "boolean",
1274
- "null"
1275
- ]
1276
- },
1277
- "metadata": {
1278
- "title": "Defect Metadata Schema",
1279
- "type": "object",
1280
- "properties": {
1281
- "category": {
1282
- "properties": {
1283
- "additionalInfo": {
1284
- "title": "Defect Additional Details Metadata Schema",
1285
- "type": "object",
1286
- "properties": {
1287
- "location": {
1288
- "title": "Defect Location Metadata Schema",
1289
- "type": "object",
1290
- "properties": {
1291
- "vertical": {
1292
- "anyOf": [
1293
- {
1294
- "type": "array",
1295
- "items": {
1296
- "type": "string"
1297
- }
1298
- },
1299
- {
1300
- "type": "null"
1301
- }
1302
- ]
1303
- },
1304
- "horizontal": {
1305
- "anyOf": [
1306
- {
1307
- "type": "array",
1308
- "items": {
1309
- "type": "string"
1310
- }
1311
- },
1312
- {
1313
- "type": "null"
1314
- }
1315
- ]
1316
- },
1317
- "lateral": {
1318
- "anyOf": [
1319
- {
1320
- "type": "array",
1321
- "items": {
1322
- "type": "string"
1323
- }
1324
- },
1325
- {
1326
- "type": "null"
1327
- }
1328
- ]
1329
- },
1330
- "longitudinal": {
1331
- "anyOf": [
1332
- {
1333
- "type": "array",
1334
- "items": {
1335
- "type": "string"
1336
- }
1337
- },
1338
- {
1339
- "type": "null"
1340
- }
1341
- ]
1342
- },
1343
- "rowNumber": {
1344
- "anyOf": [
1345
- {
1346
- "type": "array",
1347
- "items": {
1348
- "type": "number"
1349
- }
1350
- },
1351
- {
1352
- "type": "null"
1353
- }
1354
- ]
1355
- },
1356
- "seatNumber": {
1357
- "anyOf": [
1358
- {
1359
- "type": "array",
1360
- "items": {
1361
- "type": "integer"
1362
- }
1363
- },
1364
- {
1365
- "type": "null"
1366
- }
1367
- ]
1368
- },
1369
- "axleNumber": {
1370
- "anyOf": [
1371
- {
1372
- "type": "array",
1373
- "items": {
1374
- "type": "number"
1375
- }
1376
- },
1377
- {
1378
- "type": "null"
1379
- }
1380
- ]
1381
- }
1382
- },
1383
- "additionalProperties": false
1384
- },
1385
- "notes": {
1386
- "type": "boolean"
1387
- }
1388
- },
1389
- "additionalProperties": false,
1390
- "required": [
1391
- "location",
1392
- "notes"
1393
- ]
1394
- }
1395
- },
1396
- "additionalProperties": false
1397
- }
1398
- },
1399
- "additionalProperties": false,
1400
- "required": [
1401
- "category"
1402
- ]
1403
- }
1404
- },
1405
- "additionalProperties": false,
1406
- "required": [
1407
- "imNumber",
1408
- "imDescription",
1409
- "additionalInformation",
1410
- "itemNumber",
1411
- "itemDescription",
1412
- "deficiencyRef",
1413
- "deficiencyId",
1414
- "deficiencySubId",
1415
- "deficiencyCategory",
1416
- "deficiencyText",
1417
- "stdForProhibition",
1418
- "prs",
1419
- "prohibitionIssued",
1420
- "metadata"
1421
- ]
1422
- }
1423
- },
1424
- "customDefects": {
1425
- "type": [
1426
- "array",
1427
- "null"
1428
- ],
1429
- "items": {
1430
- "title": "Specialist Custom Defects Schema",
1431
- "type": "object",
1432
- "properties": {
1433
- "referenceNumber": {
1434
- "type": "string"
1435
- },
1436
- "defectName": {
1437
- "type": "string"
1438
- },
1439
- "defectNotes": {
1440
- "type": "string"
1441
- },
1442
- "hasAllMandatoryFields": {
1443
- "type": "boolean",
1444
- "description": "FE only"
1445
- }
1446
- },
1447
- "additionalProperties": false,
1448
- "required": [
1449
- "referenceNumber",
1450
- "defectName",
1451
- "defectNotes"
1452
- ]
1453
- }
1454
- },
1455
- "requiredStandards": {
1456
- "type": [
1457
- "array"
1458
- ],
1459
- "items": {
1460
- "title": "Specialist Custom Defects Schema Put",
1461
- "type": "object",
1462
- "properties": {
1463
- "sectionNumber": {
1464
- "type": "string"
1465
- },
1466
- "sectionDescription": {
1467
- "type": "string"
1468
- },
1469
- "additionalNotes": {
1470
- "type": [
1471
- "string",
1472
- "null"
1473
- ]
1474
- },
1475
- "rsNumber": {
1476
- "type": "integer"
1477
- },
1478
- "requiredStandard": {
1479
- "type": "string"
1480
- },
1481
- "refCalculation": {
1482
- "type": "string"
1483
- },
1484
- "additionalInfo": {
1485
- "type": "boolean"
1486
- },
1487
- "inspectionTypes": {
1488
- "type": "array",
1489
- "items": {
1490
- "anyOf": [
1491
- {
1492
- "title": "Inspection Type",
1493
- "type": "string",
1494
- "enum": [
1495
- "basic",
1496
- "normal"
1497
- ]
1498
- }
1499
- ]
1500
- }
1501
- },
1502
- "prs": {
1503
- "type": "boolean"
1504
- }
1505
- },
1506
- "additionalProperties": false,
1507
- "required": [
1508
- "sectionNumber",
1509
- "sectionDescription",
1510
- "rsNumber",
1511
- "requiredStandard",
1512
- "refCalculation",
1513
- "additionalInfo",
1514
- "referenceNumber",
1515
- "prs"
1516
- ]
1517
- }
1518
- },
1519
- "testNumber": {
1520
- "type": [
1521
- "string",
1522
- "null"
1523
- ]
1524
- },
1525
- "reapplicationDate": {
1526
- "type": [
1527
- "string",
1528
- "null"
1529
- ]
1530
- },
1531
- "testCode": {
1532
- "type": [
1533
- "string",
1534
- "null"
1535
- ]
1536
- },
1537
- "lastUpdatedAt": {
1538
- "type": [
1539
- "string",
1540
- "date",
1541
- "null"
1542
- ]
1543
- },
1544
- "createdAt": {
1545
- "type": [
1546
- "string",
1547
- "date",
1548
- "null"
1549
- ]
1550
- },
1551
- "testTypeClassification": {
1552
- "type": [
1553
- "string",
1554
- "null"
1555
- ]
1556
- },
1557
- "deletionFlag": {
1558
- "type": [
1559
- "string",
1560
- "null"
1561
- ]
1562
- },
1563
- "centralDocs": {
1564
- "properties": {
1565
- "issueRequired": {
1566
- "type": "boolean"
1567
- },
1568
- "notes": {
1569
- "type": "string"
1570
- },
1571
- "reasonsForIssue": {
1572
- "type": "array",
1573
- "items": {
1574
- "type": "string"
1575
- }
1576
- }
1577
- },
1578
- "additionalProperties": false,
1579
- "required": [
1580
- "issueRequired",
1581
- "reasonsForIssue"
1582
- ]
1583
- }
1584
- },
1585
- "required": [
1586
- "testTypeName",
1587
- "name",
1588
- "testTypeId",
1589
- "certificateNumber",
1590
- "secondaryCertificateNumber",
1591
- "testTypeStartTimestamp",
1592
- "testTypeEndTimestamp",
1593
- "testResult",
1594
- "prohibitionIssued",
1595
- "reasonForAbandoning",
1596
- "additionalNotesRecorded",
1597
- "additionalCommentsForAbandon",
1598
- "defects"
1599
- ],
1600
- "additionalProperties": false
1601
- }
1602
- },
1603
- "reasonForCreation": {
1604
- "type": "string",
1605
- "maxLength": 100
1606
- },
1607
- "createdAt": {
1608
- "type": [
1609
- "string",
1610
- "null"
1611
- ]
1612
- },
1613
- "createdByEmailAddress": {
1614
- "type": "string"
1615
- },
1616
- "createdByName": {
1617
- "type": "string"
1618
- },
1619
- "createdById": {
1620
- "type": "string"
1621
- },
1622
- "lastUpdatedAt": {
1623
- "type": [
1624
- "string",
1625
- "null"
1626
- ]
1627
- },
1628
- "lastUpdatedByEmailAddress": {
1629
- "type": "string"
1630
- },
1631
- "lastUpdatedByName": {
1632
- "type": "string"
1633
- },
1634
- "lastUpdatedById": {
1635
- "type": "string"
1636
- },
1637
- "shouldEmailCertificate": {
1638
- "type": "string"
1639
- },
1640
- "contingencyTestNumber": {
1641
- "type": [
1642
- "string",
1643
- "null"
1644
- ],
1645
- "maxLength": 8,
1646
- "minLength": 6
1647
- },
1648
- "typeOfTest": {
1649
- "anyOf": [
1650
- {
1651
- "title": "Type of test",
1652
- "type": "string",
1653
- "tsEnumNames": [
1654
- "CONTINGENCY",
1655
- "DESK_BASED",
1656
- "COMPLETION"
1657
- ],
1658
- "enum": [
1659
- "contingency",
1660
- "desk-based",
1661
- "completion"
1662
- ]
1663
- }
1664
- ]
1665
- },
1666
- "source": {
1667
- "anyOf": [
1668
- {
1669
- "title": "Test Sources",
1670
- "type": "string",
1671
- "tsEnumNames": [
1672
- "VTM",
1673
- "VTA"
1674
- ],
1675
- "enum": [
1676
- "vtm",
1677
- "vta"
1678
- ]
1679
- }
1680
- ]
1681
- },
1682
- "make": {
1683
- "type": [
1684
- "string",
1685
- "null"
1686
- ]
1687
- },
1688
- "model": {
1689
- "type": [
1690
- "string",
1691
- "null"
1692
- ]
1693
- },
1694
- "bodyType": {
1695
- "title": "Body Type Schema",
1696
- "type": "object",
1697
- "properties": {
1698
- "code": {
1699
- "type": [
1700
- "string",
1701
- "null"
1702
- ]
1703
- },
1704
- "description": {
1705
- "type": [
1706
- "string",
1707
- "null"
1708
- ]
1709
- }
1710
- },
1711
- "additionalProperties": false
1712
- },
1713
- "vehicleId": {
1714
- "type": [
1715
- "string",
1716
- "null"
1717
- ]
1718
- }
1719
- },
1720
- "additionalProperties": false,
1721
- "required": [
1722
- "testResultId",
1723
- "testStationName",
1724
- "testStationPNumber",
1725
- "testStationType",
1726
- "testerName",
1727
- "testerStaffId",
1728
- "testerEmailAddress",
1729
- "testStartTimestamp",
1730
- "testEndTimestamp",
1731
- "testStatus",
1732
- "reasonForCancellation",
1733
- "systemNumber",
1734
- "vin",
1735
- "vehicleClass",
1736
- "vehicleType",
1737
- "vehicleConfiguration",
1738
- "preparerId",
1739
- "preparerName",
1740
- "euVehicleCategory",
1741
- "countryOfRegistration",
1742
- "noOfAxles",
1743
- "numberOfWheelsDriven",
1744
- "testTypes"
1745
- ]
1746
- }
655
+ "items": {}
1747
656
  },
1748
657
  "countryOfRegistration": {
1749
658
  "type": "string"