5etools-utils 0.14.2 → 0.14.4
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 +1 -1
- package/schema/brew/class/foundry.json +12 -0
- package/schema/brew/entry.json +4 -4
- package/schema/brew/foundry-backgrounds.json +3 -0
- package/schema/brew/foundry-items.json +3 -0
- package/schema/brew/foundry-psionics.json +3 -0
- package/schema/brew/foundry-races.json +15 -0
- package/schema/brew/sources-5etools.json +1 -0
- package/schema/brew/util-copy.json +3 -2
- package/schema/brew/util-foundry.json +10 -1
- package/schema/brew-fast/class/foundry.json +12 -0
- package/schema/brew-fast/entry.json +4 -4
- package/schema/brew-fast/foundry-backgrounds.json +3 -0
- package/schema/brew-fast/foundry-items.json +3 -0
- package/schema/brew-fast/foundry-psionics.json +3 -0
- package/schema/brew-fast/foundry-races.json +15 -0
- package/schema/brew-fast/sources-5etools.json +1 -0
- package/schema/brew-fast/util-copy.json +3 -2
- package/schema/brew-fast/util-foundry.json +10 -1
- package/schema/site/class/foundry.json +12 -0
- package/schema/site/entry.json +4 -4
- package/schema/site/foundry-backgrounds.json +3 -0
- package/schema/site/foundry-items.json +3 -0
- package/schema/site/foundry-psionics.json +3 -0
- package/schema/site/foundry-races.json +15 -0
- package/schema/site/sources-5etools.json +1 -0
- package/schema/site/util-copy.json +3 -2
- package/schema/site/util-foundry.json +10 -1
- package/schema/site-fast/class/foundry.json +12 -0
- package/schema/site-fast/entry.json +4 -4
- package/schema/site-fast/foundry-backgrounds.json +3 -0
- package/schema/site-fast/foundry-items.json +3 -0
- package/schema/site-fast/foundry-psionics.json +3 -0
- package/schema/site-fast/foundry-races.json +15 -0
- package/schema/site-fast/sources-5etools.json +1 -0
- package/schema/site-fast/util-copy.json +3 -2
- package/schema/site-fast/util-foundry.json +10 -1
- package/schema/ua/class/foundry.json +12 -0
- package/schema/ua/entry.json +4 -4
- package/schema/ua/foundry-backgrounds.json +3 -0
- package/schema/ua/foundry-items.json +3 -0
- package/schema/ua/foundry-psionics.json +3 -0
- package/schema/ua/foundry-races.json +15 -0
- package/schema/ua/sources-5etools.json +1 -0
- package/schema/ua/util-copy.json +3 -2
- package/schema/ua/util-foundry.json +10 -1
- package/schema/ua-fast/class/foundry.json +12 -0
- package/schema/ua-fast/entry.json +4 -4
- package/schema/ua-fast/foundry-backgrounds.json +3 -0
- package/schema/ua-fast/foundry-items.json +3 -0
- package/schema/ua-fast/foundry-psionics.json +3 -0
- package/schema/ua-fast/foundry-races.json +15 -0
- package/schema/ua-fast/sources-5etools.json +1 -0
- package/schema/ua-fast/util-copy.json +3 -2
- package/schema/ua-fast/util-foundry.json +10 -1
package/package.json
CHANGED
|
@@ -34,6 +34,9 @@
|
|
|
34
34
|
"flags": {
|
|
35
35
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
36
36
|
},
|
|
37
|
+
"advice": {
|
|
38
|
+
"$ref": "../entry.json"
|
|
39
|
+
},
|
|
37
40
|
"img": {
|
|
38
41
|
"type": "string"
|
|
39
42
|
},
|
|
@@ -128,6 +131,9 @@
|
|
|
128
131
|
"flags": {
|
|
129
132
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
130
133
|
},
|
|
134
|
+
"advice": {
|
|
135
|
+
"$ref": "../entry.json"
|
|
136
|
+
},
|
|
131
137
|
"img": {
|
|
132
138
|
"type": "string"
|
|
133
139
|
},
|
|
@@ -227,6 +233,9 @@
|
|
|
227
233
|
"flags": {
|
|
228
234
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
229
235
|
},
|
|
236
|
+
"advice": {
|
|
237
|
+
"$ref": "../entry.json"
|
|
238
|
+
},
|
|
230
239
|
"img": {
|
|
231
240
|
"type": "string"
|
|
232
241
|
},
|
|
@@ -328,6 +337,9 @@
|
|
|
328
337
|
"flags": {
|
|
329
338
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
330
339
|
},
|
|
340
|
+
"advice": {
|
|
341
|
+
"$ref": "../entry.json"
|
|
342
|
+
},
|
|
331
343
|
"img": {
|
|
332
344
|
"type": "string"
|
|
333
345
|
},
|
package/schema/brew/entry.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.14",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -155,12 +155,12 @@
|
|
|
155
155
|
},
|
|
156
156
|
"url": {
|
|
157
157
|
"type": "string",
|
|
158
|
-
"description": "\"
|
|
159
|
-
"markdownDescription": ""
|
|
158
|
+
"description": "Restrict the usage of:\n\n- Site URLs -- these should be `\"internal\"` URLs instead\n- Imgur links -- these are not accessible in the UK https://help.imgur.com/hc/en-us/articles/41592665292443-Imgur-access-in-the-United-Kingdom",
|
|
159
|
+
"markdownDescription": "Restrict the usage of:\n\n- Site URLs -- these should be "internal" URLs instead\n- Imgur links -- these are not accessible in the UK https://help.imgur.com/hc/en-us/articles/41592665292443-Imgur-access-in-the-United-Kingdom",
|
|
160
160
|
"minLength": 3,
|
|
161
161
|
"pattern": "^https?://",
|
|
162
162
|
"not": {
|
|
163
|
-
"pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io|raw\\.githubusercontent\\.com/5etools-mirror-\\d
|
|
163
|
+
"pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io|raw\\.githubusercontent\\.com/5etools-mirror-\\d+|i\\.imgur\\.com|imgur\\.com)/"
|
|
164
164
|
}
|
|
165
165
|
}
|
|
166
166
|
},
|
|
@@ -32,6 +32,9 @@
|
|
|
32
32
|
"flags": {
|
|
33
33
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
34
34
|
},
|
|
35
|
+
"advice": {
|
|
36
|
+
"$ref": "entry.json"
|
|
37
|
+
},
|
|
35
38
|
"img": {
|
|
36
39
|
"type": "string"
|
|
37
40
|
},
|
|
@@ -86,6 +89,9 @@
|
|
|
86
89
|
"flags": {
|
|
87
90
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
88
91
|
},
|
|
92
|
+
"advice": {
|
|
93
|
+
"$ref": "entry.json"
|
|
94
|
+
},
|
|
89
95
|
"img": {
|
|
90
96
|
"type": "string"
|
|
91
97
|
},
|
|
@@ -141,6 +147,9 @@
|
|
|
141
147
|
"flags": {
|
|
142
148
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
143
149
|
},
|
|
150
|
+
"advice": {
|
|
151
|
+
"$ref": "entry.json"
|
|
152
|
+
},
|
|
144
153
|
"img": {
|
|
145
154
|
"type": "string"
|
|
146
155
|
},
|
|
@@ -199,6 +208,9 @@
|
|
|
199
208
|
"flags": {
|
|
200
209
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
201
210
|
},
|
|
211
|
+
"advice": {
|
|
212
|
+
"$ref": "entry.json"
|
|
213
|
+
},
|
|
202
214
|
"img": {
|
|
203
215
|
"type": "string"
|
|
204
216
|
},
|
|
@@ -257,6 +269,9 @@
|
|
|
257
269
|
"flags": {
|
|
258
270
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
259
271
|
},
|
|
272
|
+
"advice": {
|
|
273
|
+
"$ref": "entry.json"
|
|
274
|
+
},
|
|
260
275
|
"img": {
|
|
261
276
|
"type": "string"
|
|
262
277
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-copy.json",
|
|
4
4
|
"title": "Util: Copy",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.8",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_mod_renameArr_rename": {
|
|
8
8
|
"type": "object",
|
|
@@ -1109,7 +1109,8 @@
|
|
|
1109
1109
|
"required": [
|
|
1110
1110
|
"_abstract",
|
|
1111
1111
|
"_implementations"
|
|
1112
|
-
]
|
|
1112
|
+
],
|
|
1113
|
+
"additionalProperties": false
|
|
1113
1114
|
}
|
|
1114
1115
|
]
|
|
1115
1116
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.4",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1609,6 +1609,9 @@
|
|
|
1609
1609
|
"flags": {
|
|
1610
1610
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1611
1611
|
},
|
|
1612
|
+
"advice": {
|
|
1613
|
+
"$ref": "entry.json"
|
|
1614
|
+
},
|
|
1612
1615
|
"img": {
|
|
1613
1616
|
"type": "string"
|
|
1614
1617
|
},
|
|
@@ -1663,6 +1666,9 @@
|
|
|
1663
1666
|
"flags": {
|
|
1664
1667
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1665
1668
|
},
|
|
1669
|
+
"advice": {
|
|
1670
|
+
"$ref": "entry.json"
|
|
1671
|
+
},
|
|
1666
1672
|
"img": {
|
|
1667
1673
|
"type": "string"
|
|
1668
1674
|
},
|
|
@@ -1735,6 +1741,9 @@
|
|
|
1735
1741
|
"flags": {
|
|
1736
1742
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1737
1743
|
},
|
|
1744
|
+
"advice": {
|
|
1745
|
+
"$ref": "entry.json"
|
|
1746
|
+
},
|
|
1738
1747
|
"img": {
|
|
1739
1748
|
"type": "string"
|
|
1740
1749
|
},
|
|
@@ -34,6 +34,9 @@
|
|
|
34
34
|
"flags": {
|
|
35
35
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
36
36
|
},
|
|
37
|
+
"advice": {
|
|
38
|
+
"$ref": "../entry.json"
|
|
39
|
+
},
|
|
37
40
|
"img": {
|
|
38
41
|
"type": "string"
|
|
39
42
|
},
|
|
@@ -128,6 +131,9 @@
|
|
|
128
131
|
"flags": {
|
|
129
132
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
130
133
|
},
|
|
134
|
+
"advice": {
|
|
135
|
+
"$ref": "../entry.json"
|
|
136
|
+
},
|
|
131
137
|
"img": {
|
|
132
138
|
"type": "string"
|
|
133
139
|
},
|
|
@@ -227,6 +233,9 @@
|
|
|
227
233
|
"flags": {
|
|
228
234
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
229
235
|
},
|
|
236
|
+
"advice": {
|
|
237
|
+
"$ref": "../entry.json"
|
|
238
|
+
},
|
|
230
239
|
"img": {
|
|
231
240
|
"type": "string"
|
|
232
241
|
},
|
|
@@ -328,6 +337,9 @@
|
|
|
328
337
|
"flags": {
|
|
329
338
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
330
339
|
},
|
|
340
|
+
"advice": {
|
|
341
|
+
"$ref": "../entry.json"
|
|
342
|
+
},
|
|
331
343
|
"img": {
|
|
332
344
|
"type": "string"
|
|
333
345
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.14",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -155,12 +155,12 @@
|
|
|
155
155
|
},
|
|
156
156
|
"url": {
|
|
157
157
|
"type": "string",
|
|
158
|
-
"description": "\"
|
|
159
|
-
"markdownDescription": ""
|
|
158
|
+
"description": "Restrict the usage of:\n\n- Site URLs -- these should be `\"internal\"` URLs instead\n- Imgur links -- these are not accessible in the UK https://help.imgur.com/hc/en-us/articles/41592665292443-Imgur-access-in-the-United-Kingdom",
|
|
159
|
+
"markdownDescription": "Restrict the usage of:\n\n- Site URLs -- these should be "internal" URLs instead\n- Imgur links -- these are not accessible in the UK https://help.imgur.com/hc/en-us/articles/41592665292443-Imgur-access-in-the-United-Kingdom",
|
|
160
160
|
"minLength": 3,
|
|
161
161
|
"pattern": "^https?://",
|
|
162
162
|
"not": {
|
|
163
|
-
"pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io|raw\\.githubusercontent\\.com/5etools-mirror-\\d
|
|
163
|
+
"pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io|raw\\.githubusercontent\\.com/5etools-mirror-\\d+|i\\.imgur\\.com|imgur\\.com)/"
|
|
164
164
|
}
|
|
165
165
|
}
|
|
166
166
|
},
|
|
@@ -32,6 +32,9 @@
|
|
|
32
32
|
"flags": {
|
|
33
33
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
34
34
|
},
|
|
35
|
+
"advice": {
|
|
36
|
+
"$ref": "entry.json"
|
|
37
|
+
},
|
|
35
38
|
"img": {
|
|
36
39
|
"type": "string"
|
|
37
40
|
},
|
|
@@ -86,6 +89,9 @@
|
|
|
86
89
|
"flags": {
|
|
87
90
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
88
91
|
},
|
|
92
|
+
"advice": {
|
|
93
|
+
"$ref": "entry.json"
|
|
94
|
+
},
|
|
89
95
|
"img": {
|
|
90
96
|
"type": "string"
|
|
91
97
|
},
|
|
@@ -141,6 +147,9 @@
|
|
|
141
147
|
"flags": {
|
|
142
148
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
143
149
|
},
|
|
150
|
+
"advice": {
|
|
151
|
+
"$ref": "entry.json"
|
|
152
|
+
},
|
|
144
153
|
"img": {
|
|
145
154
|
"type": "string"
|
|
146
155
|
},
|
|
@@ -199,6 +208,9 @@
|
|
|
199
208
|
"flags": {
|
|
200
209
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
201
210
|
},
|
|
211
|
+
"advice": {
|
|
212
|
+
"$ref": "entry.json"
|
|
213
|
+
},
|
|
202
214
|
"img": {
|
|
203
215
|
"type": "string"
|
|
204
216
|
},
|
|
@@ -257,6 +269,9 @@
|
|
|
257
269
|
"flags": {
|
|
258
270
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
259
271
|
},
|
|
272
|
+
"advice": {
|
|
273
|
+
"$ref": "entry.json"
|
|
274
|
+
},
|
|
260
275
|
"img": {
|
|
261
276
|
"type": "string"
|
|
262
277
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-copy.json",
|
|
4
4
|
"title": "Util: Copy",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.8",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_mod_renameArr_rename": {
|
|
8
8
|
"type": "object",
|
|
@@ -1109,7 +1109,8 @@
|
|
|
1109
1109
|
"required": [
|
|
1110
1110
|
"_abstract",
|
|
1111
1111
|
"_implementations"
|
|
1112
|
-
]
|
|
1112
|
+
],
|
|
1113
|
+
"additionalProperties": false
|
|
1113
1114
|
}
|
|
1114
1115
|
]
|
|
1115
1116
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.4",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1609,6 +1609,9 @@
|
|
|
1609
1609
|
"flags": {
|
|
1610
1610
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1611
1611
|
},
|
|
1612
|
+
"advice": {
|
|
1613
|
+
"$ref": "entry.json"
|
|
1614
|
+
},
|
|
1612
1615
|
"img": {
|
|
1613
1616
|
"type": "string"
|
|
1614
1617
|
},
|
|
@@ -1663,6 +1666,9 @@
|
|
|
1663
1666
|
"flags": {
|
|
1664
1667
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1665
1668
|
},
|
|
1669
|
+
"advice": {
|
|
1670
|
+
"$ref": "entry.json"
|
|
1671
|
+
},
|
|
1666
1672
|
"img": {
|
|
1667
1673
|
"type": "string"
|
|
1668
1674
|
},
|
|
@@ -1735,6 +1741,9 @@
|
|
|
1735
1741
|
"flags": {
|
|
1736
1742
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1737
1743
|
},
|
|
1744
|
+
"advice": {
|
|
1745
|
+
"$ref": "entry.json"
|
|
1746
|
+
},
|
|
1738
1747
|
"img": {
|
|
1739
1748
|
"type": "string"
|
|
1740
1749
|
},
|
|
@@ -34,6 +34,9 @@
|
|
|
34
34
|
"flags": {
|
|
35
35
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
36
36
|
},
|
|
37
|
+
"advice": {
|
|
38
|
+
"$ref": "../entry.json"
|
|
39
|
+
},
|
|
37
40
|
"img": {
|
|
38
41
|
"type": "string"
|
|
39
42
|
},
|
|
@@ -128,6 +131,9 @@
|
|
|
128
131
|
"flags": {
|
|
129
132
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
130
133
|
},
|
|
134
|
+
"advice": {
|
|
135
|
+
"$ref": "../entry.json"
|
|
136
|
+
},
|
|
131
137
|
"img": {
|
|
132
138
|
"type": "string"
|
|
133
139
|
},
|
|
@@ -227,6 +233,9 @@
|
|
|
227
233
|
"flags": {
|
|
228
234
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
229
235
|
},
|
|
236
|
+
"advice": {
|
|
237
|
+
"$ref": "../entry.json"
|
|
238
|
+
},
|
|
230
239
|
"img": {
|
|
231
240
|
"type": "string"
|
|
232
241
|
},
|
|
@@ -328,6 +337,9 @@
|
|
|
328
337
|
"flags": {
|
|
329
338
|
"$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
|
|
330
339
|
},
|
|
340
|
+
"advice": {
|
|
341
|
+
"$ref": "../entry.json"
|
|
342
|
+
},
|
|
331
343
|
"img": {
|
|
332
344
|
"type": "string"
|
|
333
345
|
},
|
package/schema/site/entry.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.14",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -167,12 +167,12 @@
|
|
|
167
167
|
},
|
|
168
168
|
"url": {
|
|
169
169
|
"type": "string",
|
|
170
|
-
"description": "\"
|
|
171
|
-
"markdownDescription": ""
|
|
170
|
+
"description": "Restrict the usage of:\n\n- Site URLs -- these should be `\"internal\"` URLs instead\n- Imgur links -- these are not accessible in the UK https://help.imgur.com/hc/en-us/articles/41592665292443-Imgur-access-in-the-United-Kingdom",
|
|
171
|
+
"markdownDescription": "Restrict the usage of:\n\n- Site URLs -- these should be "internal" URLs instead\n- Imgur links -- these are not accessible in the UK https://help.imgur.com/hc/en-us/articles/41592665292443-Imgur-access-in-the-United-Kingdom",
|
|
172
172
|
"format": "uri-reference",
|
|
173
173
|
"pattern": "^https?://",
|
|
174
174
|
"not": {
|
|
175
|
-
"pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io|raw\\.githubusercontent\\.com/5etools-mirror-\\d
|
|
175
|
+
"pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io|raw\\.githubusercontent\\.com/5etools-mirror-\\d+|i\\.imgur\\.com|imgur\\.com)/"
|
|
176
176
|
}
|
|
177
177
|
}
|
|
178
178
|
},
|
|
@@ -32,6 +32,9 @@
|
|
|
32
32
|
"flags": {
|
|
33
33
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
34
34
|
},
|
|
35
|
+
"advice": {
|
|
36
|
+
"$ref": "entry.json"
|
|
37
|
+
},
|
|
35
38
|
"img": {
|
|
36
39
|
"type": "string"
|
|
37
40
|
},
|
|
@@ -86,6 +89,9 @@
|
|
|
86
89
|
"flags": {
|
|
87
90
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
88
91
|
},
|
|
92
|
+
"advice": {
|
|
93
|
+
"$ref": "entry.json"
|
|
94
|
+
},
|
|
89
95
|
"img": {
|
|
90
96
|
"type": "string"
|
|
91
97
|
},
|
|
@@ -141,6 +147,9 @@
|
|
|
141
147
|
"flags": {
|
|
142
148
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
143
149
|
},
|
|
150
|
+
"advice": {
|
|
151
|
+
"$ref": "entry.json"
|
|
152
|
+
},
|
|
144
153
|
"img": {
|
|
145
154
|
"type": "string"
|
|
146
155
|
},
|
|
@@ -199,6 +208,9 @@
|
|
|
199
208
|
"flags": {
|
|
200
209
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
201
210
|
},
|
|
211
|
+
"advice": {
|
|
212
|
+
"$ref": "entry.json"
|
|
213
|
+
},
|
|
202
214
|
"img": {
|
|
203
215
|
"type": "string"
|
|
204
216
|
},
|
|
@@ -257,6 +269,9 @@
|
|
|
257
269
|
"flags": {
|
|
258
270
|
"$ref": "util-foundry.json#/$defs/foundryFlagsObject"
|
|
259
271
|
},
|
|
272
|
+
"advice": {
|
|
273
|
+
"$ref": "entry.json"
|
|
274
|
+
},
|
|
260
275
|
"img": {
|
|
261
276
|
"type": "string"
|
|
262
277
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-copy.json",
|
|
4
4
|
"title": "Util: Copy",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.8",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_mod_renameArr_rename": {
|
|
8
8
|
"type": "object",
|
|
@@ -1109,7 +1109,8 @@
|
|
|
1109
1109
|
"required": [
|
|
1110
1110
|
"_abstract",
|
|
1111
1111
|
"_implementations"
|
|
1112
|
-
]
|
|
1112
|
+
],
|
|
1113
|
+
"additionalProperties": false
|
|
1113
1114
|
}
|
|
1114
1115
|
]
|
|
1115
1116
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.4",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -1609,6 +1609,9 @@
|
|
|
1609
1609
|
"flags": {
|
|
1610
1610
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1611
1611
|
},
|
|
1612
|
+
"advice": {
|
|
1613
|
+
"$ref": "entry.json"
|
|
1614
|
+
},
|
|
1612
1615
|
"img": {
|
|
1613
1616
|
"type": "string"
|
|
1614
1617
|
},
|
|
@@ -1663,6 +1666,9 @@
|
|
|
1663
1666
|
"flags": {
|
|
1664
1667
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1665
1668
|
},
|
|
1669
|
+
"advice": {
|
|
1670
|
+
"$ref": "entry.json"
|
|
1671
|
+
},
|
|
1666
1672
|
"img": {
|
|
1667
1673
|
"type": "string"
|
|
1668
1674
|
},
|
|
@@ -1735,6 +1741,9 @@
|
|
|
1735
1741
|
"flags": {
|
|
1736
1742
|
"$ref": "#/$defs/foundryFlagsObject"
|
|
1737
1743
|
},
|
|
1744
|
+
"advice": {
|
|
1745
|
+
"$ref": "entry.json"
|
|
1746
|
+
},
|
|
1738
1747
|
"img": {
|
|
1739
1748
|
"type": "string"
|
|
1740
1749
|
},
|