@dvsa/cvs-type-definitions 2.0.14 → 2.0.18

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.
Files changed (53) hide show
  1. package/json-schemas/v1/activity/index.json +62 -62
  2. package/json-schemas/v1/defect-category-reference-data/index.json +440 -440
  3. package/json-schemas/v1/defect-details/index.json +265 -265
  4. package/json-schemas/v1/defect-location/index.json +49 -49
  5. package/json-schemas/v1/reason-item/index.json +17 -17
  6. package/json-schemas/v1/tech-record/index.json +639 -639
  7. package/json-schemas/v1/test/index.json +1843 -1843
  8. package/json-schemas/v1/test-result/index.json +636 -636
  9. package/json-schemas/v1/test-station/index.json +67 -67
  10. package/json-schemas/v1/test-type/index.json +479 -479
  11. package/json-schemas/v1/vehicle/index.json +1804 -1804
  12. package/json-schemas/v1/vehicle-tech-record/index.json +683 -683
  13. package/json-schemas/v1/visit/index.json +1895 -1895
  14. package/json-schemas/v3/tech-record/get/car/complete/index.json +216 -216
  15. package/json-schemas/v3/tech-record/get/car/skeleton/index.json +195 -195
  16. package/json-schemas/v3/tech-record/get/hgv/complete/index.json +1051 -1051
  17. package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +1124 -1124
  18. package/json-schemas/v3/tech-record/get/hgv/testable/index.json +1119 -1119
  19. package/json-schemas/v3/tech-record/get/lgv/complete/index.json +226 -226
  20. package/json-schemas/v3/tech-record/get/lgv/skeleton/index.json +202 -202
  21. package/json-schemas/v3/tech-record/get/motorcycle/complete/index.json +219 -219
  22. package/json-schemas/v3/tech-record/get/motorcycle/skeleton/index.json +202 -202
  23. package/json-schemas/v3/tech-record/get/psv/complete/index.json +1027 -1027
  24. package/json-schemas/v3/tech-record/get/psv/skeleton/index.json +1120 -1120
  25. package/json-schemas/v3/tech-record/get/psv/testable/index.json +1097 -1097
  26. package/json-schemas/v3/tech-record/get/search/complete/index.json +55 -55
  27. package/json-schemas/v3/tech-record/get/search/skeleton/index.json +55 -55
  28. package/json-schemas/v3/tech-record/get/trl/complete/index.json +1307 -1307
  29. package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +1002 -1002
  30. package/json-schemas/v3/tech-record/get/trl/testable/index.json +1155 -1155
  31. package/json-schemas/v3/tech-record/post/psv/complete/index.json +1024 -1024
  32. package/json-schemas/v3/tech-record/post/psv/skeleton/index.json +1112 -1112
  33. package/json-schemas/v3/tech-record/post/psv/testable/index.json +1092 -1092
  34. package/json-schemas/v3/tech-record/put/car/complete/request/index.json +87 -87
  35. package/json-schemas/v3/tech-record/put/car/complete/response/index.json +237 -237
  36. package/json-schemas/v3/tech-record/put/car/skeleton/request/index.json +64 -64
  37. package/json-schemas/v3/tech-record/put/car/skeleton/response/index.json +216 -216
  38. package/json-schemas/v3/tech-record/put/hgv/complete/index.json +1009 -1009
  39. package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +1082 -1082
  40. package/json-schemas/v3/tech-record/put/hgv/testable/index.json +1077 -1077
  41. package/json-schemas/v3/tech-record/put/lgv/complete/request/index.json +97 -97
  42. package/json-schemas/v3/tech-record/put/lgv/complete/response/index.json +247 -247
  43. package/json-schemas/v3/tech-record/put/lgv/skeleton/request/index.json +71 -71
  44. package/json-schemas/v3/tech-record/put/lgv/skeleton/response/index.json +223 -223
  45. package/json-schemas/v3/tech-record/put/trl/complete/index.json +1265 -1265
  46. package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +978 -978
  47. package/json-schemas/v3/tech-record/put/trl/testable/index.json +1115 -1115
  48. package/package.json +31 -36
  49. package/{lib/src/schema-validation/schema-validator.d.ts → schema-validator.d.ts} +1 -1
  50. package/{lib/src/schema-validation/schema-validator.js → schema-validator.js} +2 -2
  51. package/README.md +0 -48
  52. /package/{lib/schemas.d.ts → schemas.d.ts} +0 -0
  53. /package/{lib/schemas.js → schemas.js} +0 -0
@@ -1,62 +1,62 @@
1
- {
2
- "title": "Activity Schema",
3
- "type": "object",
4
- "properties": {
5
- "activityType": {
6
- "type": "string"
7
- },
8
- "testStationName": {
9
- "type": "string"
10
- },
11
- "testStationPNumber": {
12
- "type": "string"
13
- },
14
- "testStationEmail": {
15
- "type": "string"
16
- },
17
- "testStationType": {
18
- "type": "string"
19
- },
20
- "testerName": {
21
- "type": "string"
22
- },
23
- "testerStaffId": {
24
- "type": "string"
25
- },
26
- "testerEmail": {
27
- "type": "string"
28
- },
29
- "startTime": {
30
- "type": "string"
31
- },
32
- "endTime": {
33
- "type": "string"
34
- },
35
- "parentId": {
36
- "type": "string"
37
- },
38
- "waitReason": {
39
- "type": "array",
40
- "items": {
41
- "type": "string"
42
- }
43
- },
44
- "notes": {
45
- "type": "string"
46
- },
47
- "id": {
48
- "type": "string"
49
- }
50
- },
51
- "additionalProperties": false,
52
- "required": [
53
- "activityType",
54
- "testStationName",
55
- "testStationPNumber",
56
- "testStationEmail",
57
- "testStationType",
58
- "testerName",
59
- "testerStaffId",
60
- "startTime"
61
- ]
62
- }
1
+ {
2
+ "title": "Activity Schema",
3
+ "type": "object",
4
+ "properties": {
5
+ "activityType": {
6
+ "type": "string"
7
+ },
8
+ "testStationName": {
9
+ "type": "string"
10
+ },
11
+ "testStationPNumber": {
12
+ "type": "string"
13
+ },
14
+ "testStationEmail": {
15
+ "type": "string"
16
+ },
17
+ "testStationType": {
18
+ "type": "string"
19
+ },
20
+ "testerName": {
21
+ "type": "string"
22
+ },
23
+ "testerStaffId": {
24
+ "type": "string"
25
+ },
26
+ "testerEmail": {
27
+ "type": "string"
28
+ },
29
+ "startTime": {
30
+ "type": "string"
31
+ },
32
+ "endTime": {
33
+ "type": "string"
34
+ },
35
+ "parentId": {
36
+ "type": "string"
37
+ },
38
+ "waitReason": {
39
+ "type": "array",
40
+ "items": {
41
+ "type": "string"
42
+ }
43
+ },
44
+ "notes": {
45
+ "type": "string"
46
+ },
47
+ "id": {
48
+ "type": "string"
49
+ }
50
+ },
51
+ "additionalProperties": false,
52
+ "required": [
53
+ "activityType",
54
+ "testStationName",
55
+ "testStationPNumber",
56
+ "testStationEmail",
57
+ "testStationType",
58
+ "testerName",
59
+ "testerStaffId",
60
+ "startTime"
61
+ ]
62
+ }