@shakerquiz/contracts 0.0.149 → 0.0.150

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@shakerquiz/contracts",
4
- "version": "0.0.149",
4
+ "version": "0.0.150",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -17,8 +17,7 @@
17
17
  }
18
18
  },
19
19
  "required": [
20
- "id",
21
- "status"
20
+ "id"
22
21
  ],
23
22
  "additionalProperties": false
24
23
  },
@@ -20,38 +20,11 @@
20
20
  ]
21
21
  },
22
22
  "uniqueItems": true
23
- },
24
- "cover": {
25
- "type": "array",
26
- "items": {
27
- "type": "string",
28
- "format": "uuid"
29
- },
30
- "uniqueItems": true
31
- },
32
- "game": {
33
- "type": "array",
34
- "items": {
35
- "type": "string",
36
- "format": "uuid"
37
- },
38
- "uniqueItems": true
39
- },
40
- "registration": {
41
- "type": "array",
42
- "items": {
43
- "type": "string",
44
- "format": "uuid"
45
- },
46
- "uniqueItems": true
47
23
  }
48
24
  },
49
25
  "required": [
50
26
  "theme",
51
- "theme/status",
52
- "cover",
53
- "game",
54
- "registration"
27
+ "theme/status"
55
28
  ],
56
29
  "additionalProperties": false
57
30
  }