5etools-utils 0.8.31 → 0.8.33

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.
@@ -3,7 +3,7 @@
3
3
  "$id": "util.json",
4
4
  "title": "Util",
5
5
  "description": "Utility definitions to be used in other schemas.",
6
- "version": "1.13.25",
6
+ "version": "1.13.26",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -220,6 +220,9 @@
220
220
  "anyStandard": {
221
221
  "type": "integer"
222
222
  },
223
+ "anyExotic": {
224
+ "type": "integer"
225
+ },
223
226
  "abyssal": {
224
227
  "const": true
225
228
  },
@@ -656,6 +659,9 @@
656
659
  "anyStandardLanguage": {
657
660
  "type": "integer"
658
661
  },
662
+ "anyExoticLanguage": {
663
+ "type": "integer"
664
+ },
659
665
  "abyssal": {
660
666
  "const": true
661
667
  },
@@ -918,7 +924,8 @@
918
924
  "anyArtisansTool",
919
925
  "anyMusicalInstrument",
920
926
  "anyLanguage",
921
- "anyStandardLanguage"
927
+ "anyStandardLanguage",
928
+ "anyExoticLanguage"
922
929
  ]
923
930
  }
924
931
  ]