5etools-utils 0.14.24 → 0.14.25
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/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/util-foundry.json +14 -1
- package/schema/brew-fast/class/foundry.json +12 -0
- 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/util-foundry.json +14 -1
- package/schema/site/class/foundry.json +12 -0
- 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/util-foundry.json +14 -1
- package/schema/site-fast/class/foundry.json +12 -0
- 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/util-foundry.json +14 -1
- package/schema/ua/class/foundry.json +12 -0
- 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/util-foundry.json +14 -1
- package/schema/ua-fast/class/foundry.json +12 -0
- 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/util-foundry.json +14 -1
package/package.json
CHANGED
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"source": {
|
|
17
17
|
"$ref": "../util.json#/$defs/source"
|
|
18
18
|
},
|
|
19
|
+
"identifier": {
|
|
20
|
+
"$ref": "../util-foundry.json#/$defs/foundryIdentifier"
|
|
21
|
+
},
|
|
19
22
|
"system": {
|
|
20
23
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
21
24
|
},
|
|
@@ -113,6 +116,9 @@
|
|
|
113
116
|
"source": {
|
|
114
117
|
"$ref": "../util.json#/$defs/source"
|
|
115
118
|
},
|
|
119
|
+
"identifier": {
|
|
120
|
+
"$ref": "../util-foundry.json#/$defs/foundryIdentifier"
|
|
121
|
+
},
|
|
116
122
|
"system": {
|
|
117
123
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
118
124
|
},
|
|
@@ -215,6 +221,9 @@
|
|
|
215
221
|
"source": {
|
|
216
222
|
"$ref": "../util.json#/$defs/source"
|
|
217
223
|
},
|
|
224
|
+
"identifier": {
|
|
225
|
+
"$ref": "../util-foundry.json#/$defs/foundryIdentifier"
|
|
226
|
+
},
|
|
218
227
|
"system": {
|
|
219
228
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
220
229
|
},
|
|
@@ -319,6 +328,9 @@
|
|
|
319
328
|
"source": {
|
|
320
329
|
"$ref": "../util.json#/$defs/source"
|
|
321
330
|
},
|
|
331
|
+
"identifier": {
|
|
332
|
+
"$ref": "../util-foundry.json#/$defs/foundryIdentifier"
|
|
333
|
+
},
|
|
322
334
|
"system": {
|
|
323
335
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
324
336
|
},
|
|
@@ -14,6 +14,9 @@
|
|
|
14
14
|
"source": {
|
|
15
15
|
"$ref": "util.json#/$defs/source"
|
|
16
16
|
},
|
|
17
|
+
"identifier": {
|
|
18
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
19
|
+
},
|
|
17
20
|
"system": {
|
|
18
21
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
19
22
|
},
|
|
@@ -71,6 +74,9 @@
|
|
|
71
74
|
"source": {
|
|
72
75
|
"$ref": "util.json#/$defs/source"
|
|
73
76
|
},
|
|
77
|
+
"identifier": {
|
|
78
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
79
|
+
},
|
|
74
80
|
"system": {
|
|
75
81
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
76
82
|
},
|
|
@@ -129,6 +135,9 @@
|
|
|
129
135
|
"source": {
|
|
130
136
|
"$ref": "util.json#/$defs/source"
|
|
131
137
|
},
|
|
138
|
+
"identifier": {
|
|
139
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
140
|
+
},
|
|
132
141
|
"system": {
|
|
133
142
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
134
143
|
},
|
|
@@ -190,6 +199,9 @@
|
|
|
190
199
|
"source": {
|
|
191
200
|
"$ref": "util.json#/$defs/source"
|
|
192
201
|
},
|
|
202
|
+
"identifier": {
|
|
203
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
204
|
+
},
|
|
193
205
|
"system": {
|
|
194
206
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
195
207
|
},
|
|
@@ -251,6 +263,9 @@
|
|
|
251
263
|
"source": {
|
|
252
264
|
"$ref": "util.json#/$defs/source"
|
|
253
265
|
},
|
|
266
|
+
"identifier": {
|
|
267
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
268
|
+
},
|
|
254
269
|
"system": {
|
|
255
270
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
256
271
|
},
|
|
@@ -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.7",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -81,6 +81,10 @@
|
|
|
81
81
|
"maximum": 3,
|
|
82
82
|
"multipleOf": 0.1
|
|
83
83
|
},
|
|
84
|
+
"foundryIdentifier": {
|
|
85
|
+
"type": "string",
|
|
86
|
+
"pattern": "^[-A-Za-z0-9]+$"
|
|
87
|
+
},
|
|
84
88
|
"foundrySystemObject": {
|
|
85
89
|
"type": "object"
|
|
86
90
|
},
|
|
@@ -1915,6 +1919,9 @@
|
|
|
1915
1919
|
"source": {
|
|
1916
1920
|
"$ref": "util.json#/$defs/source"
|
|
1917
1921
|
},
|
|
1922
|
+
"identifier": {
|
|
1923
|
+
"$ref": "#/$defs/foundryIdentifier"
|
|
1924
|
+
},
|
|
1918
1925
|
"system": {
|
|
1919
1926
|
"$ref": "#/$defs/foundrySystemObject"
|
|
1920
1927
|
},
|
|
@@ -1972,6 +1979,9 @@
|
|
|
1972
1979
|
"source": {
|
|
1973
1980
|
"$ref": "util.json#/$defs/source"
|
|
1974
1981
|
},
|
|
1982
|
+
"identifier": {
|
|
1983
|
+
"$ref": "#/$defs/foundryIdentifier"
|
|
1984
|
+
},
|
|
1975
1985
|
"system": {
|
|
1976
1986
|
"$ref": "#/$defs/foundrySystemObject"
|
|
1977
1987
|
},
|
|
@@ -2047,6 +2057,9 @@
|
|
|
2047
2057
|
"source": {
|
|
2048
2058
|
"$ref": "util.json#/$defs/source"
|
|
2049
2059
|
},
|
|
2060
|
+
"identifier": {
|
|
2061
|
+
"$ref": "#/$defs/foundryIdentifier"
|
|
2062
|
+
},
|
|
2050
2063
|
"system": {
|
|
2051
2064
|
"$ref": "#/$defs/foundrySystemObject"
|
|
2052
2065
|
},
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"source": {
|
|
17
17
|
"$ref": "../util.json#/$defs/source"
|
|
18
18
|
},
|
|
19
|
+
"identifier": {
|
|
20
|
+
"$ref": "../util-foundry.json#/$defs/foundryIdentifier"
|
|
21
|
+
},
|
|
19
22
|
"system": {
|
|
20
23
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
21
24
|
},
|
|
@@ -113,6 +116,9 @@
|
|
|
113
116
|
"source": {
|
|
114
117
|
"$ref": "../util.json#/$defs/source"
|
|
115
118
|
},
|
|
119
|
+
"identifier": {
|
|
120
|
+
"$ref": "../util-foundry.json#/$defs/foundryIdentifier"
|
|
121
|
+
},
|
|
116
122
|
"system": {
|
|
117
123
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
118
124
|
},
|
|
@@ -215,6 +221,9 @@
|
|
|
215
221
|
"source": {
|
|
216
222
|
"$ref": "../util.json#/$defs/source"
|
|
217
223
|
},
|
|
224
|
+
"identifier": {
|
|
225
|
+
"$ref": "../util-foundry.json#/$defs/foundryIdentifier"
|
|
226
|
+
},
|
|
218
227
|
"system": {
|
|
219
228
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
220
229
|
},
|
|
@@ -319,6 +328,9 @@
|
|
|
319
328
|
"source": {
|
|
320
329
|
"$ref": "../util.json#/$defs/source"
|
|
321
330
|
},
|
|
331
|
+
"identifier": {
|
|
332
|
+
"$ref": "../util-foundry.json#/$defs/foundryIdentifier"
|
|
333
|
+
},
|
|
322
334
|
"system": {
|
|
323
335
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
324
336
|
},
|
|
@@ -14,6 +14,9 @@
|
|
|
14
14
|
"source": {
|
|
15
15
|
"$ref": "util.json#/$defs/source"
|
|
16
16
|
},
|
|
17
|
+
"identifier": {
|
|
18
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
19
|
+
},
|
|
17
20
|
"system": {
|
|
18
21
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
19
22
|
},
|
|
@@ -71,6 +74,9 @@
|
|
|
71
74
|
"source": {
|
|
72
75
|
"$ref": "util.json#/$defs/source"
|
|
73
76
|
},
|
|
77
|
+
"identifier": {
|
|
78
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
79
|
+
},
|
|
74
80
|
"system": {
|
|
75
81
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
76
82
|
},
|
|
@@ -129,6 +135,9 @@
|
|
|
129
135
|
"source": {
|
|
130
136
|
"$ref": "util.json#/$defs/source"
|
|
131
137
|
},
|
|
138
|
+
"identifier": {
|
|
139
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
140
|
+
},
|
|
132
141
|
"system": {
|
|
133
142
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
134
143
|
},
|
|
@@ -190,6 +199,9 @@
|
|
|
190
199
|
"source": {
|
|
191
200
|
"$ref": "util.json#/$defs/source"
|
|
192
201
|
},
|
|
202
|
+
"identifier": {
|
|
203
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
204
|
+
},
|
|
193
205
|
"system": {
|
|
194
206
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
195
207
|
},
|
|
@@ -251,6 +263,9 @@
|
|
|
251
263
|
"source": {
|
|
252
264
|
"$ref": "util.json#/$defs/source"
|
|
253
265
|
},
|
|
266
|
+
"identifier": {
|
|
267
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
268
|
+
},
|
|
254
269
|
"system": {
|
|
255
270
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
256
271
|
},
|
|
@@ -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.7",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -81,6 +81,10 @@
|
|
|
81
81
|
"maximum": 3,
|
|
82
82
|
"multipleOf": 0.1
|
|
83
83
|
},
|
|
84
|
+
"foundryIdentifier": {
|
|
85
|
+
"type": "string",
|
|
86
|
+
"pattern": "^[-A-Za-z0-9]+$"
|
|
87
|
+
},
|
|
84
88
|
"foundrySystemObject": {
|
|
85
89
|
"type": "object"
|
|
86
90
|
},
|
|
@@ -1915,6 +1919,9 @@
|
|
|
1915
1919
|
"source": {
|
|
1916
1920
|
"$ref": "util.json#/$defs/source"
|
|
1917
1921
|
},
|
|
1922
|
+
"identifier": {
|
|
1923
|
+
"$ref": "#/$defs/foundryIdentifier"
|
|
1924
|
+
},
|
|
1918
1925
|
"system": {
|
|
1919
1926
|
"$ref": "#/$defs/foundrySystemObject"
|
|
1920
1927
|
},
|
|
@@ -1972,6 +1979,9 @@
|
|
|
1972
1979
|
"source": {
|
|
1973
1980
|
"$ref": "util.json#/$defs/source"
|
|
1974
1981
|
},
|
|
1982
|
+
"identifier": {
|
|
1983
|
+
"$ref": "#/$defs/foundryIdentifier"
|
|
1984
|
+
},
|
|
1975
1985
|
"system": {
|
|
1976
1986
|
"$ref": "#/$defs/foundrySystemObject"
|
|
1977
1987
|
},
|
|
@@ -2047,6 +2057,9 @@
|
|
|
2047
2057
|
"source": {
|
|
2048
2058
|
"$ref": "util.json#/$defs/source"
|
|
2049
2059
|
},
|
|
2060
|
+
"identifier": {
|
|
2061
|
+
"$ref": "#/$defs/foundryIdentifier"
|
|
2062
|
+
},
|
|
2050
2063
|
"system": {
|
|
2051
2064
|
"$ref": "#/$defs/foundrySystemObject"
|
|
2052
2065
|
},
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"source": {
|
|
17
17
|
"$ref": "../util.json#/$defs/source"
|
|
18
18
|
},
|
|
19
|
+
"identifier": {
|
|
20
|
+
"$ref": "../util-foundry.json#/$defs/foundryIdentifier"
|
|
21
|
+
},
|
|
19
22
|
"system": {
|
|
20
23
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
21
24
|
},
|
|
@@ -113,6 +116,9 @@
|
|
|
113
116
|
"source": {
|
|
114
117
|
"$ref": "../util.json#/$defs/source"
|
|
115
118
|
},
|
|
119
|
+
"identifier": {
|
|
120
|
+
"$ref": "../util-foundry.json#/$defs/foundryIdentifier"
|
|
121
|
+
},
|
|
116
122
|
"system": {
|
|
117
123
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
118
124
|
},
|
|
@@ -215,6 +221,9 @@
|
|
|
215
221
|
"source": {
|
|
216
222
|
"$ref": "../util.json#/$defs/source"
|
|
217
223
|
},
|
|
224
|
+
"identifier": {
|
|
225
|
+
"$ref": "../util-foundry.json#/$defs/foundryIdentifier"
|
|
226
|
+
},
|
|
218
227
|
"system": {
|
|
219
228
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
220
229
|
},
|
|
@@ -319,6 +328,9 @@
|
|
|
319
328
|
"source": {
|
|
320
329
|
"$ref": "../util.json#/$defs/source"
|
|
321
330
|
},
|
|
331
|
+
"identifier": {
|
|
332
|
+
"$ref": "../util-foundry.json#/$defs/foundryIdentifier"
|
|
333
|
+
},
|
|
322
334
|
"system": {
|
|
323
335
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
324
336
|
},
|
|
@@ -14,6 +14,9 @@
|
|
|
14
14
|
"source": {
|
|
15
15
|
"$ref": "util.json#/$defs/source"
|
|
16
16
|
},
|
|
17
|
+
"identifier": {
|
|
18
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
19
|
+
},
|
|
17
20
|
"system": {
|
|
18
21
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
19
22
|
},
|
|
@@ -71,6 +74,9 @@
|
|
|
71
74
|
"source": {
|
|
72
75
|
"$ref": "util.json#/$defs/source"
|
|
73
76
|
},
|
|
77
|
+
"identifier": {
|
|
78
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
79
|
+
},
|
|
74
80
|
"system": {
|
|
75
81
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
76
82
|
},
|
|
@@ -129,6 +135,9 @@
|
|
|
129
135
|
"source": {
|
|
130
136
|
"$ref": "util.json#/$defs/source"
|
|
131
137
|
},
|
|
138
|
+
"identifier": {
|
|
139
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
140
|
+
},
|
|
132
141
|
"system": {
|
|
133
142
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
134
143
|
},
|
|
@@ -190,6 +199,9 @@
|
|
|
190
199
|
"source": {
|
|
191
200
|
"$ref": "util.json#/$defs/source"
|
|
192
201
|
},
|
|
202
|
+
"identifier": {
|
|
203
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
204
|
+
},
|
|
193
205
|
"system": {
|
|
194
206
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
195
207
|
},
|
|
@@ -251,6 +263,9 @@
|
|
|
251
263
|
"source": {
|
|
252
264
|
"$ref": "util.json#/$defs/source"
|
|
253
265
|
},
|
|
266
|
+
"identifier": {
|
|
267
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
268
|
+
},
|
|
254
269
|
"system": {
|
|
255
270
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
256
271
|
},
|
|
@@ -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.7",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -81,6 +81,10 @@
|
|
|
81
81
|
"maximum": 3,
|
|
82
82
|
"multipleOf": 0.1
|
|
83
83
|
},
|
|
84
|
+
"foundryIdentifier": {
|
|
85
|
+
"type": "string",
|
|
86
|
+
"pattern": "^[-A-Za-z0-9]+$"
|
|
87
|
+
},
|
|
84
88
|
"foundrySystemObject": {
|
|
85
89
|
"type": "object"
|
|
86
90
|
},
|
|
@@ -1915,6 +1919,9 @@
|
|
|
1915
1919
|
"source": {
|
|
1916
1920
|
"$ref": "util.json#/$defs/source"
|
|
1917
1921
|
},
|
|
1922
|
+
"identifier": {
|
|
1923
|
+
"$ref": "#/$defs/foundryIdentifier"
|
|
1924
|
+
},
|
|
1918
1925
|
"system": {
|
|
1919
1926
|
"$ref": "#/$defs/foundrySystemObject"
|
|
1920
1927
|
},
|
|
@@ -1972,6 +1979,9 @@
|
|
|
1972
1979
|
"source": {
|
|
1973
1980
|
"$ref": "util.json#/$defs/source"
|
|
1974
1981
|
},
|
|
1982
|
+
"identifier": {
|
|
1983
|
+
"$ref": "#/$defs/foundryIdentifier"
|
|
1984
|
+
},
|
|
1975
1985
|
"system": {
|
|
1976
1986
|
"$ref": "#/$defs/foundrySystemObject"
|
|
1977
1987
|
},
|
|
@@ -2047,6 +2057,9 @@
|
|
|
2047
2057
|
"source": {
|
|
2048
2058
|
"$ref": "util.json#/$defs/source"
|
|
2049
2059
|
},
|
|
2060
|
+
"identifier": {
|
|
2061
|
+
"$ref": "#/$defs/foundryIdentifier"
|
|
2062
|
+
},
|
|
2050
2063
|
"system": {
|
|
2051
2064
|
"$ref": "#/$defs/foundrySystemObject"
|
|
2052
2065
|
},
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"source": {
|
|
17
17
|
"$ref": "../util.json#/$defs/source"
|
|
18
18
|
},
|
|
19
|
+
"identifier": {
|
|
20
|
+
"$ref": "../util-foundry.json#/$defs/foundryIdentifier"
|
|
21
|
+
},
|
|
19
22
|
"system": {
|
|
20
23
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
21
24
|
},
|
|
@@ -113,6 +116,9 @@
|
|
|
113
116
|
"source": {
|
|
114
117
|
"$ref": "../util.json#/$defs/source"
|
|
115
118
|
},
|
|
119
|
+
"identifier": {
|
|
120
|
+
"$ref": "../util-foundry.json#/$defs/foundryIdentifier"
|
|
121
|
+
},
|
|
116
122
|
"system": {
|
|
117
123
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
118
124
|
},
|
|
@@ -215,6 +221,9 @@
|
|
|
215
221
|
"source": {
|
|
216
222
|
"$ref": "../util.json#/$defs/source"
|
|
217
223
|
},
|
|
224
|
+
"identifier": {
|
|
225
|
+
"$ref": "../util-foundry.json#/$defs/foundryIdentifier"
|
|
226
|
+
},
|
|
218
227
|
"system": {
|
|
219
228
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
220
229
|
},
|
|
@@ -319,6 +328,9 @@
|
|
|
319
328
|
"source": {
|
|
320
329
|
"$ref": "../util.json#/$defs/source"
|
|
321
330
|
},
|
|
331
|
+
"identifier": {
|
|
332
|
+
"$ref": "../util-foundry.json#/$defs/foundryIdentifier"
|
|
333
|
+
},
|
|
322
334
|
"system": {
|
|
323
335
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
324
336
|
},
|
|
@@ -14,6 +14,9 @@
|
|
|
14
14
|
"source": {
|
|
15
15
|
"$ref": "util.json#/$defs/source"
|
|
16
16
|
},
|
|
17
|
+
"identifier": {
|
|
18
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
19
|
+
},
|
|
17
20
|
"system": {
|
|
18
21
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
19
22
|
},
|
|
@@ -71,6 +74,9 @@
|
|
|
71
74
|
"source": {
|
|
72
75
|
"$ref": "util.json#/$defs/source"
|
|
73
76
|
},
|
|
77
|
+
"identifier": {
|
|
78
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
79
|
+
},
|
|
74
80
|
"system": {
|
|
75
81
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
76
82
|
},
|
|
@@ -129,6 +135,9 @@
|
|
|
129
135
|
"source": {
|
|
130
136
|
"$ref": "util.json#/$defs/source"
|
|
131
137
|
},
|
|
138
|
+
"identifier": {
|
|
139
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
140
|
+
},
|
|
132
141
|
"system": {
|
|
133
142
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
134
143
|
},
|
|
@@ -190,6 +199,9 @@
|
|
|
190
199
|
"source": {
|
|
191
200
|
"$ref": "util.json#/$defs/source"
|
|
192
201
|
},
|
|
202
|
+
"identifier": {
|
|
203
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
204
|
+
},
|
|
193
205
|
"system": {
|
|
194
206
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
195
207
|
},
|
|
@@ -251,6 +263,9 @@
|
|
|
251
263
|
"source": {
|
|
252
264
|
"$ref": "util.json#/$defs/source"
|
|
253
265
|
},
|
|
266
|
+
"identifier": {
|
|
267
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
268
|
+
},
|
|
254
269
|
"system": {
|
|
255
270
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
256
271
|
},
|
|
@@ -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.7",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -81,6 +81,10 @@
|
|
|
81
81
|
"maximum": 3,
|
|
82
82
|
"multipleOf": 0.1
|
|
83
83
|
},
|
|
84
|
+
"foundryIdentifier": {
|
|
85
|
+
"type": "string",
|
|
86
|
+
"pattern": "^[-A-Za-z0-9]+$"
|
|
87
|
+
},
|
|
84
88
|
"foundrySystemObject": {
|
|
85
89
|
"type": "object"
|
|
86
90
|
},
|
|
@@ -1915,6 +1919,9 @@
|
|
|
1915
1919
|
"source": {
|
|
1916
1920
|
"$ref": "util.json#/$defs/source"
|
|
1917
1921
|
},
|
|
1922
|
+
"identifier": {
|
|
1923
|
+
"$ref": "#/$defs/foundryIdentifier"
|
|
1924
|
+
},
|
|
1918
1925
|
"system": {
|
|
1919
1926
|
"$ref": "#/$defs/foundrySystemObject"
|
|
1920
1927
|
},
|
|
@@ -1972,6 +1979,9 @@
|
|
|
1972
1979
|
"source": {
|
|
1973
1980
|
"$ref": "util.json#/$defs/source"
|
|
1974
1981
|
},
|
|
1982
|
+
"identifier": {
|
|
1983
|
+
"$ref": "#/$defs/foundryIdentifier"
|
|
1984
|
+
},
|
|
1975
1985
|
"system": {
|
|
1976
1986
|
"$ref": "#/$defs/foundrySystemObject"
|
|
1977
1987
|
},
|
|
@@ -2047,6 +2057,9 @@
|
|
|
2047
2057
|
"source": {
|
|
2048
2058
|
"$ref": "util.json#/$defs/source"
|
|
2049
2059
|
},
|
|
2060
|
+
"identifier": {
|
|
2061
|
+
"$ref": "#/$defs/foundryIdentifier"
|
|
2062
|
+
},
|
|
2050
2063
|
"system": {
|
|
2051
2064
|
"$ref": "#/$defs/foundrySystemObject"
|
|
2052
2065
|
},
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"source": {
|
|
17
17
|
"$ref": "../util.json#/$defs/source"
|
|
18
18
|
},
|
|
19
|
+
"identifier": {
|
|
20
|
+
"$ref": "../util-foundry.json#/$defs/foundryIdentifier"
|
|
21
|
+
},
|
|
19
22
|
"system": {
|
|
20
23
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
21
24
|
},
|
|
@@ -113,6 +116,9 @@
|
|
|
113
116
|
"source": {
|
|
114
117
|
"$ref": "../util.json#/$defs/source"
|
|
115
118
|
},
|
|
119
|
+
"identifier": {
|
|
120
|
+
"$ref": "../util-foundry.json#/$defs/foundryIdentifier"
|
|
121
|
+
},
|
|
116
122
|
"system": {
|
|
117
123
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
118
124
|
},
|
|
@@ -215,6 +221,9 @@
|
|
|
215
221
|
"source": {
|
|
216
222
|
"$ref": "../util.json#/$defs/source"
|
|
217
223
|
},
|
|
224
|
+
"identifier": {
|
|
225
|
+
"$ref": "../util-foundry.json#/$defs/foundryIdentifier"
|
|
226
|
+
},
|
|
218
227
|
"system": {
|
|
219
228
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
220
229
|
},
|
|
@@ -319,6 +328,9 @@
|
|
|
319
328
|
"source": {
|
|
320
329
|
"$ref": "../util.json#/$defs/source"
|
|
321
330
|
},
|
|
331
|
+
"identifier": {
|
|
332
|
+
"$ref": "../util-foundry.json#/$defs/foundryIdentifier"
|
|
333
|
+
},
|
|
322
334
|
"system": {
|
|
323
335
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
324
336
|
},
|
|
@@ -14,6 +14,9 @@
|
|
|
14
14
|
"source": {
|
|
15
15
|
"$ref": "util.json#/$defs/source"
|
|
16
16
|
},
|
|
17
|
+
"identifier": {
|
|
18
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
19
|
+
},
|
|
17
20
|
"system": {
|
|
18
21
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
19
22
|
},
|
|
@@ -71,6 +74,9 @@
|
|
|
71
74
|
"source": {
|
|
72
75
|
"$ref": "util.json#/$defs/source"
|
|
73
76
|
},
|
|
77
|
+
"identifier": {
|
|
78
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
79
|
+
},
|
|
74
80
|
"system": {
|
|
75
81
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
76
82
|
},
|
|
@@ -129,6 +135,9 @@
|
|
|
129
135
|
"source": {
|
|
130
136
|
"$ref": "util.json#/$defs/source"
|
|
131
137
|
},
|
|
138
|
+
"identifier": {
|
|
139
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
140
|
+
},
|
|
132
141
|
"system": {
|
|
133
142
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
134
143
|
},
|
|
@@ -190,6 +199,9 @@
|
|
|
190
199
|
"source": {
|
|
191
200
|
"$ref": "util.json#/$defs/source"
|
|
192
201
|
},
|
|
202
|
+
"identifier": {
|
|
203
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
204
|
+
},
|
|
193
205
|
"system": {
|
|
194
206
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
195
207
|
},
|
|
@@ -251,6 +263,9 @@
|
|
|
251
263
|
"source": {
|
|
252
264
|
"$ref": "util.json#/$defs/source"
|
|
253
265
|
},
|
|
266
|
+
"identifier": {
|
|
267
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
268
|
+
},
|
|
254
269
|
"system": {
|
|
255
270
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
256
271
|
},
|
|
@@ -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.7",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -81,6 +81,10 @@
|
|
|
81
81
|
"maximum": 3,
|
|
82
82
|
"multipleOf": 0.1
|
|
83
83
|
},
|
|
84
|
+
"foundryIdentifier": {
|
|
85
|
+
"type": "string",
|
|
86
|
+
"pattern": "^[-A-Za-z0-9]+$"
|
|
87
|
+
},
|
|
84
88
|
"foundrySystemObject": {
|
|
85
89
|
"type": "object"
|
|
86
90
|
},
|
|
@@ -1915,6 +1919,9 @@
|
|
|
1915
1919
|
"source": {
|
|
1916
1920
|
"$ref": "util.json#/$defs/source"
|
|
1917
1921
|
},
|
|
1922
|
+
"identifier": {
|
|
1923
|
+
"$ref": "#/$defs/foundryIdentifier"
|
|
1924
|
+
},
|
|
1918
1925
|
"system": {
|
|
1919
1926
|
"$ref": "#/$defs/foundrySystemObject"
|
|
1920
1927
|
},
|
|
@@ -1972,6 +1979,9 @@
|
|
|
1972
1979
|
"source": {
|
|
1973
1980
|
"$ref": "util.json#/$defs/source"
|
|
1974
1981
|
},
|
|
1982
|
+
"identifier": {
|
|
1983
|
+
"$ref": "#/$defs/foundryIdentifier"
|
|
1984
|
+
},
|
|
1975
1985
|
"system": {
|
|
1976
1986
|
"$ref": "#/$defs/foundrySystemObject"
|
|
1977
1987
|
},
|
|
@@ -2047,6 +2057,9 @@
|
|
|
2047
2057
|
"source": {
|
|
2048
2058
|
"$ref": "util.json#/$defs/source"
|
|
2049
2059
|
},
|
|
2060
|
+
"identifier": {
|
|
2061
|
+
"$ref": "#/$defs/foundryIdentifier"
|
|
2062
|
+
},
|
|
2050
2063
|
"system": {
|
|
2051
2064
|
"$ref": "#/$defs/foundrySystemObject"
|
|
2052
2065
|
},
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"source": {
|
|
17
17
|
"$ref": "../util.json#/$defs/source"
|
|
18
18
|
},
|
|
19
|
+
"identifier": {
|
|
20
|
+
"$ref": "../util-foundry.json#/$defs/foundryIdentifier"
|
|
21
|
+
},
|
|
19
22
|
"system": {
|
|
20
23
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
21
24
|
},
|
|
@@ -113,6 +116,9 @@
|
|
|
113
116
|
"source": {
|
|
114
117
|
"$ref": "../util.json#/$defs/source"
|
|
115
118
|
},
|
|
119
|
+
"identifier": {
|
|
120
|
+
"$ref": "../util-foundry.json#/$defs/foundryIdentifier"
|
|
121
|
+
},
|
|
116
122
|
"system": {
|
|
117
123
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
118
124
|
},
|
|
@@ -215,6 +221,9 @@
|
|
|
215
221
|
"source": {
|
|
216
222
|
"$ref": "../util.json#/$defs/source"
|
|
217
223
|
},
|
|
224
|
+
"identifier": {
|
|
225
|
+
"$ref": "../util-foundry.json#/$defs/foundryIdentifier"
|
|
226
|
+
},
|
|
218
227
|
"system": {
|
|
219
228
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
220
229
|
},
|
|
@@ -319,6 +328,9 @@
|
|
|
319
328
|
"source": {
|
|
320
329
|
"$ref": "../util.json#/$defs/source"
|
|
321
330
|
},
|
|
331
|
+
"identifier": {
|
|
332
|
+
"$ref": "../util-foundry.json#/$defs/foundryIdentifier"
|
|
333
|
+
},
|
|
322
334
|
"system": {
|
|
323
335
|
"$ref": "../util-foundry.json#/$defs/foundrySystemObject"
|
|
324
336
|
},
|
|
@@ -14,6 +14,9 @@
|
|
|
14
14
|
"source": {
|
|
15
15
|
"$ref": "util.json#/$defs/source"
|
|
16
16
|
},
|
|
17
|
+
"identifier": {
|
|
18
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
19
|
+
},
|
|
17
20
|
"system": {
|
|
18
21
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
19
22
|
},
|
|
@@ -71,6 +74,9 @@
|
|
|
71
74
|
"source": {
|
|
72
75
|
"$ref": "util.json#/$defs/source"
|
|
73
76
|
},
|
|
77
|
+
"identifier": {
|
|
78
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
79
|
+
},
|
|
74
80
|
"system": {
|
|
75
81
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
76
82
|
},
|
|
@@ -129,6 +135,9 @@
|
|
|
129
135
|
"source": {
|
|
130
136
|
"$ref": "util.json#/$defs/source"
|
|
131
137
|
},
|
|
138
|
+
"identifier": {
|
|
139
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
140
|
+
},
|
|
132
141
|
"system": {
|
|
133
142
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
134
143
|
},
|
|
@@ -190,6 +199,9 @@
|
|
|
190
199
|
"source": {
|
|
191
200
|
"$ref": "util.json#/$defs/source"
|
|
192
201
|
},
|
|
202
|
+
"identifier": {
|
|
203
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
204
|
+
},
|
|
193
205
|
"system": {
|
|
194
206
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
195
207
|
},
|
|
@@ -251,6 +263,9 @@
|
|
|
251
263
|
"source": {
|
|
252
264
|
"$ref": "util.json#/$defs/source"
|
|
253
265
|
},
|
|
266
|
+
"identifier": {
|
|
267
|
+
"$ref": "util-foundry.json#/$defs/foundryIdentifier"
|
|
268
|
+
},
|
|
254
269
|
"system": {
|
|
255
270
|
"$ref": "util-foundry.json#/$defs/foundrySystemObject"
|
|
256
271
|
},
|
|
@@ -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.7",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -81,6 +81,10 @@
|
|
|
81
81
|
"maximum": 3,
|
|
82
82
|
"multipleOf": 0.1
|
|
83
83
|
},
|
|
84
|
+
"foundryIdentifier": {
|
|
85
|
+
"type": "string",
|
|
86
|
+
"pattern": "^[-A-Za-z0-9]+$"
|
|
87
|
+
},
|
|
84
88
|
"foundrySystemObject": {
|
|
85
89
|
"type": "object"
|
|
86
90
|
},
|
|
@@ -1915,6 +1919,9 @@
|
|
|
1915
1919
|
"source": {
|
|
1916
1920
|
"$ref": "util.json#/$defs/source"
|
|
1917
1921
|
},
|
|
1922
|
+
"identifier": {
|
|
1923
|
+
"$ref": "#/$defs/foundryIdentifier"
|
|
1924
|
+
},
|
|
1918
1925
|
"system": {
|
|
1919
1926
|
"$ref": "#/$defs/foundrySystemObject"
|
|
1920
1927
|
},
|
|
@@ -1972,6 +1979,9 @@
|
|
|
1972
1979
|
"source": {
|
|
1973
1980
|
"$ref": "util.json#/$defs/source"
|
|
1974
1981
|
},
|
|
1982
|
+
"identifier": {
|
|
1983
|
+
"$ref": "#/$defs/foundryIdentifier"
|
|
1984
|
+
},
|
|
1975
1985
|
"system": {
|
|
1976
1986
|
"$ref": "#/$defs/foundrySystemObject"
|
|
1977
1987
|
},
|
|
@@ -2047,6 +2057,9 @@
|
|
|
2047
2057
|
"source": {
|
|
2048
2058
|
"$ref": "util.json#/$defs/source"
|
|
2049
2059
|
},
|
|
2060
|
+
"identifier": {
|
|
2061
|
+
"$ref": "#/$defs/foundryIdentifier"
|
|
2062
|
+
},
|
|
2050
2063
|
"system": {
|
|
2051
2064
|
"$ref": "#/$defs/foundrySystemObject"
|
|
2052
2065
|
},
|