@dvsa/cvs-type-definitions 2.0.21 → 2.0.23
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 +3 -0
- package/json-schemas/v3/tech-record/get/car/skeleton/index.json +3 -0
- package/json-schemas/v3/tech-record/get/hgv/complete/index.json +16 -16
- package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +16 -16
- package/json-schemas/v3/tech-record/get/hgv/testable/index.json +16 -16
- package/json-schemas/v3/tech-record/get/lgv/complete/index.json +3 -0
- package/json-schemas/v3/tech-record/get/lgv/skeleton/index.json +3 -0
- package/json-schemas/v3/tech-record/get/motorcycle/complete/index.json +3 -0
- package/json-schemas/v3/tech-record/get/motorcycle/skeleton/index.json +3 -0
- package/json-schemas/v3/tech-record/get/psv/complete/index.json +24 -24
- package/json-schemas/v3/tech-record/get/psv/skeleton/index.json +13 -13
- package/json-schemas/v3/tech-record/get/psv/testable/index.json +13 -13
- package/json-schemas/v3/tech-record/get/trl/complete/index.json +26 -26
- package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +5 -5
- package/json-schemas/v3/tech-record/get/trl/testable/index.json +19 -19
- package/json-schemas/v3/tech-record/put/car/complete/index.json +3 -0
- package/json-schemas/v3/tech-record/put/car/skeleton/index.json +3 -0
- package/json-schemas/v3/tech-record/put/hgv/complete/index.json +17 -17
- package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +16 -16
- package/json-schemas/v3/tech-record/put/hgv/testable/index.json +16 -16
- package/json-schemas/v3/tech-record/put/lgv/complete/index.json +3 -0
- package/json-schemas/v3/tech-record/put/lgv/skeleton/index.json +3 -0
- package/json-schemas/v3/tech-record/put/psv/complete/index.json +24 -24
- package/json-schemas/v3/tech-record/put/psv/skeleton/index.json +13 -13
- package/json-schemas/v3/tech-record/put/psv/testable/index.json +13 -13
- package/json-schemas/v3/tech-record/put/trl/complete/index.json +25 -25
- package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +5 -5
- package/json-schemas/v3/tech-record/put/trl/testable/index.json +19 -19
- package/package.json +1 -1
- package/types/v3/tech-record/get/car/complete/index.d.ts +1 -0
- package/types/v3/tech-record/get/car/skeleton/index.d.ts +1 -0
- package/types/v3/tech-record/get/hgv/complete/index.d.ts +15 -15
- package/types/v3/tech-record/get/hgv/skeleton/index.d.ts +16 -16
- package/types/v3/tech-record/get/hgv/testable/index.d.ts +16 -16
- package/types/v3/tech-record/get/lgv/complete/index.d.ts +1 -0
- package/types/v3/tech-record/get/lgv/skeleton/index.d.ts +1 -0
- package/types/v3/tech-record/get/motorcycle/complete/index.d.ts +1 -0
- package/types/v3/tech-record/get/motorcycle/skeleton/index.d.ts +1 -0
- package/types/v3/tech-record/get/psv/complete/index.d.ts +13 -13
- package/types/v3/tech-record/get/psv/skeleton/index.d.ts +13 -13
- package/types/v3/tech-record/get/psv/testable/index.d.ts +13 -13
- package/types/v3/tech-record/get/trl/complete/index.d.ts +22 -22
- package/types/v3/tech-record/get/trl/skeleton/index.d.ts +5 -5
- package/types/v3/tech-record/get/trl/testable/index.d.ts +19 -19
- package/types/v3/tech-record/put/car/complete/index.d.ts +1 -0
- package/types/v3/tech-record/put/car/skeleton/index.d.ts +1 -0
- package/types/v3/tech-record/put/hgv/complete/index.d.ts +16 -16
- package/types/v3/tech-record/put/hgv/skeleton/index.d.ts +16 -16
- package/types/v3/tech-record/put/hgv/testable/index.d.ts +16 -16
- package/types/v3/tech-record/put/lgv/complete/index.d.ts +1 -0
- package/types/v3/tech-record/put/lgv/skeleton/index.d.ts +1 -0
- package/types/v3/tech-record/put/psv/complete/index.d.ts +13 -13
- package/types/v3/tech-record/put/psv/skeleton/index.d.ts +13 -13
- package/types/v3/tech-record/put/psv/testable/index.d.ts +13 -13
- package/types/v3/tech-record/put/trl/complete/index.d.ts +21 -21
- package/types/v3/tech-record/put/trl/skeleton/index.d.ts +5 -5
- package/types/v3/tech-record/put/trl/testable/index.d.ts +19 -19
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"techRecord_grossDesignWeight",
|
|
28
28
|
"techRecord_brakes_dtpNumber",
|
|
29
29
|
"techRecord_euVehicleCategory",
|
|
30
|
-
"
|
|
30
|
+
"techRecord_axles",
|
|
31
31
|
"techRecord_euroStandard",
|
|
32
32
|
"techRecord_regnDate",
|
|
33
33
|
"techRecord_speedLimiterMrk",
|
|
@@ -422,30 +422,30 @@
|
|
|
422
422
|
"techRecord_applicationId": {
|
|
423
423
|
"type": "string"
|
|
424
424
|
},
|
|
425
|
-
"
|
|
425
|
+
"techRecord_axles": {
|
|
426
426
|
"type": "array",
|
|
427
427
|
"items": {
|
|
428
428
|
"type": "object",
|
|
429
429
|
"title": "HGV Axles",
|
|
430
430
|
"additionalProperties": false,
|
|
431
431
|
"properties": {
|
|
432
|
-
"
|
|
432
|
+
"parkingBrakeMrk": {
|
|
433
433
|
"type": "boolean"
|
|
434
434
|
},
|
|
435
|
-
"
|
|
435
|
+
"axleNumber": {
|
|
436
436
|
"type": "integer"
|
|
437
437
|
},
|
|
438
|
-
"
|
|
438
|
+
"weights_gbWeight": {
|
|
439
439
|
"type": "integer",
|
|
440
440
|
"minimum": 0,
|
|
441
441
|
"maximum": 99999
|
|
442
442
|
},
|
|
443
|
-
"
|
|
443
|
+
"weights_designWeight": {
|
|
444
444
|
"type": "integer",
|
|
445
445
|
"minimum": 0,
|
|
446
446
|
"maximum": 99999
|
|
447
447
|
},
|
|
448
|
-
"
|
|
448
|
+
"weights_eecWeight": {
|
|
449
449
|
"type": [
|
|
450
450
|
"integer",
|
|
451
451
|
"null"
|
|
@@ -453,22 +453,22 @@
|
|
|
453
453
|
"minimum": 0,
|
|
454
454
|
"maximum": 99999
|
|
455
455
|
},
|
|
456
|
-
"
|
|
456
|
+
"tyres_tyreCode": {
|
|
457
457
|
"type": "integer",
|
|
458
458
|
"minimum": 0,
|
|
459
459
|
"maximum": 99999
|
|
460
460
|
},
|
|
461
|
-
"
|
|
461
|
+
"tyres_tyreSize": {
|
|
462
462
|
"type": "string",
|
|
463
463
|
"maxLength": 12
|
|
464
464
|
},
|
|
465
|
-
"
|
|
465
|
+
"tyres_plyRating": {
|
|
466
466
|
"type": [
|
|
467
467
|
"string",
|
|
468
468
|
"null"
|
|
469
469
|
]
|
|
470
470
|
},
|
|
471
|
-
"
|
|
471
|
+
"tyres_fitmentCode": {
|
|
472
472
|
"anyOf": [
|
|
473
473
|
{
|
|
474
474
|
"title": "Fitment Code",
|
|
@@ -816,27 +816,27 @@
|
|
|
816
816
|
"techRecord_offRoad": {
|
|
817
817
|
"type": "boolean"
|
|
818
818
|
},
|
|
819
|
-
"
|
|
819
|
+
"techRecord_plates": {
|
|
820
820
|
"type": "array",
|
|
821
821
|
"items": {
|
|
822
822
|
"type": "object",
|
|
823
823
|
"title": "HGV Plates",
|
|
824
824
|
"additionalProperties": false,
|
|
825
825
|
"properties": {
|
|
826
|
-
"
|
|
826
|
+
"plateSerialNumber": {
|
|
827
827
|
"type": [
|
|
828
828
|
"string",
|
|
829
829
|
"null"
|
|
830
830
|
],
|
|
831
831
|
"maxLength": 12
|
|
832
832
|
},
|
|
833
|
-
"
|
|
833
|
+
"plateIssueDate": {
|
|
834
834
|
"type": [
|
|
835
835
|
"string",
|
|
836
836
|
"null"
|
|
837
837
|
]
|
|
838
838
|
},
|
|
839
|
-
"
|
|
839
|
+
"reasonForIssue": {
|
|
840
840
|
"anyOf": [
|
|
841
841
|
{
|
|
842
842
|
"type": "null"
|
|
@@ -855,7 +855,7 @@
|
|
|
855
855
|
}
|
|
856
856
|
]
|
|
857
857
|
},
|
|
858
|
-
"
|
|
858
|
+
"plateIssuer": {
|
|
859
859
|
"type": [
|
|
860
860
|
"string",
|
|
861
861
|
"null"
|
|
@@ -395,26 +395,26 @@
|
|
|
395
395
|
"null"
|
|
396
396
|
]
|
|
397
397
|
},
|
|
398
|
-
"
|
|
398
|
+
"techRecord_axles": {
|
|
399
399
|
"type": "array",
|
|
400
400
|
"items": {
|
|
401
401
|
"type": "object",
|
|
402
402
|
"title": "HGV Axles",
|
|
403
403
|
"additionalProperties": false,
|
|
404
404
|
"properties": {
|
|
405
|
-
"
|
|
405
|
+
"parkingBrakeMrk": {
|
|
406
406
|
"type": [
|
|
407
407
|
"boolean",
|
|
408
408
|
"null"
|
|
409
409
|
]
|
|
410
410
|
},
|
|
411
|
-
"
|
|
411
|
+
"axleNumber": {
|
|
412
412
|
"type": [
|
|
413
413
|
"integer",
|
|
414
414
|
"null"
|
|
415
415
|
]
|
|
416
416
|
},
|
|
417
|
-
"
|
|
417
|
+
"weights_gbWeight": {
|
|
418
418
|
"type": [
|
|
419
419
|
"integer",
|
|
420
420
|
"null"
|
|
@@ -422,7 +422,7 @@
|
|
|
422
422
|
"minimum": 0,
|
|
423
423
|
"maximum": 99999
|
|
424
424
|
},
|
|
425
|
-
"
|
|
425
|
+
"weights_designWeight": {
|
|
426
426
|
"type": [
|
|
427
427
|
"integer",
|
|
428
428
|
"null"
|
|
@@ -430,7 +430,7 @@
|
|
|
430
430
|
"minimum": 0,
|
|
431
431
|
"maximum": 99999
|
|
432
432
|
},
|
|
433
|
-
"
|
|
433
|
+
"weights_eecWeight": {
|
|
434
434
|
"type": [
|
|
435
435
|
"integer",
|
|
436
436
|
"null"
|
|
@@ -438,7 +438,7 @@
|
|
|
438
438
|
"minimum": 0,
|
|
439
439
|
"maximum": 99999
|
|
440
440
|
},
|
|
441
|
-
"
|
|
441
|
+
"tyres_tyreCode": {
|
|
442
442
|
"type": [
|
|
443
443
|
"integer",
|
|
444
444
|
"null"
|
|
@@ -446,20 +446,20 @@
|
|
|
446
446
|
"minimum": 0,
|
|
447
447
|
"maximum": 99999
|
|
448
448
|
},
|
|
449
|
-
"
|
|
449
|
+
"tyres_tyreSize": {
|
|
450
450
|
"type": [
|
|
451
451
|
"string",
|
|
452
452
|
"null"
|
|
453
453
|
],
|
|
454
454
|
"maxLength": 12
|
|
455
455
|
},
|
|
456
|
-
"
|
|
456
|
+
"tyres_plyRating": {
|
|
457
457
|
"type": [
|
|
458
458
|
"string",
|
|
459
459
|
"null"
|
|
460
460
|
]
|
|
461
461
|
},
|
|
462
|
-
"
|
|
462
|
+
"tyres_fitmentCode": {
|
|
463
463
|
"anyOf": [
|
|
464
464
|
{
|
|
465
465
|
"type": "null"
|
|
@@ -474,7 +474,7 @@
|
|
|
474
474
|
}
|
|
475
475
|
]
|
|
476
476
|
},
|
|
477
|
-
"
|
|
477
|
+
"tyres_dataTrAxles": {
|
|
478
478
|
"type": [
|
|
479
479
|
"null",
|
|
480
480
|
"integer"
|
|
@@ -865,27 +865,27 @@
|
|
|
865
865
|
"null"
|
|
866
866
|
]
|
|
867
867
|
},
|
|
868
|
-
"
|
|
868
|
+
"techRecord_plates": {
|
|
869
869
|
"type": "array",
|
|
870
870
|
"items": {
|
|
871
871
|
"type": "object",
|
|
872
872
|
"title": "HGV Plates",
|
|
873
873
|
"additionalProperties": false,
|
|
874
874
|
"properties": {
|
|
875
|
-
"
|
|
875
|
+
"plateSerialNumber": {
|
|
876
876
|
"type": [
|
|
877
877
|
"string",
|
|
878
878
|
"null"
|
|
879
879
|
],
|
|
880
880
|
"maxLength": 12
|
|
881
881
|
},
|
|
882
|
-
"
|
|
882
|
+
"plateIssueDate": {
|
|
883
883
|
"type": [
|
|
884
884
|
"string",
|
|
885
885
|
"null"
|
|
886
886
|
]
|
|
887
887
|
},
|
|
888
|
-
"
|
|
888
|
+
"reasonForIssue": {
|
|
889
889
|
"anyOf": [
|
|
890
890
|
{
|
|
891
891
|
"type": "null"
|
|
@@ -904,7 +904,7 @@
|
|
|
904
904
|
}
|
|
905
905
|
]
|
|
906
906
|
},
|
|
907
|
-
"
|
|
907
|
+
"plateIssuer": {
|
|
908
908
|
"type": [
|
|
909
909
|
"string",
|
|
910
910
|
"null"
|
|
@@ -396,26 +396,26 @@
|
|
|
396
396
|
"techRecord_applicationId": {
|
|
397
397
|
"type": "string"
|
|
398
398
|
},
|
|
399
|
-
"
|
|
399
|
+
"techRecord_axles": {
|
|
400
400
|
"type": "array",
|
|
401
401
|
"items": {
|
|
402
402
|
"type": "object",
|
|
403
403
|
"title": "HGV Axles",
|
|
404
404
|
"additionalProperties": false,
|
|
405
405
|
"properties": {
|
|
406
|
-
"
|
|
406
|
+
"parkingBrakeMrk": {
|
|
407
407
|
"type": [
|
|
408
408
|
"boolean",
|
|
409
409
|
"null"
|
|
410
410
|
]
|
|
411
411
|
},
|
|
412
|
-
"
|
|
412
|
+
"axleNumber": {
|
|
413
413
|
"type": [
|
|
414
414
|
"integer",
|
|
415
415
|
"null"
|
|
416
416
|
]
|
|
417
417
|
},
|
|
418
|
-
"
|
|
418
|
+
"weights_gbWeight": {
|
|
419
419
|
"type": [
|
|
420
420
|
"integer",
|
|
421
421
|
"null"
|
|
@@ -423,7 +423,7 @@
|
|
|
423
423
|
"minimum": 0,
|
|
424
424
|
"maximum": 99999
|
|
425
425
|
},
|
|
426
|
-
"
|
|
426
|
+
"weights_designWeight": {
|
|
427
427
|
"type": [
|
|
428
428
|
"integer",
|
|
429
429
|
"null"
|
|
@@ -431,7 +431,7 @@
|
|
|
431
431
|
"minimum": 0,
|
|
432
432
|
"maximum": 99999
|
|
433
433
|
},
|
|
434
|
-
"
|
|
434
|
+
"weights_eecWeight": {
|
|
435
435
|
"type": [
|
|
436
436
|
"integer",
|
|
437
437
|
"null"
|
|
@@ -439,7 +439,7 @@
|
|
|
439
439
|
"minimum": 0,
|
|
440
440
|
"maximum": 99999
|
|
441
441
|
},
|
|
442
|
-
"
|
|
442
|
+
"tyres_tyreCode": {
|
|
443
443
|
"type": [
|
|
444
444
|
"integer",
|
|
445
445
|
"null"
|
|
@@ -447,20 +447,20 @@
|
|
|
447
447
|
"minimum": 0,
|
|
448
448
|
"maximum": 99999
|
|
449
449
|
},
|
|
450
|
-
"
|
|
450
|
+
"tyres_tyreSize": {
|
|
451
451
|
"type": [
|
|
452
452
|
"string",
|
|
453
453
|
"null"
|
|
454
454
|
],
|
|
455
455
|
"maxLength": 12
|
|
456
456
|
},
|
|
457
|
-
"
|
|
457
|
+
"tyres_plyRating": {
|
|
458
458
|
"type": [
|
|
459
459
|
"string",
|
|
460
460
|
"null"
|
|
461
461
|
]
|
|
462
462
|
},
|
|
463
|
-
"
|
|
463
|
+
"tyres_fitmentCode": {
|
|
464
464
|
"anyOf": [
|
|
465
465
|
{
|
|
466
466
|
"type": "null"
|
|
@@ -475,7 +475,7 @@
|
|
|
475
475
|
}
|
|
476
476
|
]
|
|
477
477
|
},
|
|
478
|
-
"
|
|
478
|
+
"tyres_dataTrAxles": {
|
|
479
479
|
"type": [
|
|
480
480
|
"null",
|
|
481
481
|
"integer"
|
|
@@ -863,27 +863,27 @@
|
|
|
863
863
|
"null"
|
|
864
864
|
]
|
|
865
865
|
},
|
|
866
|
-
"
|
|
866
|
+
"techRecord_plates": {
|
|
867
867
|
"type": "array",
|
|
868
868
|
"items": {
|
|
869
869
|
"type": "object",
|
|
870
870
|
"title": "HGV Plates",
|
|
871
871
|
"additionalProperties": false,
|
|
872
872
|
"properties": {
|
|
873
|
-
"
|
|
873
|
+
"plateSerialNumber": {
|
|
874
874
|
"type": [
|
|
875
875
|
"string",
|
|
876
876
|
"null"
|
|
877
877
|
],
|
|
878
878
|
"maxLength": 12
|
|
879
879
|
},
|
|
880
|
-
"
|
|
880
|
+
"plateIssueDate": {
|
|
881
881
|
"type": [
|
|
882
882
|
"string",
|
|
883
883
|
"null"
|
|
884
884
|
]
|
|
885
885
|
},
|
|
886
|
-
"
|
|
886
|
+
"reasonForIssue": {
|
|
887
887
|
"anyOf": [
|
|
888
888
|
{
|
|
889
889
|
"type": "null"
|
|
@@ -902,7 +902,7 @@
|
|
|
902
902
|
}
|
|
903
903
|
]
|
|
904
904
|
},
|
|
905
|
-
"
|
|
905
|
+
"plateIssuer": {
|
|
906
906
|
"type": [
|
|
907
907
|
"string",
|
|
908
908
|
"null"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"techRecord_vehicleClass_code",
|
|
19
19
|
"techRecord_vehicleClass_description",
|
|
20
20
|
"techRecord_createdAt",
|
|
21
|
-
"
|
|
21
|
+
"techRecord_axles",
|
|
22
22
|
"techRecord_standingCapacity",
|
|
23
23
|
"techRecord_numberOfSeatbelts",
|
|
24
24
|
"techRecord_bodyMake",
|
|
@@ -654,7 +654,7 @@
|
|
|
654
654
|
],
|
|
655
655
|
"maxLength": 160
|
|
656
656
|
},
|
|
657
|
-
"
|
|
657
|
+
"techRecord_axles": {
|
|
658
658
|
"type": "array",
|
|
659
659
|
"minItems": 1,
|
|
660
660
|
"items": {
|
|
@@ -662,60 +662,60 @@
|
|
|
662
662
|
"type": "object",
|
|
663
663
|
"additionalProperties": false,
|
|
664
664
|
"required": [
|
|
665
|
-
"
|
|
666
|
-
"
|
|
667
|
-
"
|
|
668
|
-
"
|
|
669
|
-
"
|
|
670
|
-
"
|
|
671
|
-
"
|
|
672
|
-
"
|
|
673
|
-
"
|
|
674
|
-
"
|
|
665
|
+
"weights_gbWeight",
|
|
666
|
+
"weights_designWeight",
|
|
667
|
+
"tyres_tyreCode",
|
|
668
|
+
"tyres_tyreSize",
|
|
669
|
+
"tyres_fitmentCode",
|
|
670
|
+
"tyres_speedCategorySymbol",
|
|
671
|
+
"parkingBrakeMrk",
|
|
672
|
+
"axleNumber",
|
|
673
|
+
"weights_ladenWeight",
|
|
674
|
+
"weights_kerbWeight"
|
|
675
675
|
],
|
|
676
676
|
"properties": {
|
|
677
|
-
"
|
|
677
|
+
"parkingBrakeMrk": {
|
|
678
678
|
"type": "boolean"
|
|
679
679
|
},
|
|
680
|
-
"
|
|
680
|
+
"axleNumber": {
|
|
681
681
|
"type": "integer"
|
|
682
682
|
},
|
|
683
|
-
"
|
|
683
|
+
"weights_gbWeight": {
|
|
684
684
|
"type": "integer",
|
|
685
685
|
"minimum": 0,
|
|
686
686
|
"maximum": 99999
|
|
687
687
|
},
|
|
688
|
-
"
|
|
688
|
+
"weights_designWeight": {
|
|
689
689
|
"type": "integer",
|
|
690
690
|
"minimum": 0,
|
|
691
691
|
"maximum": 99999
|
|
692
692
|
},
|
|
693
|
-
"
|
|
693
|
+
"weights_ladenWeight": {
|
|
694
694
|
"type": "integer",
|
|
695
695
|
"minimum": 0,
|
|
696
696
|
"maximum": 99999
|
|
697
697
|
},
|
|
698
|
-
"
|
|
698
|
+
"weights_kerbWeight": {
|
|
699
699
|
"type": "integer",
|
|
700
700
|
"minimum": 0,
|
|
701
701
|
"maximum": 99999
|
|
702
702
|
},
|
|
703
|
-
"
|
|
703
|
+
"tyres_tyreCode": {
|
|
704
704
|
"type": "integer",
|
|
705
705
|
"minimum": 0,
|
|
706
706
|
"maximum": 99999
|
|
707
707
|
},
|
|
708
|
-
"
|
|
708
|
+
"tyres_tyreSize": {
|
|
709
709
|
"type": "string",
|
|
710
710
|
"maxLength": 12
|
|
711
711
|
},
|
|
712
|
-
"
|
|
712
|
+
"tyres_plyRating": {
|
|
713
713
|
"type": [
|
|
714
714
|
"string",
|
|
715
715
|
"null"
|
|
716
716
|
]
|
|
717
717
|
},
|
|
718
|
-
"
|
|
718
|
+
"tyres_fitmentCode": {
|
|
719
719
|
"title": "Fitment Code",
|
|
720
720
|
"type": "string",
|
|
721
721
|
"enum": [
|
|
@@ -723,7 +723,7 @@
|
|
|
723
723
|
"double"
|
|
724
724
|
]
|
|
725
725
|
},
|
|
726
|
-
"
|
|
726
|
+
"tyres_dataTrAxles": {
|
|
727
727
|
"type": [
|
|
728
728
|
"null",
|
|
729
729
|
"integer"
|
|
@@ -731,7 +731,7 @@
|
|
|
731
731
|
"minimum": 0,
|
|
732
732
|
"maximum": 999
|
|
733
733
|
},
|
|
734
|
-
"
|
|
734
|
+
"tyres_speedCategorySymbol": {
|
|
735
735
|
"title": "Speed Category Symbol",
|
|
736
736
|
"type": "string",
|
|
737
737
|
"enum": [
|
|
@@ -701,26 +701,26 @@
|
|
|
701
701
|
],
|
|
702
702
|
"maxLength": 160
|
|
703
703
|
},
|
|
704
|
-
"
|
|
704
|
+
"techRecord_axles": {
|
|
705
705
|
"type": "array",
|
|
706
706
|
"items": {
|
|
707
707
|
"type": "object",
|
|
708
708
|
"title": "PSV Axles",
|
|
709
709
|
"additionalProperties": false,
|
|
710
710
|
"properties": {
|
|
711
|
-
"
|
|
711
|
+
"parkingBrakeMrk": {
|
|
712
712
|
"type": [
|
|
713
713
|
"boolean",
|
|
714
714
|
"null"
|
|
715
715
|
]
|
|
716
716
|
},
|
|
717
|
-
"
|
|
717
|
+
"axleNumber": {
|
|
718
718
|
"type": [
|
|
719
719
|
"integer",
|
|
720
720
|
"null"
|
|
721
721
|
]
|
|
722
722
|
},
|
|
723
|
-
"
|
|
723
|
+
"weights_gbWeight": {
|
|
724
724
|
"type": [
|
|
725
725
|
"integer",
|
|
726
726
|
"null"
|
|
@@ -728,7 +728,7 @@
|
|
|
728
728
|
"minimum": 0,
|
|
729
729
|
"maximum": 99999
|
|
730
730
|
},
|
|
731
|
-
"
|
|
731
|
+
"weights_designWeight": {
|
|
732
732
|
"type": [
|
|
733
733
|
"integer",
|
|
734
734
|
"null"
|
|
@@ -736,7 +736,7 @@
|
|
|
736
736
|
"minimum": 0,
|
|
737
737
|
"maximum": 99999
|
|
738
738
|
},
|
|
739
|
-
"
|
|
739
|
+
"weights_ladenWeight": {
|
|
740
740
|
"type": [
|
|
741
741
|
"integer",
|
|
742
742
|
"null"
|
|
@@ -744,7 +744,7 @@
|
|
|
744
744
|
"minimum": 0,
|
|
745
745
|
"maximum": 99999
|
|
746
746
|
},
|
|
747
|
-
"
|
|
747
|
+
"weights_kerbWeight": {
|
|
748
748
|
"type": [
|
|
749
749
|
"integer",
|
|
750
750
|
"null"
|
|
@@ -752,7 +752,7 @@
|
|
|
752
752
|
"minimum": 0,
|
|
753
753
|
"maximum": 99999
|
|
754
754
|
},
|
|
755
|
-
"
|
|
755
|
+
"tyres_tyreCode": {
|
|
756
756
|
"type": [
|
|
757
757
|
"integer",
|
|
758
758
|
"null"
|
|
@@ -760,20 +760,20 @@
|
|
|
760
760
|
"minimum": 0,
|
|
761
761
|
"maximum": 99999
|
|
762
762
|
},
|
|
763
|
-
"
|
|
763
|
+
"tyres_tyreSize": {
|
|
764
764
|
"type": [
|
|
765
765
|
"string",
|
|
766
766
|
"null"
|
|
767
767
|
],
|
|
768
768
|
"maxLength": 12
|
|
769
769
|
},
|
|
770
|
-
"
|
|
770
|
+
"tyres_plyRating": {
|
|
771
771
|
"type": [
|
|
772
772
|
"string",
|
|
773
773
|
"null"
|
|
774
774
|
]
|
|
775
775
|
},
|
|
776
|
-
"
|
|
776
|
+
"tyres_fitmentCode": {
|
|
777
777
|
"anyOf": [
|
|
778
778
|
{
|
|
779
779
|
"type": "null"
|
|
@@ -788,7 +788,7 @@
|
|
|
788
788
|
}
|
|
789
789
|
]
|
|
790
790
|
},
|
|
791
|
-
"
|
|
791
|
+
"tyres_dataTrAxles": {
|
|
792
792
|
"type": [
|
|
793
793
|
"null",
|
|
794
794
|
"integer"
|
|
@@ -796,7 +796,7 @@
|
|
|
796
796
|
"minimum": 0,
|
|
797
797
|
"maximum": 999
|
|
798
798
|
},
|
|
799
|
-
"
|
|
799
|
+
"tyres_speedCategorySymbol": {
|
|
800
800
|
"anyOf": [
|
|
801
801
|
{
|
|
802
802
|
"title": "Speed Category Symbol",
|