optolith-database-schema 0.40.0 → 0.42.0

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 (288) hide show
  1. package/CHANGELOG.md +59 -0
  2. package/README.md +1 -1
  3. package/gen/types.d.ts +1705 -1582
  4. package/lib/types/Ceremony.d.ts +3 -0
  5. package/lib/types/DerivedCharacteristic.d.ts +23 -14
  6. package/lib/types/DerivedCharacteristic.js +58 -21
  7. package/lib/types/Disease.d.ts +2 -0
  8. package/lib/types/Disease.js +8 -0
  9. package/lib/types/FamiliarsTrick.d.ts +1 -0
  10. package/lib/types/FamiliarsTrick.js +8 -2
  11. package/lib/types/LiturgicalChant.d.ts +3 -0
  12. package/lib/types/Locale.d.ts +10 -6
  13. package/lib/types/Locale.js +10 -6
  14. package/lib/types/Profession.d.ts +31 -14
  15. package/lib/types/Profession.js +12 -2
  16. package/lib/types/Race.d.ts +28 -19
  17. package/lib/types/Race.js +36 -22
  18. package/lib/types/Ritual.d.ts +3 -0
  19. package/lib/types/Spell.d.ts +3 -0
  20. package/lib/types/Talisman.d.ts +32 -6
  21. package/lib/types/Talisman.js +51 -11
  22. package/lib/types/_ActivatableSkill.d.ts +8 -0
  23. package/lib/types/_ActivatableSkillCheckResultBased.d.ts +2 -0
  24. package/lib/types/_ActivatableSkillCheckResultBased.js +1 -0
  25. package/lib/types/_ActivatableSkillDuration.d.ts +2 -0
  26. package/lib/types/_ActivatableSkillRange.d.ts +1 -0
  27. package/lib/types/_Identifier.d.ts +1 -0
  28. package/lib/types/_Identifier.js +2 -0
  29. package/lib/types/_IdentifierGroup.d.ts +58 -0
  30. package/lib/types/_IdentifierGroup.js +15 -1
  31. package/lib/types/equipment/item/BandageOrRemedy.d.ts +5 -2
  32. package/lib/types/equipment/item/CeremonialItem.d.ts +6 -3
  33. package/lib/types/equipment/item/CeremonialItem.js +1 -1
  34. package/lib/types/equipment/item/Clothes.d.ts +5 -2
  35. package/lib/types/equipment/item/Container.d.ts +5 -2
  36. package/lib/types/equipment/item/Elixir.d.ts +16 -1
  37. package/lib/types/equipment/item/Elixir.js +35 -5
  38. package/lib/types/equipment/item/EquipmentOfBlessedOnes.d.ts +5 -2
  39. package/lib/types/equipment/item/IlluminationLightSource.d.ts +5 -2
  40. package/lib/types/equipment/item/IlluminationRefillOrSupply.d.ts +5 -2
  41. package/lib/types/equipment/item/Liebesspielzeug.d.ts +5 -2
  42. package/lib/types/equipment/item/LuxuryGood.d.ts +5 -2
  43. package/lib/types/equipment/item/MagicalArtifact.d.ts +5 -2
  44. package/lib/types/equipment/item/MusicalInstrument.d.ts +5 -2
  45. package/lib/types/equipment/item/OrienteeringAid.d.ts +5 -2
  46. package/lib/types/equipment/item/Poison.d.ts +64 -91
  47. package/lib/types/equipment/item/Poison.js +5 -34
  48. package/lib/types/equipment/item/RopeOrChain.d.ts +5 -2
  49. package/lib/types/equipment/item/Stationery.d.ts +5 -2
  50. package/lib/types/equipment/item/ThievesTool.d.ts +5 -2
  51. package/lib/types/equipment/item/TravelGearOrTool.d.ts +5 -2
  52. package/lib/types/equipment/item/Weapon.d.ts +10 -4
  53. package/lib/types/equipment/item/WeaponAccessory.d.ts +5 -2
  54. package/lib/types/equipment/item/_Herbary.d.ts +31 -0
  55. package/lib/types/equipment/item/_Herbary.js +9 -0
  56. package/lib/types/equipment/item/_Item.d.ts +10 -4
  57. package/lib/types/equipment/item/_MeleeWeapon.d.ts +2 -2
  58. package/lib/types/equipment/item/_MeleeWeapon.js +1 -1
  59. package/lib/types/equipment/item/_RangedWeapon.d.ts +8 -2
  60. package/lib/types/equipment/item/_RangedWeapon.js +2 -2
  61. package/lib/types/equipment/item/sub/Reach.d.ts +1 -0
  62. package/lib/types/equipment/item/sub/Reach.js +7 -0
  63. package/lib/types/magicalActions/AnimistPower.d.ts +1 -0
  64. package/lib/types/magicalActions/Curse.d.ts +2 -0
  65. package/lib/types/magicalActions/DominationRitual.d.ts +2 -0
  66. package/lib/types/magicalActions/GeodeRitual.d.ts +1 -0
  67. package/lib/types/magicalActions/JesterTrick.d.ts +3 -0
  68. package/lib/types/magicalActions/MagicalMelody.d.ts +15 -0
  69. package/lib/types/magicalActions/MagicalMelody.js +5 -0
  70. package/lib/types/magicalActions/MagicalRune.d.ts +2 -0
  71. package/lib/types/magicalActions/ZibiljaRitual.d.ts +2 -0
  72. package/lib/types/prerequisites/PrerequisiteGroups.d.ts +132 -0
  73. package/lib/types/prerequisites/PrerequisiteGroups.js +1 -0
  74. package/package.json +7 -7
  75. package/schema/Advantage.schema.json +0 -108
  76. package/schema/AnimalDisease.schema.json +0 -74
  77. package/schema/AnimalType.schema.json +0 -47
  78. package/schema/ArcaneBardTradition.schema.json +0 -11
  79. package/schema/ArcaneDancerTradition.schema.json +0 -11
  80. package/schema/Aspect.schema.json +0 -51
  81. package/schema/Attribute.schema.json +0 -57
  82. package/schema/Blessing.schema.json +0 -265
  83. package/schema/Cantrip.schema.json +0 -443
  84. package/schema/Ceremony.schema.json +0 -122
  85. package/schema/CombatTechnique_Close.schema.json +0 -116
  86. package/schema/CombatTechnique_Ranged.schema.json +0 -99
  87. package/schema/Condition.schema.json +0 -68
  88. package/schema/Continent.schema.json +0 -49
  89. package/schema/Culture.schema.json +0 -781
  90. package/schema/DerivedCharacteristic.schema.json +0 -90
  91. package/schema/Disadvantage.schema.json +0 -97
  92. package/schema/Disease.schema.json +0 -58
  93. package/schema/Element.schema.json +0 -48
  94. package/schema/ExperienceLevel.schema.json +0 -84
  95. package/schema/EyeColor.schema.json +0 -47
  96. package/schema/FamiliarsTrick.schema.json +0 -576
  97. package/schema/HairColor.schema.json +0 -47
  98. package/schema/Kirchenpraegung.schema.json +0 -11
  99. package/schema/Lessons_Curriculum.schema.json +0 -499
  100. package/schema/Lessons_Guideline.schema.json +0 -53
  101. package/schema/LiturgicalChant.schema.json +0 -122
  102. package/schema/Locale.schema.json +0 -38
  103. package/schema/MetaCondition.schema.json +0 -69
  104. package/schema/PactCategory.schema.json +0 -150
  105. package/schema/Patron.schema.json +0 -352
  106. package/schema/PatronCategory.schema.json +0 -57
  107. package/schema/PersonalityTrait.schema.json +0 -100
  108. package/schema/Profession.schema.json +0 -1424
  109. package/schema/Property.schema.json +0 -51
  110. package/schema/Race.schema.json +0 -534
  111. package/schema/Region.schema.json +0 -47
  112. package/schema/Ritual.schema.json +0 -120
  113. package/schema/Service.schema.json +0 -79
  114. package/schema/SexPractice.schema.json +0 -70
  115. package/schema/Skill.schema.json +0 -223
  116. package/schema/SkillGroup.schema.json +0 -57
  117. package/schema/SkillModificationLevel.schema.json +0 -153
  118. package/schema/SocialStatus.schema.json +0 -47
  119. package/schema/Spell.schema.json +0 -119
  120. package/schema/State.schema.json +0 -59
  121. package/schema/Talisman.schema.json +0 -120
  122. package/schema/TargetCategory.schema.json +0 -65
  123. package/schema/UI.schema.json +0 -4441
  124. package/schema/_Activatable.schema.json +0 -2755
  125. package/schema/_ActivatableSelectOptionCategory.schema.json +0 -1313
  126. package/schema/_ActivatableSkill.schema.json +0 -188
  127. package/schema/_ActivatableSkillCastingTime.schema.json +0 -181
  128. package/schema/_ActivatableSkillCheckResultBased.schema.json +0 -65
  129. package/schema/_ActivatableSkillCost.schema.json +0 -513
  130. package/schema/_ActivatableSkillDuration.schema.json +0 -353
  131. package/schema/_ActivatableSkillEffect.schema.json +0 -122
  132. package/schema/_ActivatableSkillRange.schema.json +0 -264
  133. package/schema/_ActivatableSkillTargetCategory.schema.json +0 -145
  134. package/schema/_AlternativeNames.schema.json +0 -23
  135. package/schema/_ArcaneTradition.schema.json +0 -51
  136. package/schema/_Blessed.schema.json +0 -64
  137. package/schema/_Dice.schema.json +0 -40
  138. package/schema/_DiseasePoison.schema.json +0 -152
  139. package/schema/_Enhancements.schema.json +0 -85
  140. package/schema/_I18n.schema.json +0 -55
  141. package/schema/_Identifier.schema.json +0 -2577
  142. package/schema/_IdentifierGroup.schema.json +0 -753
  143. package/schema/_ImprovementCost.schema.json +0 -23
  144. package/schema/_Influence.schema.json +0 -84
  145. package/schema/_NonEmptyString.schema.json +0 -14
  146. package/schema/_Prerequisite.schema.json +0 -1518
  147. package/schema/_ResponsiveText.schema.json +0 -66
  148. package/schema/_Sex.schema.json +0 -18
  149. package/schema/_SimpleReferences.schema.json +0 -522
  150. package/schema/_SkillCheck.schema.json +0 -38
  151. package/schema/_Spellwork.schema.json +0 -54
  152. package/schema/equipment/EquipmentPackage.schema.json +0 -79
  153. package/schema/equipment/item/Ammunition.schema.json +0 -56
  154. package/schema/equipment/item/Animal.schema.json +0 -36
  155. package/schema/equipment/item/AnimalCare.schema.json +0 -124
  156. package/schema/equipment/item/Armor.schema.json +0 -309
  157. package/schema/equipment/item/BandageOrRemedy.schema.json +0 -53
  158. package/schema/equipment/item/Book.schema.json +0 -89
  159. package/schema/equipment/item/CeremonialItem.schema.json +0 -59
  160. package/schema/equipment/item/Clothes.schema.json +0 -10
  161. package/schema/equipment/item/Container.schema.json +0 -10
  162. package/schema/equipment/item/Elixir.schema.json +0 -103
  163. package/schema/equipment/item/EquipmentOfBlessedOnes.schema.json +0 -49
  164. package/schema/equipment/item/GemOrPreciousStone.schema.json +0 -69
  165. package/schema/equipment/item/IlluminationLightSource.schema.json +0 -120
  166. package/schema/equipment/item/IlluminationRefillsOrSupplies.schema.json +0 -10
  167. package/schema/equipment/item/Jewelry.schema.json +0 -113
  168. package/schema/equipment/item/Liebesspielzeug.schema.json +0 -10
  169. package/schema/equipment/item/LuxuryGood.schema.json +0 -53
  170. package/schema/equipment/item/MagicalArtifact.schema.json +0 -64
  171. package/schema/equipment/item/MusicalInstrument.schema.json +0 -49
  172. package/schema/equipment/item/OrienteeringAid.schema.json +0 -10
  173. package/schema/equipment/item/Poison.schema.json +0 -835
  174. package/schema/equipment/item/RopeOrChain.schema.json +0 -10
  175. package/schema/equipment/item/Stationary.schema.json +0 -10
  176. package/schema/equipment/item/ThievesTool.schema.json +0 -10
  177. package/schema/equipment/item/ToolOfTheTrade.schema.json +0 -93
  178. package/schema/equipment/item/TravelGearOrTool.schema.json +0 -10
  179. package/schema/equipment/item/Vehicle.schema.json +0 -36
  180. package/schema/equipment/item/Weapon.schema.json +0 -285
  181. package/schema/equipment/item/WeaponAccessory.schema.json +0 -10
  182. package/schema/equipment/item/_Herbary.schema.json +0 -62
  183. package/schema/equipment/item/_Item.schema.json +0 -384
  184. package/schema/equipment/item/_MeleeWeapon.schema.json +0 -164
  185. package/schema/equipment/item/_RangedWeapon.schema.json +0 -185
  186. package/schema/equipment/item/_Weapon.schema.json +0 -99
  187. package/schema/equipment/item/sub/ArmorType.schema.json +0 -52
  188. package/schema/equipment/item/sub/Reach.schema.json +0 -47
  189. package/schema/magicalActions/AnimistPower.schema.json +0 -488
  190. package/schema/magicalActions/AnimistPower_Tribe.schema.json +0 -47
  191. package/schema/magicalActions/Curse.schema.json +0 -332
  192. package/schema/magicalActions/DominationRitual.schema.json +0 -275
  193. package/schema/magicalActions/ElvenMagicalSong.schema.json +0 -196
  194. package/schema/magicalActions/GeodeRitual.schema.json +0 -327
  195. package/schema/magicalActions/JesterTrick.schema.json +0 -311
  196. package/schema/magicalActions/MagicalDance.schema.json +0 -198
  197. package/schema/magicalActions/MagicalMelody.schema.json +0 -193
  198. package/schema/magicalActions/MagicalRune.schema.json +0 -578
  199. package/schema/magicalActions/ZibiljaRitual.schema.json +0 -165
  200. package/schema/magicalActions/_MusicTradition.schema.json +0 -82
  201. package/schema/magicalActions/_SkillReference.schema.json +0 -20
  202. package/schema/prerequisites/ConditionalPrerequisites.schema.json +0 -15
  203. package/schema/prerequisites/DisplayOption.schema.json +0 -70
  204. package/schema/prerequisites/PrerequisiteGroups.schema.json +0 -1029
  205. package/schema/prerequisites/single/ActivatablePrerequisite.schema.json +0 -45
  206. package/schema/prerequisites/single/AncestorBloodPrerequisite.schema.json +0 -14
  207. package/schema/prerequisites/single/AnimistPowerPrerequisite.schema.json +0 -36
  208. package/schema/prerequisites/single/CulturePrerequisite.schema.json +0 -24
  209. package/schema/prerequisites/single/EnhancementPrerequisite.schema.json +0 -61
  210. package/schema/prerequisites/single/InfluencePrerequisite.schema.json +0 -28
  211. package/schema/prerequisites/single/PactPrerequisite.schema.json +0 -36
  212. package/schema/prerequisites/single/PrimaryAttributePrerequisite.schema.json +0 -39
  213. package/schema/prerequisites/single/PublicationPrerequisite.schema.json +0 -22
  214. package/schema/prerequisites/single/RacePrerequisite.schema.json +0 -28
  215. package/schema/prerequisites/single/RatedMinimumNumberPrerequisite.schema.json +0 -172
  216. package/schema/prerequisites/single/RatedPrerequisite.schema.json +0 -29
  217. package/schema/prerequisites/single/RatedSumPrerequisite.schema.json +0 -33
  218. package/schema/prerequisites/single/RulePrerequisite.schema.json +0 -22
  219. package/schema/prerequisites/single/SexPrerequisite.schema.json +0 -23
  220. package/schema/prerequisites/single/SexualCharacteristicPrerequisite.schema.json +0 -30
  221. package/schema/prerequisites/single/SocialStatusPrerequisite.schema.json +0 -24
  222. package/schema/prerequisites/single/StatePrerequisite.schema.json +0 -23
  223. package/schema/prerequisites/single/TextPrerequisite.schema.json +0 -64
  224. package/schema/prerequisites/single/TraditionPrerequisite.schema.json +0 -58
  225. package/schema/rule/CoreRule.schema.json +0 -1403
  226. package/schema/rule/FocusRule.schema.json +0 -76
  227. package/schema/rule/FocusRule_Subject.schema.json +0 -48
  228. package/schema/rule/OptionalRule.schema.json +0 -64
  229. package/schema/source/Publication.schema.json +0 -103
  230. package/schema/source/_Erratum.schema.json +0 -36
  231. package/schema/source/_PublicationRef.schema.json +0 -285
  232. package/schema/specialAbility/AdvancedCombatSpecialAbility.schema.json +0 -102
  233. package/schema/specialAbility/AdvancedKarmaSpecialAbility.schema.json +0 -80
  234. package/schema/specialAbility/AdvancedMagicalSpecialAbility.schema.json +0 -80
  235. package/schema/specialAbility/AdvancedSkillSpecialAbility.schema.json +0 -80
  236. package/schema/specialAbility/AncestorGlyph.schema.json +0 -80
  237. package/schema/specialAbility/BlessedTradition.schema.json +0 -354
  238. package/schema/specialAbility/BrawlingSpecialAbility.schema.json +0 -82
  239. package/schema/specialAbility/CeremonialItemSpecialAbility.schema.json +0 -87
  240. package/schema/specialAbility/CombatSpecialAbility.schema.json +0 -98
  241. package/schema/specialAbility/CombatStyleSpecialAbility.schema.json +0 -273
  242. package/schema/specialAbility/CommandSpecialAbility.schema.json +0 -82
  243. package/schema/specialAbility/FamiliarSpecialAbility.schema.json +0 -74
  244. package/schema/specialAbility/FatePointSexSpecialAbility.schema.json +0 -74
  245. package/schema/specialAbility/FatePointSpecialAbility.schema.json +0 -84
  246. package/schema/specialAbility/GeneralSpecialAbility.schema.json +0 -88
  247. package/schema/specialAbility/KarmaSpecialAbility.schema.json +0 -78
  248. package/schema/specialAbility/LiturgicalStyleSpecialAbility.schema.json +0 -260
  249. package/schema/specialAbility/LycantropicGift.schema.json +0 -74
  250. package/schema/specialAbility/MagicStyleSpecialAbility.schema.json +0 -260
  251. package/schema/specialAbility/MagicalSign.schema.json +0 -72
  252. package/schema/specialAbility/MagicalSpecialAbility.schema.json +0 -88
  253. package/schema/specialAbility/MagicalTradition.schema.json +0 -163
  254. package/schema/specialAbility/PactGift.schema.json +0 -254
  255. package/schema/specialAbility/ProtectiveWardingCircleSpecialAbility.schema.json +0 -86
  256. package/schema/specialAbility/Sermon.schema.json +0 -74
  257. package/schema/specialAbility/SexSpecialAbility.schema.json +0 -80
  258. package/schema/specialAbility/SikaryanDrainSpecialAbility.schema.json +0 -78
  259. package/schema/specialAbility/SkillStyleSpecialAbility.schema.json +0 -254
  260. package/schema/specialAbility/VampiricGift.schema.json +0 -78
  261. package/schema/specialAbility/Vision.schema.json +0 -74
  262. package/schema/specialAbility/_Tradition.schema.json +0 -23
  263. package/schema/specialAbility/sub/Language.schema.json +0 -222
  264. package/schema/specialAbility/sub/Script.schema.json +0 -90
  265. package/schema/specialAbility/sub/TradeSecret.schema.json +0 -72
  266. package/schema/specialAbility/sub/_LanguageScript.schema.json +0 -24
  267. package/schema/traditionArtifacts/ArcaneOrbEnchantment.schema.json +0 -95
  268. package/schema/traditionArtifacts/AttireEnchantment.schema.json +0 -95
  269. package/schema/traditionArtifacts/BowlEnchantment.schema.json +0 -95
  270. package/schema/traditionArtifacts/CauldronEnchantment.schema.json +0 -115
  271. package/schema/traditionArtifacts/ChronicleEnchantment.schema.json +0 -95
  272. package/schema/traditionArtifacts/DaggerRitual.schema.json +0 -176
  273. package/schema/traditionArtifacts/FoolsHatEnchantment.schema.json +0 -95
  274. package/schema/traditionArtifacts/InstrumentEnchantment.schema.json +0 -95
  275. package/schema/traditionArtifacts/Krallenkettenzauber.schema.json +0 -95
  276. package/schema/traditionArtifacts/OrbEnchantment.schema.json +0 -95
  277. package/schema/traditionArtifacts/RingEnchantment.schema.json +0 -95
  278. package/schema/traditionArtifacts/SickleRitual.schema.json +0 -95
  279. package/schema/traditionArtifacts/SpellSwordEnchantment.schema.json +0 -99
  280. package/schema/traditionArtifacts/StaffEnchantment.schema.json +0 -103
  281. package/schema/traditionArtifacts/ToyEnchantment.schema.json +0 -95
  282. package/schema/traditionArtifacts/Trinkhornzauber.schema.json +0 -95
  283. package/schema/traditionArtifacts/WandEnchantment.schema.json +0 -87
  284. package/schema/traditionArtifacts/WeaponEnchantment.schema.json +0 -95
  285. package/schema/traditionArtifacts/sub/AnimalShape.schema.json +0 -85
  286. package/schema/traditionArtifacts/sub/AnimalShapePath.schema.json +0 -47
  287. package/schema/traditionArtifacts/sub/AnimalShapeSize.schema.json +0 -59
  288. package/schema/traditionArtifacts/sub/Brew.schema.json +0 -47
