5etools-utils 0.9.50 → 0.9.52

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.
Files changed (37) hide show
  1. package/package.json +1 -1
  2. package/schema/brew/adventures.json +3 -2
  3. package/schema/brew/entry.json +7 -1
  4. package/schema/brew/items-base.json +25 -1
  5. package/schema/brew/items-shared.json +6 -1
  6. package/schema/brew/magicvariants.json +13 -1
  7. package/schema/brew/spells/spells.json +34 -28
  8. package/schema/brew-fast/adventures.json +3 -2
  9. package/schema/brew-fast/entry.json +7 -1
  10. package/schema/brew-fast/items-base.json +25 -1
  11. package/schema/brew-fast/items-shared.json +6 -1
  12. package/schema/brew-fast/magicvariants.json +13 -1
  13. package/schema/brew-fast/spells/spells.json +34 -28
  14. package/schema/site/adventures.json +3 -2
  15. package/schema/site/entry.json +7 -1
  16. package/schema/site/items-base.json +25 -1
  17. package/schema/site/items-shared.json +6 -1
  18. package/schema/site/magicvariants.json +13 -1
  19. package/schema/site/spells/spells.json +34 -1
  20. package/schema/site-fast/adventures.json +3 -2
  21. package/schema/site-fast/entry.json +7 -1
  22. package/schema/site-fast/items-base.json +25 -1
  23. package/schema/site-fast/items-shared.json +6 -1
  24. package/schema/site-fast/magicvariants.json +13 -1
  25. package/schema/site-fast/spells/spells.json +34 -1
  26. package/schema/ua/adventures.json +3 -2
  27. package/schema/ua/entry.json +7 -1
  28. package/schema/ua/items-base.json +25 -1
  29. package/schema/ua/items-shared.json +6 -1
  30. package/schema/ua/magicvariants.json +13 -1
  31. package/schema/ua/spells/spells.json +34 -28
  32. package/schema/ua-fast/adventures.json +3 -2
  33. package/schema/ua-fast/entry.json +7 -1
  34. package/schema/ua-fast/items-base.json +25 -1
  35. package/schema/ua-fast/items-shared.json +6 -1
  36. package/schema/ua-fast/magicvariants.json +13 -1
  37. package/schema/ua-fast/spells/spells.json +34 -28
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "spells.json",
4
- "version": "1.9.9",
4
+ "version": "1.9.10",
5
5
  "title": "Spells",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -17,6 +17,17 @@
17
17
  "school": {
18
18
  "$ref": "../util.json#/$defs/spellSchool"
19
19
  },
20
+ "subschools": {
21
+ "type": "array",
22
+ "items": {
23
+ "type": "string",
24
+ "enum": [
25
+ "contaminated"
26
+ ]
27
+ },
28
+ "minItems": 1,
29
+ "uniqueItems": true
30
+ },
20
31
  "meta": {
21
32
  "type": "object",
22
33
  "properties": {
@@ -500,15 +511,6 @@
500
511
  "minItems": 1,
501
512
  "uniqueItems": true
502
513
  },
503
- "subschools": {
504
- "description": "For homebrew use only.",
505
- "type": "array",
506
- "items": {
507
- "type": "string"
508
- },
509
- "minItems": 1,
510
- "uniqueItems": true
511
- },
512
514
  "fluff": {
513
515
  "description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
514
516
  "$ref": "../util.json#/$defs/fluffObject"
@@ -530,6 +532,17 @@
530
532
  "school": {
531
533
  "$ref": "../util.json#/$defs/spellSchool"
532
534
  },
535
+ "subschools": {
536
+ "type": "array",
537
+ "items": {
538
+ "type": "string",
539
+ "enum": [
540
+ "contaminated"
541
+ ]
542
+ },
543
+ "minItems": 1,
544
+ "uniqueItems": true
545
+ },
533
546
  "meta": {
534
547
  "type": "object",
535
548
  "properties": {
@@ -1013,15 +1026,6 @@
1013
1026
  "minItems": 1,
1014
1027
  "uniqueItems": true
1015
1028
  },
1016
- "subschools": {
1017
- "description": "For homebrew use only.",
1018
- "type": "array",
1019
- "items": {
1020
- "type": "string"
1021
- },
1022
- "minItems": 1,
1023
- "uniqueItems": true
1024
- },
1025
1029
  "fluff": {
1026
1030
  "description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
1027
1031
  "$ref": "../util.json#/$defs/fluffObject"
@@ -1051,6 +1055,17 @@
1051
1055
  "school": {
1052
1056
  "$ref": "../util.json#/$defs/spellSchool"
1053
1057
  },
1058
+ "subschools": {
1059
+ "type": "array",
1060
+ "items": {
1061
+ "type": "string",
1062
+ "enum": [
1063
+ "contaminated"
1064
+ ]
1065
+ },
1066
+ "minItems": 1,
1067
+ "uniqueItems": true
1068
+ },
1054
1069
  "meta": {
1055
1070
  "type": "object",
1056
1071
  "properties": {
@@ -1534,15 +1549,6 @@
1534
1549
  "minItems": 1,
1535
1550
  "uniqueItems": true
1536
1551
  },
1537
- "subschools": {
1538
- "description": "For homebrew use only.",
1539
- "type": "array",
1540
- "items": {
1541
- "type": "string"
1542
- },
1543
- "minItems": 1,
1544
- "uniqueItems": true
1545
- },
1546
1552
  "fluff": {
1547
1553
  "description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
1548
1554
  "$ref": "../util.json#/$defs/fluffObject"