@shakerquiz/contracts 0.0.142 → 0.0.143

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.142",
4
+ "version": "0.0.143",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -8,18 +8,10 @@
8
8
  "type": "string"
9
9
  },
10
10
  "uniqueItems": true
11
- },
12
- "country": {
13
- "type": "array",
14
- "items": {
15
- "type": "string"
16
- },
17
- "uniqueItems": true
18
11
  }
19
12
  },
20
13
  "required": [
21
- "city",
22
- "country"
14
+ "city"
23
15
  ],
24
16
  "additionalProperties": false
25
17
  }
@@ -8,18 +8,10 @@
8
8
  "type": "string"
9
9
  },
10
10
  "uniqueItems": true
11
- },
12
- "currency": {
13
- "type": "array",
14
- "items": {
15
- "type": "string"
16
- },
17
- "uniqueItems": true
18
11
  }
19
12
  },
20
13
  "required": [
21
- "city",
22
- "currency"
14
+ "city"
23
15
  ],
24
16
  "additionalProperties": false
25
17
  }
@@ -8,18 +8,10 @@
8
8
  "type": "string"
9
9
  },
10
10
  "uniqueItems": true
11
- },
12
- "timezone": {
13
- "type": "array",
14
- "items": {
15
- "type": "string"
16
- },
17
- "uniqueItems": true
18
11
  }
19
12
  },
20
13
  "required": [
21
- "city",
22
- "timezone"
14
+ "city"
23
15
  ],
24
16
  "additionalProperties": false
25
17
  }
@@ -8,19 +8,10 @@
8
8
  "type": "string"
9
9
  },
10
10
  "uniqueItems": true
11
- },
12
- "venue": {
13
- "type": "array",
14
- "items": {
15
- "type": "string",
16
- "format": "uuid"
17
- },
18
- "uniqueItems": true
19
11
  }
20
12
  },
21
13
  "required": [
22
- "city",
23
- "venue"
14
+ "city"
24
15
  ],
25
16
  "additionalProperties": false
26
17
  }