@@ -1,1518 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2019-09/schema",
3
- "$id": "/_Prerequisite.schema.json",
4
- "$defs": {
5
- "DerivedCharacteristicPrerequisites": {
6
- "type": "array",
7
- "items": {
8
- "oneOf": [
9
- {
10
- "type": "object",
11
- "properties": {
12
- "tag": {
13
- "const": "Single"
14
- },
15
- "single": {
16
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/DerivedCharacteristicPrerequisiteGroup"
17
- }
18
- },
19
- "required": [
20
- "tag",
21
- "single"
22
- ],
23
- "additionalProperties": false
24
- },
25
- {
26
- "type": "object",
27
- "properties": {
28
- "tag": {
29
- "const": "Disjunction"
30
- },
31
- "disjunction": {
32
- "type": "object",
33
- "properties": {
34
- "list": {
35
- "type": "array",
36
- "items": {
37
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/DerivedCharacteristicPrerequisiteGroup"
38
- },
39
- "minItems": 2
40
- },
41
- "display_option": {
42
- "$ref": "./prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
43
- }
44
- },
45
- "required": [
46
- "list"
47
- ],
48
- "additionalProperties": false
49
- }
50
- },
51
- "required": [
52
- "tag",
53
- "disjunction"
54
- ],
55
- "additionalProperties": false
56
- },
57
- {
58
- "type": "object",
59
- "properties": {
60
- "tag": {
61
- "const": "Group"
62
- },
63
- "group": {
64
- "description": "A prerequisite group has no influence on validation logic. It serves as a single unit for displaying purposes, where the source uses a prerequisites item that cannot be represented as a single prerequisite.",
65
- "type": "object",
66
- "properties": {
67
- "list": {
68
- "type": "array",
69
- "items": {
70
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/DerivedCharacteristicPrerequisiteGroup"
71
- },
72
- "minItems": 2
73
- },
74
- "translations": {
75
- "description": "All translations for the entry, identified by IETF language tag (BCP47).",
76
- "type": "object",
77
- "patternProperties": {
78
- "^[a-z]{2}-[A-Z]{2}$": {
79
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
80
- }
81
- },
82
- "minProperties": 1,
83
- "additionalProperties": false
84
- }
85
- },
86
- "required": [
87
- "list",
88
- "translations"
89
- ],
90
- "additionalProperties": false
91
- }
92
- },
93
- "required": [
94
- "tag",
95
- "group"
96
- ],
97
- "additionalProperties": false
98
- }
99
- ]
100
- },
101
- "minItems": 1
102
- },
103
- "PublicationPrerequisites": {
104
- "type": "array",
105
- "items": {
106
- "oneOf": [
107
- {
108
- "type": "object",
109
- "properties": {
110
- "tag": {
111
- "const": "Single"
112
- },
113
- "single": {
114
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/PublicationPrerequisiteGroup"
115
- }
116
- },
117
- "required": [
118
- "tag",
119
- "single"
120
- ],
121
- "additionalProperties": false
122
- },
123
- {
124
- "type": "object",
125
- "properties": {
126
- "tag": {
127
- "const": "Disjunction"
128
- },
129
- "disjunction": {
130
- "type": "object",
131
- "properties": {
132
- "list": {
133
- "type": "array",
134
- "items": {
135
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/PublicationPrerequisiteGroup"
136
- },
137
- "minItems": 2
138
- },
139
- "display_option": {
140
- "$ref": "./prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
141
- }
142
- },
143
- "required": [
144
- "list"
145
- ],
146
- "additionalProperties": false
147
- }
148
- },
149
- "required": [
150
- "tag",
151
- "disjunction"
152
- ],
153
- "additionalProperties": false
154
- },
155
- {
156
- "type": "object",
157
- "properties": {
158
- "tag": {
159
- "const": "Group"
160
- },
161
- "group": {
162
- "description": "A prerequisite group has no influence on validation logic. It serves as a single unit for displaying purposes, where the source uses a prerequisites item that cannot be represented as a single prerequisite.",
163
- "type": "object",
164
- "properties": {
165
- "list": {
166
- "type": "array",
167
- "items": {
168
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/PublicationPrerequisiteGroup"
169
- },
170
- "minItems": 2
171
- },
172
- "translations": {
173
- "description": "All translations for the entry, identified by IETF language tag (BCP47).",
174
- "type": "object",
175
- "patternProperties": {
176
- "^[a-z]{2}-[A-Z]{2}$": {
177
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
178
- }
179
- },
180
- "minProperties": 1,
181
- "additionalProperties": false
182
- }
183
- },
184
- "required": [
185
- "list",
186
- "translations"
187
- ],
188
- "additionalProperties": false
189
- }
190
- },
191
- "required": [
192
- "tag",
193
- "group"
194
- ],
195
- "additionalProperties": false
196
- }
197
- ]
198
- },
199
- "minItems": 1
200
- },
201
- "PlainGeneralPrerequisites": {
202
- "type": "array",
203
- "items": {
204
- "oneOf": [
205
- {
206
- "type": "object",
207
- "properties": {
208
- "tag": {
209
- "const": "Single"
210
- },
211
- "single": {
212
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/GeneralPrerequisiteGroup"
213
- }
214
- },
215
- "required": [
216
- "tag",
217
- "single"
218
- ],
219
- "additionalProperties": false
220
- },
221
- {
222
- "type": "object",
223
- "properties": {
224
- "tag": {
225
- "const": "Disjunction"
226
- },
227
- "disjunction": {
228
- "type": "object",
229
- "properties": {
230
- "list": {
231
- "type": "array",
232
- "items": {
233
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/GeneralPrerequisiteGroup"
234
- },
235
- "minItems": 2
236
- },
237
- "display_option": {
238
- "$ref": "./prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
239
- }
240
- },
241
- "required": [
242
- "list"
243
- ],
244
- "additionalProperties": false
245
- }
246
- },
247
- "required": [
248
- "tag",
249
- "disjunction"
250
- ],
251
- "additionalProperties": false
252
- },
253
- {
254
- "type": "object",
255
- "properties": {
256
- "tag": {
257
- "const": "Group"
258
- },
259
- "group": {
260
- "description": "A prerequisite group has no influence on validation logic. It serves as a single unit for displaying purposes, where the source uses a prerequisites item that cannot be represented as a single prerequisite.",
261
- "type": "object",
262
- "properties": {
263
- "list": {
264
- "type": "array",
265
- "items": {
266
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/GeneralPrerequisiteGroup"
267
- },
268
- "minItems": 2
269
- },
270
- "translations": {
271
- "description": "All translations for the entry, identified by IETF language tag (BCP47).",
272
- "type": "object",
273
- "patternProperties": {
274
- "^[a-z]{2}-[A-Z]{2}$": {
275
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
276
- }
277
- },
278
- "minProperties": 1,
279
- "additionalProperties": false
280
- }
281
- },
282
- "required": [
283
- "list",
284
- "translations"
285
- ],
286
- "additionalProperties": false
287
- }
288
- },
289
- "required": [
290
- "tag",
291
- "group"
292
- ],
293
- "additionalProperties": false
294
- }
295
- ]
296
- },
297
- "minItems": 1
298
- },
299
- "GeneralPrerequisites": {
300
- "type": "array",
301
- "items": {
302
- "type": "object",
303
- "properties": {
304
- "level": {
305
- "type": "integer",
306
- "minimum": 1
307
- },
308
- "prerequisite": {
309
- "oneOf": [
310
- {
311
- "type": "object",
312
- "properties": {
313
- "tag": {
314
- "const": "Single"
315
- },
316
- "single": {
317
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/GeneralPrerequisiteGroup"
318
- }
319
- },
320
- "required": [
321
- "tag",
322
- "single"
323
- ],
324
- "additionalProperties": false
325
- },
326
- {
327
- "type": "object",
328
- "properties": {
329
- "tag": {
330
- "const": "Disjunction"
331
- },
332
- "disjunction": {
333
- "type": "object",
334
- "properties": {
335
- "list": {
336
- "type": "array",
337
- "items": {
338
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/GeneralPrerequisiteGroup"
339
- },
340
- "minItems": 2
341
- },
342
- "display_option": {
343
- "$ref": "./prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
344
- }
345
- },
346
- "required": [
347
- "list"
348
- ],
349
- "additionalProperties": false
350
- }
351
- },
352
- "required": [
353
- "tag",
354
- "disjunction"
355
- ],
356
- "additionalProperties": false
357
- },
358
- {
359
- "type": "object",
360
- "properties": {
361
- "tag": {
362
- "const": "Group"
363
- },
364
- "group": {
365
- "description": "A prerequisite group has no influence on validation logic. It serves as a single unit for displaying purposes, where the source uses a prerequisites item that cannot be represented as a single prerequisite.",
366
- "type": "object",
367
- "properties": {
368
- "list": {
369
- "type": "array",
370
- "items": {
371
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/GeneralPrerequisiteGroup"
372
- },
373
- "minItems": 2
374
- },
375
- "translations": {
376
- "description": "All translations for the entry, identified by IETF language tag (BCP47).",
377
- "type": "object",
378
- "patternProperties": {
379
- "^[a-z]{2}-[A-Z]{2}$": {
380
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
381
- }
382
- },
383
- "minProperties": 1,
384
- "additionalProperties": false
385
- }
386
- },
387
- "required": [
388
- "list",
389
- "translations"
390
- ],
391
- "additionalProperties": false
392
- }
393
- },
394
- "required": [
395
- "tag",
396
- "group"
397
- ],
398
- "additionalProperties": false
399
- }
400
- ]
401
- }
402
- },
403
- "required": [
404
- "level",
405
- "prerequisite"
406
- ],
407
- "additionalProperties": false
408
- },
409
- "minItems": 1
410
- },
411
- "ProfessionPrerequisites": {
412
- "type": "array",
413
- "items": {
414
- "oneOf": [
415
- {
416
- "type": "object",
417
- "properties": {
418
- "tag": {
419
- "const": "Single"
420
- },
421
- "single": {
422
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/ProfessionPrerequisiteGroup"
423
- }
424
- },
425
- "required": [
426
- "tag",
427
- "single"
428
- ],
429
- "additionalProperties": false
430
- },
431
- {
432
- "type": "object",
433
- "properties": {
434
- "tag": {
435
- "const": "Disjunction"
436
- },
437
- "disjunction": {
438
- "type": "object",
439
- "properties": {
440
- "list": {
441
- "type": "array",
442
- "items": {
443
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/ProfessionPrerequisiteGroup"
444
- },
445
- "minItems": 2
446
- },
447
- "display_option": {
448
- "$ref": "./prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
449
- }
450
- },
451
- "required": [
452
- "list"
453
- ],
454
- "additionalProperties": false
455
- }
456
- },
457
- "required": [
458
- "tag",
459
- "disjunction"
460
- ],
461
- "additionalProperties": false
462
- },
463
- {
464
- "type": "object",
465
- "properties": {
466
- "tag": {
467
- "const": "Group"
468
- },
469
- "group": {
470
- "description": "A prerequisite group has no influence on validation logic. It serves as a single unit for displaying purposes, where the source uses a prerequisites item that cannot be represented as a single prerequisite.",
471
- "type": "object",
472
- "properties": {
473
- "list": {
474
- "type": "array",
475
- "items": {
476
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/ProfessionPrerequisiteGroup"
477
- },
478
- "minItems": 2
479
- },
480
- "translations": {
481
- "description": "All translations for the entry, identified by IETF language tag (BCP47).",
482
- "type": "object",
483
- "patternProperties": {
484
- "^[a-z]{2}-[A-Z]{2}$": {
485
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
486
- }
487
- },
488
- "minProperties": 1,
489
- "additionalProperties": false
490
- }
491
- },
492
- "required": [
493
- "list",
494
- "translations"
495
- ],
496
- "additionalProperties": false
497
- }
498
- },
499
- "required": [
500
- "tag",
501
- "group"
502
- ],
503
- "additionalProperties": false
504
- }
505
- ]
506
- },
507
- "minItems": 1
508
- },
509
- "AdvantageDisadvantagePrerequisites": {
510
- "type": "array",
511
- "items": {
512
- "type": "object",
513
- "properties": {
514
- "level": {
515
- "type": "integer",
516
- "minimum": 1
517
- },
518
- "prerequisite": {
519
- "oneOf": [
520
- {
521
- "type": "object",
522
- "properties": {
523
- "tag": {
524
- "const": "Single"
525
- },
526
- "single": {
527
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/AdvantageDisadvantagePrerequisiteGroup"
528
- }
529
- },
530
- "required": [
531
- "tag",
532
- "single"
533
- ],
534
- "additionalProperties": false
535
- },
536
- {
537
- "type": "object",
538
- "properties": {
539
- "tag": {
540
- "const": "Disjunction"
541
- },
542
- "disjunction": {
543
- "type": "object",
544
- "properties": {
545
- "list": {
546
- "type": "array",
547
- "items": {
548
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/AdvantageDisadvantagePrerequisiteGroup"
549
- },
550
- "minItems": 2
551
- },
552
- "display_option": {
553
- "$ref": "./prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
554
- }
555
- },
556
- "required": [
557
- "list"
558
- ],
559
- "additionalProperties": false
560
- }
561
- },
562
- "required": [
563
- "tag",
564
- "disjunction"
565
- ],
566
- "additionalProperties": false
567
- },
568
- {
569
- "type": "object",
570
- "properties": {
571
- "tag": {
572
- "const": "Group"
573
- },
574
- "group": {
575
- "description": "A prerequisite group has no influence on validation logic. It serves as a single unit for displaying purposes, where the source uses a prerequisites item that cannot be represented as a single prerequisite.",
576
- "type": "object",
577
- "properties": {
578
- "list": {
579
- "type": "array",
580
- "items": {
581
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/AdvantageDisadvantagePrerequisiteGroup"
582
- },
583
- "minItems": 2
584
- },
585
- "translations": {
586
- "description": "All translations for the entry, identified by IETF language tag (BCP47).",
587
- "type": "object",
588
- "patternProperties": {
589
- "^[a-z]{2}-[A-Z]{2}$": {
590
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
591
- }
592
- },
593
- "minProperties": 1,
594
- "additionalProperties": false
595
- }
596
- },
597
- "required": [
598
- "list",
599
- "translations"
600
- ],
601
- "additionalProperties": false
602
- }
603
- },
604
- "required": [
605
- "tag",
606
- "group"
607
- ],
608
- "additionalProperties": false
609
- }
610
- ]
611
- }
612
- },
613
- "required": [
614
- "level",
615
- "prerequisite"
616
- ],
617
- "additionalProperties": false
618
- },
619
- "minItems": 1
620
- },
621
- "ArcaneTraditionPrerequisites": {
622
- "type": "array",
623
- "items": {
624
- "oneOf": [
625
- {
626
- "type": "object",
627
- "properties": {
628
- "tag": {
629
- "const": "Single"
630
- },
631
- "single": {
632
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/ArcaneTraditionPrerequisiteGroup"
633
- }
634
- },
635
- "required": [
636
- "tag",
637
- "single"
638
- ],
639
- "additionalProperties": false
640
- },
641
- {
642
- "type": "object",
643
- "properties": {
644
- "tag": {
645
- "const": "Disjunction"
646
- },
647
- "disjunction": {
648
- "type": "object",
649
- "properties": {
650
- "list": {
651
- "type": "array",
652
- "items": {
653
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/ArcaneTraditionPrerequisiteGroup"
654
- },
655
- "minItems": 2
656
- },
657
- "display_option": {
658
- "$ref": "./prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
659
- }
660
- },
661
- "required": [
662
- "list"
663
- ],
664
- "additionalProperties": false
665
- }
666
- },
667
- "required": [
668
- "tag",
669
- "disjunction"
670
- ],
671
- "additionalProperties": false
672
- },
673
- {
674
- "type": "object",
675
- "properties": {
676
- "tag": {
677
- "const": "Group"
678
- },
679
- "group": {
680
- "description": "A prerequisite group has no influence on validation logic. It serves as a single unit for displaying purposes, where the source uses a prerequisites item that cannot be represented as a single prerequisite.",
681
- "type": "object",
682
- "properties": {
683
- "list": {
684
- "type": "array",
685
- "items": {
686
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/ArcaneTraditionPrerequisiteGroup"
687
- },
688
- "minItems": 2
689
- },
690
- "translations": {
691
- "description": "All translations for the entry, identified by IETF language tag (BCP47).",
692
- "type": "object",
693
- "patternProperties": {
694
- "^[a-z]{2}-[A-Z]{2}$": {
695
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
696
- }
697
- },
698
- "minProperties": 1,
699
- "additionalProperties": false
700
- }
701
- },
702
- "required": [
703
- "list",
704
- "translations"
705
- ],
706
- "additionalProperties": false
707
- }
708
- },
709
- "required": [
710
- "tag",
711
- "group"
712
- ],
713
- "additionalProperties": false
714
- }
715
- ]
716
- },
717
- "minItems": 1
718
- },
719
- "PersonalityTraitPrerequisites": {
720
- "type": "array",
721
- "items": {
722
- "oneOf": [
723
- {
724
- "type": "object",
725
- "properties": {
726
- "tag": {
727
- "const": "Single"
728
- },
729
- "single": {
730
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/PersonalityTraitPrerequisiteGroup"
731
- }
732
- },
733
- "required": [
734
- "tag",
735
- "single"
736
- ],
737
- "additionalProperties": false
738
- },
739
- {
740
- "type": "object",
741
- "properties": {
742
- "tag": {
743
- "const": "Disjunction"
744
- },
745
- "disjunction": {
746
- "type": "object",
747
- "properties": {
748
- "list": {
749
- "type": "array",
750
- "items": {
751
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/PersonalityTraitPrerequisiteGroup"
752
- },
753
- "minItems": 2
754
- },
755
- "display_option": {
756
- "$ref": "./prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
757
- }
758
- },
759
- "required": [
760
- "list"
761
- ],
762
- "additionalProperties": false
763
- }
764
- },
765
- "required": [
766
- "tag",
767
- "disjunction"
768
- ],
769
- "additionalProperties": false
770
- },
771
- {
772
- "type": "object",
773
- "properties": {
774
- "tag": {
775
- "const": "Group"
776
- },
777
- "group": {
778
- "description": "A prerequisite group has no influence on validation logic. It serves as a single unit for displaying purposes, where the source uses a prerequisites item that cannot be represented as a single prerequisite.",
779
- "type": "object",
780
- "properties": {
781
- "list": {
782
- "type": "array",
783
- "items": {
784
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/PersonalityTraitPrerequisiteGroup"
785
- },
786
- "minItems": 2
787
- },
788
- "translations": {
789
- "description": "All translations for the entry, identified by IETF language tag (BCP47).",
790
- "type": "object",
791
- "patternProperties": {
792
- "^[a-z]{2}-[A-Z]{2}$": {
793
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
794
- }
795
- },
796
- "minProperties": 1,
797
- "additionalProperties": false
798
- }
799
- },
800
- "required": [
801
- "list",
802
- "translations"
803
- ],
804
- "additionalProperties": false
805
- }
806
- },
807
- "required": [
808
- "tag",
809
- "group"
810
- ],
811
- "additionalProperties": false
812
- }
813
- ]
814
- },
815
- "minItems": 1
816
- },
817
- "SpellworkPrerequisites": {
818
- "type": "array",
819
- "items": {
820
- "oneOf": [
821
- {
822
- "type": "object",
823
- "properties": {
824
- "tag": {
825
- "const": "Single"
826
- },
827
- "single": {
828
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/SpellworkPrerequisiteGroup"
829
- }
830
- },
831
- "required": [
832
- "tag",
833
- "single"
834
- ],
835
- "additionalProperties": false
836
- },
837
- {
838
- "type": "object",
839
- "properties": {
840
- "tag": {
841
- "const": "Disjunction"
842
- },
843
- "disjunction": {
844
- "type": "object",
845
- "properties": {
846
- "list": {
847
- "type": "array",
848
- "items": {
849
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/SpellworkPrerequisiteGroup"
850
- },
851
- "minItems": 2
852
- },
853
- "display_option": {
854
- "$ref": "./prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
855
- }
856
- },
857
- "required": [
858
- "list"
859
- ],
860
- "additionalProperties": false
861
- }
862
- },
863
- "required": [
864
- "tag",
865
- "disjunction"
866
- ],
867
- "additionalProperties": false
868
- },
869
- {
870
- "type": "object",
871
- "properties": {
872
- "tag": {
873
- "const": "Group"
874
- },
875
- "group": {
876
- "description": "A prerequisite group has no influence on validation logic. It serves as a single unit for displaying purposes, where the source uses a prerequisites item that cannot be represented as a single prerequisite.",
877
- "type": "object",
878
- "properties": {
879
- "list": {
880
- "type": "array",
881
- "items": {
882
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/SpellworkPrerequisiteGroup"
883
- },
884
- "minItems": 2
885
- },
886
- "translations": {
887
- "description": "All translations for the entry, identified by IETF language tag (BCP47).",
888
- "type": "object",
889
- "patternProperties": {
890
- "^[a-z]{2}-[A-Z]{2}$": {
891
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
892
- }
893
- },
894
- "minProperties": 1,
895
- "additionalProperties": false
896
- }
897
- },
898
- "required": [
899
- "list",
900
- "translations"
901
- ],
902
- "additionalProperties": false
903
- }
904
- },
905
- "required": [
906
- "tag",
907
- "group"
908
- ],
909
- "additionalProperties": false
910
- }
911
- ]
912
- },
913
- "minItems": 1
914
- },
915
- "LiturgyPrerequisites": {
916
- "type": "array",
917
- "items": {
918
- "oneOf": [
919
- {
920
- "type": "object",
921
- "properties": {
922
- "tag": {
923
- "const": "Single"
924
- },
925
- "single": {
926
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/LiturgyPrerequisiteGroup"
927
- }
928
- },
929
- "required": [
930
- "tag",
931
- "single"
932
- ],
933
- "additionalProperties": false
934
- },
935
- {
936
- "type": "object",
937
- "properties": {
938
- "tag": {
939
- "const": "Disjunction"
940
- },
941
- "disjunction": {
942
- "type": "object",
943
- "properties": {
944
- "list": {
945
- "type": "array",
946
- "items": {
947
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/LiturgyPrerequisiteGroup"
948
- },
949
- "minItems": 2
950
- },
951
- "display_option": {
952
- "$ref": "./prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
953
- }
954
- },
955
- "required": [
956
- "list"
957
- ],
958
- "additionalProperties": false
959
- }
960
- },
961
- "required": [
962
- "tag",
963
- "disjunction"
964
- ],
965
- "additionalProperties": false
966
- },
967
- {
968
- "type": "object",
969
- "properties": {
970
- "tag": {
971
- "const": "Group"
972
- },
973
- "group": {
974
- "description": "A prerequisite group has no influence on validation logic. It serves as a single unit for displaying purposes, where the source uses a prerequisites item that cannot be represented as a single prerequisite.",
975
- "type": "object",
976
- "properties": {
977
- "list": {
978
- "type": "array",
979
- "items": {
980
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/LiturgyPrerequisiteGroup"
981
- },
982
- "minItems": 2
983
- },
984
- "translations": {
985
- "description": "All translations for the entry, identified by IETF language tag (BCP47).",
986
- "type": "object",
987
- "patternProperties": {
988
- "^[a-z]{2}-[A-Z]{2}$": {
989
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
990
- }
991
- },
992
- "minProperties": 1,
993
- "additionalProperties": false
994
- }
995
- },
996
- "required": [
997
- "list",
998
- "translations"
999
- ],
1000
- "additionalProperties": false
1001
- }
1002
- },
1003
- "required": [
1004
- "tag",
1005
- "group"
1006
- ],
1007
- "additionalProperties": false
1008
- }
1009
- ]
1010
- },
1011
- "minItems": 1
1012
- },
1013
- "InfluencePrerequisites": {
1014
- "type": "array",
1015
- "items": {
1016
- "oneOf": [
1017
- {
1018
- "type": "object",
1019
- "properties": {
1020
- "tag": {
1021
- "const": "Single"
1022
- },
1023
- "single": {
1024
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/InfluencePrerequisiteGroup"
1025
- }
1026
- },
1027
- "required": [
1028
- "tag",
1029
- "single"
1030
- ],
1031
- "additionalProperties": false
1032
- },
1033
- {
1034
- "type": "object",
1035
- "properties": {
1036
- "tag": {
1037
- "const": "Disjunction"
1038
- },
1039
- "disjunction": {
1040
- "type": "object",
1041
- "properties": {
1042
- "list": {
1043
- "type": "array",
1044
- "items": {
1045
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/InfluencePrerequisiteGroup"
1046
- },
1047
- "minItems": 2
1048
- },
1049
- "display_option": {
1050
- "$ref": "./prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
1051
- }
1052
- },
1053
- "required": [
1054
- "list"
1055
- ],
1056
- "additionalProperties": false
1057
- }
1058
- },
1059
- "required": [
1060
- "tag",
1061
- "disjunction"
1062
- ],
1063
- "additionalProperties": false
1064
- },
1065
- {
1066
- "type": "object",
1067
- "properties": {
1068
- "tag": {
1069
- "const": "Group"
1070
- },
1071
- "group": {
1072
- "description": "A prerequisite group has no influence on validation logic. It serves as a single unit for displaying purposes, where the source uses a prerequisites item that cannot be represented as a single prerequisite.",
1073
- "type": "object",
1074
- "properties": {
1075
- "list": {
1076
- "type": "array",
1077
- "items": {
1078
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/InfluencePrerequisiteGroup"
1079
- },
1080
- "minItems": 2
1081
- },
1082
- "translations": {
1083
- "description": "All translations for the entry, identified by IETF language tag (BCP47).",
1084
- "type": "object",
1085
- "patternProperties": {
1086
- "^[a-z]{2}-[A-Z]{2}$": {
1087
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1088
- }
1089
- },
1090
- "minProperties": 1,
1091
- "additionalProperties": false
1092
- }
1093
- },
1094
- "required": [
1095
- "list",
1096
- "translations"
1097
- ],
1098
- "additionalProperties": false
1099
- }
1100
- },
1101
- "required": [
1102
- "tag",
1103
- "group"
1104
- ],
1105
- "additionalProperties": false
1106
- }
1107
- ]
1108
- },
1109
- "minItems": 1
1110
- },
1111
- "LanguagePrerequisites": {
1112
- "type": "array",
1113
- "items": {
1114
- "type": "object",
1115
- "properties": {
1116
- "level": {
1117
- "type": "integer",
1118
- "minimum": 1
1119
- },
1120
- "prerequisite": {
1121
- "oneOf": [
1122
- {
1123
- "type": "object",
1124
- "properties": {
1125
- "tag": {
1126
- "const": "Single"
1127
- },
1128
- "single": {
1129
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/LanguagePrerequisiteGroup"
1130
- }
1131
- },
1132
- "required": [
1133
- "tag",
1134
- "single"
1135
- ],
1136
- "additionalProperties": false
1137
- },
1138
- {
1139
- "type": "object",
1140
- "properties": {
1141
- "tag": {
1142
- "const": "Disjunction"
1143
- },
1144
- "disjunction": {
1145
- "type": "object",
1146
- "properties": {
1147
- "list": {
1148
- "type": "array",
1149
- "items": {
1150
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/LanguagePrerequisiteGroup"
1151
- },
1152
- "minItems": 2
1153
- },
1154
- "display_option": {
1155
- "$ref": "./prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
1156
- }
1157
- },
1158
- "required": [
1159
- "list"
1160
- ],
1161
- "additionalProperties": false
1162
- }
1163
- },
1164
- "required": [
1165
- "tag",
1166
- "disjunction"
1167
- ],
1168
- "additionalProperties": false
1169
- },
1170
- {
1171
- "type": "object",
1172
- "properties": {
1173
- "tag": {
1174
- "const": "Group"
1175
- },
1176
- "group": {
1177
- "description": "A prerequisite group has no influence on validation logic. It serves as a single unit for displaying purposes, where the source uses a prerequisites item that cannot be represented as a single prerequisite.",
1178
- "type": "object",
1179
- "properties": {
1180
- "list": {
1181
- "type": "array",
1182
- "items": {
1183
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/LanguagePrerequisiteGroup"
1184
- },
1185
- "minItems": 2
1186
- },
1187
- "translations": {
1188
- "description": "All translations for the entry, identified by IETF language tag (BCP47).",
1189
- "type": "object",
1190
- "patternProperties": {
1191
- "^[a-z]{2}-[A-Z]{2}$": {
1192
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1193
- }
1194
- },
1195
- "minProperties": 1,
1196
- "additionalProperties": false
1197
- }
1198
- },
1199
- "required": [
1200
- "list",
1201
- "translations"
1202
- ],
1203
- "additionalProperties": false
1204
- }
1205
- },
1206
- "required": [
1207
- "tag",
1208
- "group"
1209
- ],
1210
- "additionalProperties": false
1211
- }
1212
- ]
1213
- }
1214
- },
1215
- "required": [
1216
- "level",
1217
- "prerequisite"
1218
- ],
1219
- "additionalProperties": false
1220
- },
1221
- "minItems": 1
1222
- },
1223
- "AnimistPowerPrerequisites": {
1224
- "type": "array",
1225
- "items": {
1226
- "oneOf": [
1227
- {
1228
- "type": "object",
1229
- "properties": {
1230
- "tag": {
1231
- "const": "Single"
1232
- },
1233
- "single": {
1234
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/AnimistPowerPrerequisiteGroup"
1235
- }
1236
- },
1237
- "required": [
1238
- "tag",
1239
- "single"
1240
- ],
1241
- "additionalProperties": false
1242
- },
1243
- {
1244
- "type": "object",
1245
- "properties": {
1246
- "tag": {
1247
- "const": "Disjunction"
1248
- },
1249
- "disjunction": {
1250
- "type": "object",
1251
- "properties": {
1252
- "list": {
1253
- "type": "array",
1254
- "items": {
1255
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/AnimistPowerPrerequisiteGroup"
1256
- },
1257
- "minItems": 2
1258
- },
1259
- "display_option": {
1260
- "$ref": "./prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
1261
- }
1262
- },
1263
- "required": [
1264
- "list"
1265
- ],
1266
- "additionalProperties": false
1267
- }
1268
- },
1269
- "required": [
1270
- "tag",
1271
- "disjunction"
1272
- ],
1273
- "additionalProperties": false
1274
- },
1275
- {
1276
- "type": "object",
1277
- "properties": {
1278
- "tag": {
1279
- "const": "Group"
1280
- },
1281
- "group": {
1282
- "description": "A prerequisite group has no influence on validation logic. It serves as a single unit for displaying purposes, where the source uses a prerequisites item that cannot be represented as a single prerequisite.",
1283
- "type": "object",
1284
- "properties": {
1285
- "list": {
1286
- "type": "array",
1287
- "items": {
1288
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/AnimistPowerPrerequisiteGroup"
1289
- },
1290
- "minItems": 2
1291
- },
1292
- "translations": {
1293
- "description": "All translations for the entry, identified by IETF language tag (BCP47).",
1294
- "type": "object",
1295
- "patternProperties": {
1296
- "^[a-z]{2}-[A-Z]{2}$": {
1297
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1298
- }
1299
- },
1300
- "minProperties": 1,
1301
- "additionalProperties": false
1302
- }
1303
- },
1304
- "required": [
1305
- "list",
1306
- "translations"
1307
- ],
1308
- "additionalProperties": false
1309
- }
1310
- },
1311
- "required": [
1312
- "tag",
1313
- "group"
1314
- ],
1315
- "additionalProperties": false
1316
- }
1317
- ]
1318
- },
1319
- "minItems": 1
1320
- },
1321
- "GeodeRitualPrerequisites": {
1322
- "type": "array",
1323
- "items": {
1324
- "oneOf": [
1325
- {
1326
- "type": "object",
1327
- "properties": {
1328
- "tag": {
1329
- "const": "Single"
1330
- },
1331
- "single": {
1332
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/GeodeRitualPrerequisiteGroup"
1333
- }
1334
- },
1335
- "required": [
1336
- "tag",
1337
- "single"
1338
- ],
1339
- "additionalProperties": false
1340
- },
1341
- {
1342
- "type": "object",
1343
- "properties": {
1344
- "tag": {
1345
- "const": "Disjunction"
1346
- },
1347
- "disjunction": {
1348
- "type": "object",
1349
- "properties": {
1350
- "list": {
1351
- "type": "array",
1352
- "items": {
1353
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/GeodeRitualPrerequisiteGroup"
1354
- },
1355
- "minItems": 2
1356
- },
1357
- "display_option": {
1358
- "$ref": "./prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
1359
- }
1360
- },
1361
- "required": [
1362
- "list"
1363
- ],
1364
- "additionalProperties": false
1365
- }
1366
- },
1367
- "required": [
1368
- "tag",
1369
- "disjunction"
1370
- ],
1371
- "additionalProperties": false
1372
- },
1373
- {
1374
- "type": "object",
1375
- "properties": {
1376
- "tag": {
1377
- "const": "Group"
1378
- },
1379
- "group": {
1380
- "description": "A prerequisite group has no influence on validation logic. It serves as a single unit for displaying purposes, where the source uses a prerequisites item that cannot be represented as a single prerequisite.",
1381
- "type": "object",
1382
- "properties": {
1383
- "list": {
1384
- "type": "array",
1385
- "items": {
1386
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/GeodeRitualPrerequisiteGroup"
1387
- },
1388
- "minItems": 2
1389
- },
1390
- "translations": {
1391
- "description": "All translations for the entry, identified by IETF language tag (BCP47).",
1392
- "type": "object",
1393
- "patternProperties": {
1394
- "^[a-z]{2}-[A-Z]{2}$": {
1395
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1396
- }
1397
- },
1398
- "minProperties": 1,
1399
- "additionalProperties": false
1400
- }
1401
- },
1402
- "required": [
1403
- "list",
1404
- "translations"
1405
- ],
1406
- "additionalProperties": false
1407
- }
1408
- },
1409
- "required": [
1410
- "tag",
1411
- "group"
1412
- ],
1413
- "additionalProperties": false
1414
- }
1415
- ]
1416
- },
1417
- "minItems": 1
1418
- },
1419
- "EnhancementPrerequisites": {
1420
- "type": "array",
1421
- "items": {
1422
- "oneOf": [
1423
- {
1424
- "type": "object",
1425
- "properties": {
1426
- "tag": {
1427
- "const": "Single"
1428
- },
1429
- "single": {
1430
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/EnhancementPrerequisiteGroup"
1431
- }
1432
- },
1433
- "required": [
1434
- "tag",
1435
- "single"
1436
- ],
1437
- "additionalProperties": false
1438
- },
1439
- {
1440
- "type": "object",
1441
- "properties": {
1442
- "tag": {
1443
- "const": "Disjunction"
1444
- },
1445
- "disjunction": {
1446
- "type": "object",
1447
- "properties": {
1448
- "list": {
1449
- "type": "array",
1450
- "items": {
1451
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/EnhancementPrerequisiteGroup"
1452
- },
1453
- "minItems": 2
1454
- },
1455
- "display_option": {
1456
- "$ref": "./prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
1457
- }
1458
- },
1459
- "required": [
1460
- "list"
1461
- ],
1462
- "additionalProperties": false
1463
- }
1464
- },
1465
- "required": [
1466
- "tag",
1467
- "disjunction"
1468
- ],
1469
- "additionalProperties": false
1470
- },
1471
- {
1472
- "type": "object",
1473
- "properties": {
1474
- "tag": {
1475
- "const": "Group"
1476
- },
1477
- "group": {
1478
- "description": "A prerequisite group has no influence on validation logic. It serves as a single unit for displaying purposes, where the source uses a prerequisites item that cannot be represented as a single prerequisite.",
1479
- "type": "object",
1480
- "properties": {
1481
- "list": {
1482
- "type": "array",
1483
- "items": {
1484
- "$ref": "./prerequisites/PrerequisiteGroups.schema.json#/$defs/EnhancementPrerequisiteGroup"
1485
- },
1486
- "minItems": 2
1487
- },
1488
- "translations": {
1489
- "description": "All translations for the entry, identified by IETF language tag (BCP47).",
1490
- "type": "object",
1491
- "patternProperties": {
1492
- "^[a-z]{2}-[A-Z]{2}$": {
1493
- "$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
1494
- }
1495
- },
1496
- "minProperties": 1,
1497
- "additionalProperties": false
1498
- }
1499
- },
1500
- "required": [
1501
- "list",
1502
- "translations"
1503
- ],
1504
- "additionalProperties": false
1505
- }
1506
- },
1507
- "required": [
1508
- "tag",
1509
- "group"
1510
- ],
1511
- "additionalProperties": false
1512
- }
1513
- ]
1514
- },
1515
- "minItems": 1
1516
- }
1517
- }
1518
- }