@divvydiary/divvydiary-json-schemas 1.6.0 → 1.7.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@divvydiary/divvydiary-json-schemas",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "JSON Schemas for DivvyDiary.com",
5
5
  "main": "index.js",
6
6
  "engines": {
@@ -220,6 +220,7 @@
220
220
  "XJAM",
221
221
  "XJLU",
222
222
  "XJSE",
223
+ "XKAZ",
223
224
  "XKLS",
224
225
  "XKRX",
225
226
  "XLIS",
@@ -18,24 +18,20 @@
18
18
  },
19
19
  "quantity": {
20
20
  "type": "number",
21
- "minimum": 0,
22
- "multipleOf": 0.000001
21
+ "minimum": 0
23
22
  },
24
23
  "price": {
25
24
  "type": "number",
26
- "minimum": 0,
27
- "multipleOf": 0.0001
25
+ "minimum": 0
28
26
  },
29
27
  "value": {
30
28
  "type": "number",
31
- "minimum": 0,
32
- "multipleOf": 0.0001
29
+ "minimum": 0
33
30
  },
34
31
  "allocation": {
35
32
  "type": "number",
36
33
  "minimum": 0,
37
- "maximum": 1,
38
- "multipleOf": 0.0001
34
+ "maximum": 1
39
35
  },
40
36
  "buyin": {
41
37
  "type": "object",
@@ -43,7 +39,6 @@
43
39
  "price": {
44
40
  "type": "number",
45
41
  "minimum": 0,
46
- "multipleOf": 0.0001,
47
42
  "nullable": true
48
43
  },
49
44
  "currency": {
@@ -24,13 +24,11 @@
24
24
  },
25
25
  "amount": {
26
26
  "type": "number",
27
- "minimum": 0,
28
- "multipleOf": 0.000001
27
+ "minimum": 0
29
28
  },
30
29
  "quantity": {
31
30
  "type": "number",
32
- "minimum": 0,
33
- "multipleOf": 0.000001
31
+ "minimum": 0
34
32
  },
35
33
  "exchangeRate": {
36
34
  "$ref": "https://divvydiary.com/schemas/defs.json#/properties/exchangeRate"
@@ -23,13 +23,12 @@
23
23
  },
24
24
  "amount": {
25
25
  "type": "number",
26
- "minimum": 0,
27
- "multipleOf": 0.000001
26
+ "minimum": 0
28
27
  },
29
28
  "prevAmount": {
30
29
  "type": "number",
31
30
  "minimum": 0,
32
- "multipleOf": 0.000001,
31
+
33
32
  "nullable": true,
34
33
  "deprecated": true
35
34
  },
@@ -27,7 +27,6 @@
27
27
  "amount": {
28
28
  "type": "number",
29
29
  "minimum": 0,
30
- "multipleOf": 0.01,
31
30
  "nullable": true
32
31
  },
33
32
  "currency": {
@@ -112,13 +111,11 @@
112
111
  },
113
112
  "amountGross": {
114
113
  "type": "number",
115
- "minimum": 0,
116
- "multipleOf": 0.000001
114
+ "minimum": 0
117
115
  },
118
116
  "amountNet": {
119
117
  "type": "number",
120
- "minimum": 0,
121
- "multipleOf": 0.000001
118
+ "minimum": 0
122
119
  }
123
120
  }
124
121
  }
@@ -102,7 +102,6 @@
102
102
  "price": {
103
103
  "type": "number",
104
104
  "minimum": 0,
105
- "multipleOf": 0.0001,
106
105
  "nullable": true
107
106
  },
108
107
  "currency": {