5etools-utils 0.5.17 → 0.5.18
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/bestiary/bestiary.json +61 -1
- package/schema/brew/spells/spells.json +1 -1
- package/schema/brew-fast/bestiary/bestiary.json +61 -1
- package/schema/brew-fast/spells/spells.json +1 -1
- package/schema/site/bestiary/bestiary.json +1 -1
- package/schema/site/spells/spells.json +1 -1
- package/schema/site-fast/bestiary/bestiary.json +1 -1
- package/schema/site-fast/spells/spells.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.11",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1146,6 +1146,26 @@
|
|
|
1146
1146
|
"additionalProperties": false
|
|
1147
1147
|
}
|
|
1148
1148
|
},
|
|
1149
|
+
"resource": {
|
|
1150
|
+
"type": "array",
|
|
1151
|
+
"items": {
|
|
1152
|
+
"type": "object",
|
|
1153
|
+
"properties": {
|
|
1154
|
+
"value": {
|
|
1155
|
+
"type": "integer"
|
|
1156
|
+
},
|
|
1157
|
+
"formula": {
|
|
1158
|
+
"type": "string"
|
|
1159
|
+
}
|
|
1160
|
+
},
|
|
1161
|
+
"required": [
|
|
1162
|
+
"value"
|
|
1163
|
+
],
|
|
1164
|
+
"additionalProperties": false
|
|
1165
|
+
},
|
|
1166
|
+
"uniqueItems": true,
|
|
1167
|
+
"minItems": 1
|
|
1168
|
+
},
|
|
1149
1169
|
"fluff": {
|
|
1150
1170
|
"description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
|
|
1151
1171
|
"anyOf": [
|
|
@@ -2248,6 +2268,26 @@
|
|
|
2248
2268
|
"additionalProperties": false
|
|
2249
2269
|
}
|
|
2250
2270
|
},
|
|
2271
|
+
"resource": {
|
|
2272
|
+
"type": "array",
|
|
2273
|
+
"items": {
|
|
2274
|
+
"type": "object",
|
|
2275
|
+
"properties": {
|
|
2276
|
+
"value": {
|
|
2277
|
+
"type": "integer"
|
|
2278
|
+
},
|
|
2279
|
+
"formula": {
|
|
2280
|
+
"type": "string"
|
|
2281
|
+
}
|
|
2282
|
+
},
|
|
2283
|
+
"required": [
|
|
2284
|
+
"value"
|
|
2285
|
+
],
|
|
2286
|
+
"additionalProperties": false
|
|
2287
|
+
},
|
|
2288
|
+
"uniqueItems": true,
|
|
2289
|
+
"minItems": 1
|
|
2290
|
+
},
|
|
2251
2291
|
"fluff": {
|
|
2252
2292
|
"description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
|
|
2253
2293
|
"anyOf": [
|
|
@@ -3365,6 +3405,26 @@
|
|
|
3365
3405
|
"additionalProperties": false
|
|
3366
3406
|
}
|
|
3367
3407
|
},
|
|
3408
|
+
"resource": {
|
|
3409
|
+
"type": "array",
|
|
3410
|
+
"items": {
|
|
3411
|
+
"type": "object",
|
|
3412
|
+
"properties": {
|
|
3413
|
+
"value": {
|
|
3414
|
+
"type": "integer"
|
|
3415
|
+
},
|
|
3416
|
+
"formula": {
|
|
3417
|
+
"type": "string"
|
|
3418
|
+
}
|
|
3419
|
+
},
|
|
3420
|
+
"required": [
|
|
3421
|
+
"value"
|
|
3422
|
+
],
|
|
3423
|
+
"additionalProperties": false
|
|
3424
|
+
},
|
|
3425
|
+
"uniqueItems": true,
|
|
3426
|
+
"minItems": 1
|
|
3427
|
+
},
|
|
3368
3428
|
"fluff": {
|
|
3369
3429
|
"description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
|
|
3370
3430
|
"anyOf": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.11",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1146,6 +1146,26 @@
|
|
|
1146
1146
|
"additionalProperties": false
|
|
1147
1147
|
}
|
|
1148
1148
|
},
|
|
1149
|
+
"resource": {
|
|
1150
|
+
"type": "array",
|
|
1151
|
+
"items": {
|
|
1152
|
+
"type": "object",
|
|
1153
|
+
"properties": {
|
|
1154
|
+
"value": {
|
|
1155
|
+
"type": "integer"
|
|
1156
|
+
},
|
|
1157
|
+
"formula": {
|
|
1158
|
+
"type": "string"
|
|
1159
|
+
}
|
|
1160
|
+
},
|
|
1161
|
+
"required": [
|
|
1162
|
+
"value"
|
|
1163
|
+
],
|
|
1164
|
+
"additionalProperties": false
|
|
1165
|
+
},
|
|
1166
|
+
"uniqueItems": true,
|
|
1167
|
+
"minItems": 1
|
|
1168
|
+
},
|
|
1149
1169
|
"fluff": {
|
|
1150
1170
|
"description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
|
|
1151
1171
|
"anyOf": [
|
|
@@ -2248,6 +2268,26 @@
|
|
|
2248
2268
|
"additionalProperties": false
|
|
2249
2269
|
}
|
|
2250
2270
|
},
|
|
2271
|
+
"resource": {
|
|
2272
|
+
"type": "array",
|
|
2273
|
+
"items": {
|
|
2274
|
+
"type": "object",
|
|
2275
|
+
"properties": {
|
|
2276
|
+
"value": {
|
|
2277
|
+
"type": "integer"
|
|
2278
|
+
},
|
|
2279
|
+
"formula": {
|
|
2280
|
+
"type": "string"
|
|
2281
|
+
}
|
|
2282
|
+
},
|
|
2283
|
+
"required": [
|
|
2284
|
+
"value"
|
|
2285
|
+
],
|
|
2286
|
+
"additionalProperties": false
|
|
2287
|
+
},
|
|
2288
|
+
"uniqueItems": true,
|
|
2289
|
+
"minItems": 1
|
|
2290
|
+
},
|
|
2251
2291
|
"fluff": {
|
|
2252
2292
|
"description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
|
|
2253
2293
|
"anyOf": [
|
|
@@ -3365,6 +3405,26 @@
|
|
|
3365
3405
|
"additionalProperties": false
|
|
3366
3406
|
}
|
|
3367
3407
|
},
|
|
3408
|
+
"resource": {
|
|
3409
|
+
"type": "array",
|
|
3410
|
+
"items": {
|
|
3411
|
+
"type": "object",
|
|
3412
|
+
"properties": {
|
|
3413
|
+
"value": {
|
|
3414
|
+
"type": "integer"
|
|
3415
|
+
},
|
|
3416
|
+
"formula": {
|
|
3417
|
+
"type": "string"
|
|
3418
|
+
}
|
|
3419
|
+
},
|
|
3420
|
+
"required": [
|
|
3421
|
+
"value"
|
|
3422
|
+
],
|
|
3423
|
+
"additionalProperties": false
|
|
3424
|
+
},
|
|
3425
|
+
"uniqueItems": true,
|
|
3426
|
+
"minItems": 1
|
|
3427
|
+
},
|
|
3368
3428
|
"fluff": {
|
|
3369
3429
|
"description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
|
|
3370
3430
|
"anyOf": [
|