optolith-database-schema 0.0.4 → 0.1.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 (210) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/lib/types/Advantage.d.ts +48 -0
  3. package/lib/types/Advantage.js +4 -0
  4. package/lib/types/ArcaneBardTradition.d.ts +2 -2
  5. package/lib/types/ArcaneDancerTradition.d.ts +2 -2
  6. package/lib/types/Ceremony.d.ts +2 -2
  7. package/lib/types/Continent.d.ts +32 -0
  8. package/lib/types/Continent.js +4 -0
  9. package/lib/types/DerivedCharacteristic.d.ts +2 -2
  10. package/lib/types/Disadvantage.d.ts +46 -0
  11. package/lib/types/Disadvantage.js +4 -0
  12. package/lib/types/LiturgicalChant.d.ts +2 -2
  13. package/lib/types/Patron.d.ts +197 -0
  14. package/lib/types/Patron.js +4 -0
  15. package/lib/types/PatronCategory.d.ts +44 -0
  16. package/lib/types/PatronCategory.js +4 -0
  17. package/lib/types/Ritual.d.ts +2 -2
  18. package/lib/types/Spell.d.ts +2 -2
  19. package/lib/types/_Activatable.d.ts +528 -0
  20. package/lib/types/_Activatable.js +5 -0
  21. package/lib/types/_Enhancements.d.ts +2 -2
  22. package/lib/types/_I18n.d.ts +38 -0
  23. package/lib/types/_I18n.js +1 -0
  24. package/lib/types/_Identifier.d.ts +81 -75
  25. package/lib/types/_Identifier.js +76 -1
  26. package/lib/types/_Influence.d.ts +52 -0
  27. package/lib/types/_Influence.js +4 -0
  28. package/lib/types/_Prerequisite.d.ts +343 -296
  29. package/lib/types/_Prerequisite.js +136 -183
  30. package/lib/types/magicalActions/GeodeRitual.d.ts +2 -2
  31. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +34 -0
  32. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.js +4 -0
  33. package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +32 -0
  34. package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.js +4 -0
  35. package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +32 -0
  36. package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.js +4 -0
  37. package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +32 -0
  38. package/lib/types/specialAbility/AdvancedSkillSpecialAbility.js +4 -0
  39. package/lib/types/specialAbility/AncestorGlyph.d.ts +30 -0
  40. package/lib/types/specialAbility/AncestorGlyph.js +4 -0
  41. package/lib/types/specialAbility/BlessedTradition.d.ts +170 -0
  42. package/lib/types/specialAbility/BlessedTradition.js +4 -0
  43. package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +32 -0
  44. package/lib/types/specialAbility/BrawlingSpecialAbility.js +4 -0
  45. package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +33 -0
  46. package/lib/types/specialAbility/CeremonialItemSpecialAbility.js +4 -0
  47. package/lib/types/specialAbility/CombatSpecialAbility.d.ts +34 -0
  48. package/lib/types/specialAbility/CombatSpecialAbility.js +4 -0
  49. package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +43 -0
  50. package/lib/types/specialAbility/CombatStyleSpecialAbility.js +4 -0
  51. package/lib/types/specialAbility/CommandSpecialAbility.d.ts +32 -0
  52. package/lib/types/specialAbility/CommandSpecialAbility.js +4 -0
  53. package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +30 -0
  54. package/lib/types/specialAbility/FamiliarSpecialAbility.js +4 -0
  55. package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +30 -0
  56. package/lib/types/specialAbility/FatePointSexSpecialAbility.js +4 -0
  57. package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +32 -0
  58. package/lib/types/specialAbility/FatePointSpecialAbility.js +4 -0
  59. package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +32 -0
  60. package/lib/types/specialAbility/GeneralSpecialAbility.js +4 -0
  61. package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +30 -0
  62. package/lib/types/specialAbility/KarmaSpecialAbility.js +4 -0
  63. package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +33 -0
  64. package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.js +4 -0
  65. package/lib/types/specialAbility/LycantropicGift.d.ts +30 -0
  66. package/lib/types/specialAbility/LycantropicGift.js +4 -0
  67. package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +33 -0
  68. package/lib/types/specialAbility/MagicStyleSpecialAbility.js +4 -0
  69. package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +32 -0
  70. package/lib/types/specialAbility/MagicalSpecialAbility.js +4 -0
  71. package/lib/types/specialAbility/MagicalTradition.d.ts +130 -0
  72. package/lib/types/specialAbility/MagicalTradition.js +4 -0
  73. package/lib/types/specialAbility/PactGift.d.ts +86 -0
  74. package/lib/types/specialAbility/PactGift.js +4 -0
  75. package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +41 -0
  76. package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.js +4 -0
  77. package/lib/types/specialAbility/Sermon.d.ts +30 -0
  78. package/lib/types/specialAbility/Sermon.js +4 -0
  79. package/lib/types/specialAbility/SexSpecialAbility.d.ts +32 -0
  80. package/lib/types/specialAbility/SexSpecialAbility.js +4 -0
  81. package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +30 -0
  82. package/lib/types/specialAbility/SikaryanDrainSpecialAbility.js +4 -0
  83. package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +31 -0
  84. package/lib/types/specialAbility/SkillStyleSpecialAbility.js +4 -0
  85. package/lib/types/specialAbility/VampiricGift.d.ts +30 -0
  86. package/lib/types/specialAbility/VampiricGift.js +4 -0
  87. package/lib/types/specialAbility/Vision.d.ts +30 -0
  88. package/lib/types/specialAbility/Vision.js +4 -0
  89. package/lib/types/specialAbility/sub/Language.d.ts +141 -0
  90. package/lib/types/specialAbility/sub/Language.js +4 -0
  91. package/lib/types/specialAbility/sub/Script.d.ts +85 -0
  92. package/lib/types/specialAbility/sub/Script.js +4 -0
  93. package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +31 -0
  94. package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.js +4 -0
  95. package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +31 -0
  96. package/lib/types/traditionArtifacts/AttireEnchantment.js +4 -0
  97. package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +31 -0
  98. package/lib/types/traditionArtifacts/BowlEnchantment.js +4 -0
  99. package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +44 -0
  100. package/lib/types/traditionArtifacts/CauldronEnchantment.js +4 -0
  101. package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +31 -0
  102. package/lib/types/traditionArtifacts/ChronicleEnchantment.js +4 -0
  103. package/lib/types/traditionArtifacts/DaggerRitual.d.ts +31 -0
  104. package/lib/types/traditionArtifacts/DaggerRitual.js +4 -0
  105. package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +31 -0
  106. package/lib/types/traditionArtifacts/FoolsHatEnchantment.js +4 -0
  107. package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +31 -0
  108. package/lib/types/traditionArtifacts/InstrumentEnchantment.js +4 -0
  109. package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +31 -0
  110. package/lib/types/traditionArtifacts/Krallenkettenzauber.js +4 -0
  111. package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +31 -0
  112. package/lib/types/traditionArtifacts/OrbEnchantment.js +4 -0
  113. package/lib/types/traditionArtifacts/RingEnchantment.d.ts +31 -0
  114. package/lib/types/traditionArtifacts/RingEnchantment.js +4 -0
  115. package/lib/types/traditionArtifacts/SickleRitual.d.ts +31 -0
  116. package/lib/types/traditionArtifacts/SickleRitual.js +4 -0
  117. package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +31 -0
  118. package/lib/types/traditionArtifacts/SpellSwordEnchantment.js +4 -0
  119. package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +31 -0
  120. package/lib/types/traditionArtifacts/StaffEnchantment.js +4 -0
  121. package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +31 -0
  122. package/lib/types/traditionArtifacts/ToyEnchantment.js +4 -0
  123. package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +31 -0
  124. package/lib/types/traditionArtifacts/Trinkhornzauber.js +4 -0
  125. package/lib/types/traditionArtifacts/WandEnchantment.d.ts +31 -0
  126. package/lib/types/traditionArtifacts/WandEnchantment.js +4 -0
  127. package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +31 -0
  128. package/lib/types/traditionArtifacts/WeaponEnchantment.js +4 -0
  129. package/lib/types/traditionArtifacts/sub/AnimalShape.d.ts +42 -0
  130. package/lib/types/traditionArtifacts/sub/AnimalShape.js +4 -0
  131. package/lib/types/traditionArtifacts/sub/AnimalShapePath.d.ts +30 -0
  132. package/lib/types/traditionArtifacts/sub/AnimalShapePath.js +4 -0
  133. package/lib/types/traditionArtifacts/sub/AnimalShapeSize.d.ts +42 -0
  134. package/lib/types/traditionArtifacts/sub/AnimalShapeSize.js +4 -0
  135. package/lib/types/traditionArtifacts/sub/Brew.d.ts +30 -0
  136. package/lib/types/traditionArtifacts/sub/Brew.js +4 -0
  137. package/package.json +1 -1
  138. package/schema/Advantage.schema.json +81 -0
  139. package/schema/ArcaneBardTradition.schema.json +1 -1
  140. package/schema/ArcaneDancerTradition.schema.json +1 -1
  141. package/schema/Ceremony.schema.json +1 -1
  142. package/schema/Continent.schema.json +46 -0
  143. package/schema/DerivedCharacteristic.schema.json +1 -1
  144. package/schema/Disadvantage.schema.json +75 -0
  145. package/schema/LiturgicalChant.schema.json +1 -1
  146. package/schema/Patron.schema.json +407 -0
  147. package/schema/PatronCategory.schema.json +66 -0
  148. package/schema/Ritual.schema.json +1 -1
  149. package/schema/Spell.schema.json +1 -1
  150. package/schema/_Activatable.schema.json +1182 -0
  151. package/schema/_Enhancements.schema.json +1 -1
  152. package/schema/_I18n.schema.json +38 -0
  153. package/schema/_Identifier.schema.json +90 -113
  154. package/schema/_Influence.schema.json +77 -0
  155. package/schema/_Prerequisite.schema.json +703 -573
  156. package/schema/magicalActions/GeodeRitual.schema.json +1 -1
  157. package/schema/source/Publication.schema.json +1 -1
  158. package/schema/specialAbility/AdvancedCombatSpecialAbility.schema.json +76 -0
  159. package/schema/specialAbility/AdvancedKarmaSpecialAbility.schema.json +68 -0
  160. package/schema/specialAbility/AdvancedMagicalSpecialAbility.schema.json +68 -0
  161. package/schema/specialAbility/AdvancedSkillSpecialAbility.schema.json +68 -0
  162. package/schema/specialAbility/AncestorGlyph.schema.json +62 -0
  163. package/schema/specialAbility/BlessedTradition.schema.json +300 -0
  164. package/schema/specialAbility/BrawlingSpecialAbility.schema.json +70 -0
  165. package/schema/specialAbility/CeremonialItemSpecialAbility.schema.json +72 -0
  166. package/schema/specialAbility/CombatSpecialAbility.schema.json +76 -0
  167. package/schema/specialAbility/CombatStyleSpecialAbility.schema.json +110 -0
  168. package/schema/specialAbility/CommandSpecialAbility.schema.json +70 -0
  169. package/schema/specialAbility/FamiliarSpecialAbility.schema.json +62 -0
  170. package/schema/specialAbility/FatePointSexSpecialAbility.schema.json +62 -0
  171. package/schema/specialAbility/FatePointSpecialAbility.schema.json +68 -0
  172. package/schema/specialAbility/GeneralSpecialAbility.schema.json +68 -0
  173. package/schema/specialAbility/KarmaSpecialAbility.schema.json +62 -0
  174. package/schema/specialAbility/LiturgicalStyleSpecialAbility.schema.json +72 -0
  175. package/schema/specialAbility/LycantropicGift.schema.json +62 -0
  176. package/schema/specialAbility/MagicStyleSpecialAbility.schema.json +72 -0
  177. package/schema/specialAbility/MagicalSpecialAbility.schema.json +68 -0
  178. package/schema/specialAbility/MagicalTradition.schema.json +181 -0
  179. package/schema/specialAbility/PactGift.schema.json +215 -0
  180. package/schema/specialAbility/ProtectiveWardingCircleSpecialAbility.schema.json +70 -0
  181. package/schema/specialAbility/Sermon.schema.json +62 -0
  182. package/schema/specialAbility/SexSpecialAbility.schema.json +68 -0
  183. package/schema/specialAbility/SikaryanDrainSpecialAbility.schema.json +62 -0
  184. package/schema/specialAbility/SkillStyleSpecialAbility.schema.json +66 -0
  185. package/schema/specialAbility/VampiricGift.schema.json +62 -0
  186. package/schema/specialAbility/Vision.schema.json +62 -0
  187. package/schema/specialAbility/sub/Language.schema.json +215 -0
  188. package/schema/specialAbility/sub/Script.schema.json +127 -0
  189. package/schema/traditionArtifacts/ArcaneOrbEnchantment.schema.json +66 -0
  190. package/schema/traditionArtifacts/AttireEnchantment.schema.json +66 -0
  191. package/schema/traditionArtifacts/BowlEnchantment.schema.json +66 -0
  192. package/schema/traditionArtifacts/CauldronEnchantment.schema.json +83 -0
  193. package/schema/traditionArtifacts/ChronicleEnchantment.schema.json +66 -0
  194. package/schema/traditionArtifacts/DaggerRitual.schema.json +66 -0
  195. package/schema/traditionArtifacts/FoolsHatEnchantment.schema.json +66 -0
  196. package/schema/traditionArtifacts/InstrumentEnchantment.schema.json +66 -0
  197. package/schema/traditionArtifacts/Krallenkettenzauber.schema.json +66 -0
  198. package/schema/traditionArtifacts/OrbEnchantment.schema.json +66 -0
  199. package/schema/traditionArtifacts/RingEnchantment.schema.json +66 -0
  200. package/schema/traditionArtifacts/SickleRitual.schema.json +66 -0
  201. package/schema/traditionArtifacts/SpellSwordEnchantment.schema.json +66 -0
  202. package/schema/traditionArtifacts/StaffEnchantment.schema.json +66 -0
  203. package/schema/traditionArtifacts/ToyEnchantment.schema.json +66 -0
  204. package/schema/traditionArtifacts/Trinkhornzauber.schema.json +66 -0
  205. package/schema/traditionArtifacts/WandEnchantment.schema.json +66 -0
  206. package/schema/traditionArtifacts/WeaponEnchantment.schema.json +66 -0
  207. package/schema/traditionArtifacts/sub/AnimalShape.schema.json +57 -0
  208. package/schema/traditionArtifacts/sub/AnimalShapePath.schema.json +45 -0
  209. package/schema/traditionArtifacts/sub/AnimalShapeSize.schema.json +57 -0
  210. package/schema/traditionArtifacts/sub/Brew.schema.json +45 -0
@@ -0,0 +1,215 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "specialAbility/sub/Language.schema.json",
4
+ "$ref": "#/definitions/Language",
5
+ "definitions": {
6
+ "Language": {
7
+ "title": "Language",
8
+ "type": "object",
9
+ "properties": {
10
+ "id": {
11
+ "description": "The language's identifier. An unique, increasing integer.",
12
+ "type": "integer",
13
+ "minimum": 1
14
+ },
15
+ "continent": {
16
+ "description": "The continents this language is present on.",
17
+ "type": "array",
18
+ "items": {
19
+ "type": "object",
20
+ "properties": {
21
+ "id": {
22
+ "description": "The continent's identifier.",
23
+ "type": "integer",
24
+ "maximum": 3,
25
+ "minimum": 1
26
+ },
27
+ "is_extinct": {
28
+ "description": "Is the language considered virtually extinct in this continent?",
29
+ "type": "boolean"
30
+ }
31
+ },
32
+ "required": [
33
+ "id",
34
+ "is_extinct"
35
+ ],
36
+ "additionalProperties": false
37
+ },
38
+ "minItems": 1
39
+ },
40
+ "specializations": {
41
+ "description": "Language-specific specializations. Either a list of possible options or a\nindefinite description of what may be a specialization.",
42
+ "oneOf": [
43
+ {
44
+ "type": "object",
45
+ "properties": {
46
+ "tag": {
47
+ "const": "Specific"
48
+ },
49
+ "list": {
50
+ "description": "A list of specific possible specializations.",
51
+ "type": "array",
52
+ "items": {
53
+ "type": "object",
54
+ "properties": {
55
+ "id": {
56
+ "description": "The specialization's identifier. An unique, increasing integer.",
57
+ "type": "integer",
58
+ "minimum": 1
59
+ },
60
+ "translations": {
61
+ "description": "All translations for the entry, identified by IETF language tag (BCP47).",
62
+ "type": "object",
63
+ "patternProperties": {
64
+ "^[a-z]{2}-[A-Z]{2}$": {
65
+ "type": "object",
66
+ "properties": {
67
+ "name": {
68
+ "description": "The name of the specialization.",
69
+ "type": "string",
70
+ "minLength": 1
71
+ },
72
+ "description": {
73
+ "description": "The specialization description. It will be appended to the name in\nparenthesis.",
74
+ "type": "string",
75
+ "minLength": 1
76
+ }
77
+ },
78
+ "required": [
79
+ "name"
80
+ ],
81
+ "additionalProperties": false
82
+ }
83
+ },
84
+ "minProperties": 1,
85
+ "additionalProperties": false
86
+ }
87
+ },
88
+ "required": [
89
+ "id",
90
+ "translations"
91
+ ],
92
+ "additionalProperties": false
93
+ }
94
+ }
95
+ },
96
+ "required": [
97
+ "tag",
98
+ "list"
99
+ ],
100
+ "additionalProperties": false
101
+ },
102
+ {
103
+ "type": "object",
104
+ "properties": {
105
+ "tag": {
106
+ "const": "Indefinite"
107
+ },
108
+ "translations": {
109
+ "description": "All translations for the entry, identified by IETF language tag (BCP47).",
110
+ "type": "object",
111
+ "patternProperties": {
112
+ "^[a-z]{2}-[A-Z]{2}$": {
113
+ "type": "object",
114
+ "properties": {
115
+ "description": {
116
+ "description": "The specializations description.",
117
+ "type": "string",
118
+ "minLength": 1
119
+ },
120
+ "label": {
121
+ "description": "An input label or placeholder text for an UI element if it differs\nfrom the `description`.",
122
+ "type": "string",
123
+ "minLength": 1
124
+ }
125
+ },
126
+ "required": [
127
+ "description"
128
+ ],
129
+ "additionalProperties": false
130
+ }
131
+ },
132
+ "minProperties": 1,
133
+ "additionalProperties": false
134
+ }
135
+ },
136
+ "required": [
137
+ "tag",
138
+ "translations"
139
+ ],
140
+ "additionalProperties": false
141
+ }
142
+ ]
143
+ },
144
+ "prerequisites": {
145
+ "$ref": "../../_Prerequisite.schema.json#/definitions/Prerequisite/GroupCollection/Language"
146
+ },
147
+ "max_level": {
148
+ "description": "The maximum possible level of the language. Only specified if lower than\ndefault of 3.",
149
+ "type": "number",
150
+ "maximum": 2,
151
+ "minimum": 1
152
+ },
153
+ "src": {
154
+ "$ref": "../../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
155
+ },
156
+ "translations": {
157
+ "description": "All translations for the entry, identified by IETF language tag (BCP47).",
158
+ "type": "object",
159
+ "patternProperties": {
160
+ "^[a-z]{2}-[A-Z]{2}$": {
161
+ "type": "object",
162
+ "properties": {
163
+ "name": {
164
+ "description": "The name of the language.",
165
+ "type": "string",
166
+ "minLength": 1
167
+ },
168
+ "alternative_names": {
169
+ "description": "A list of alternative names.",
170
+ "type": "array",
171
+ "items": {
172
+ "type": "object",
173
+ "properties": {
174
+ "name": {
175
+ "description": "An alternative name of the language.",
176
+ "type": "string",
177
+ "minLength": 1
178
+ }
179
+ },
180
+ "required": [
181
+ "name"
182
+ ],
183
+ "additionalProperties": false
184
+ }
185
+ },
186
+ "description": {
187
+ "description": "The description of the language.",
188
+ "type": "string",
189
+ "minLength": 1
190
+ },
191
+ "errata": {
192
+ "$ref": "../../source/_Erratum.schema.json#/definitions/Errata"
193
+ }
194
+ },
195
+ "required": [
196
+ "name"
197
+ ],
198
+ "additionalProperties": false
199
+ }
200
+ },
201
+ "minProperties": 1,
202
+ "additionalProperties": false
203
+ }
204
+ },
205
+ "required": [
206
+ "id",
207
+ "continent",
208
+ "specializations",
209
+ "src",
210
+ "translations"
211
+ ],
212
+ "additionalProperties": false
213
+ }
214
+ }
215
+ }
@@ -0,0 +1,127 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "specialAbility/sub/Script.schema.json",
4
+ "$ref": "#/definitions/Script",
5
+ "definitions": {
6
+ "Script": {
7
+ "title": "Script",
8
+ "type": "object",
9
+ "properties": {
10
+ "id": {
11
+ "description": "The script's identifier. An unique, increasing integer.",
12
+ "type": "integer",
13
+ "minimum": 1
14
+ },
15
+ "ap_value": {
16
+ "description": "The script's adventure point value.",
17
+ "type": "integer",
18
+ "minimum": 2,
19
+ "multipleOf": 2
20
+ },
21
+ "associated_languages": {
22
+ "description": "A list of languages that use this script.",
23
+ "type": "array",
24
+ "items": {
25
+ "type": "object",
26
+ "properties": {
27
+ "id": {
28
+ "description": "The language's identifier.",
29
+ "type": "integer",
30
+ "minimum": 1
31
+ }
32
+ },
33
+ "required": [
34
+ "id"
35
+ ],
36
+ "additionalProperties": false
37
+ }
38
+ },
39
+ "continent": {
40
+ "description": "The continents this script is present on.",
41
+ "type": "array",
42
+ "items": {
43
+ "type": "object",
44
+ "properties": {
45
+ "id": {
46
+ "description": "The continent's identifier.",
47
+ "type": "integer",
48
+ "maximum": 3,
49
+ "minimum": 1
50
+ },
51
+ "is_extinct": {
52
+ "description": "Is the script considered virtually extinct in this continent?",
53
+ "type": "boolean"
54
+ }
55
+ },
56
+ "required": [
57
+ "id",
58
+ "is_extinct"
59
+ ],
60
+ "additionalProperties": false
61
+ },
62
+ "minItems": 1
63
+ },
64
+ "src": {
65
+ "$ref": "../../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
66
+ },
67
+ "translations": {
68
+ "description": "All translations for the entry, identified by IETF language tag (BCP47).",
69
+ "type": "object",
70
+ "patternProperties": {
71
+ "^[a-z]{2}-[A-Z]{2}$": {
72
+ "type": "object",
73
+ "properties": {
74
+ "name": {
75
+ "description": "The name of the language.",
76
+ "type": "string",
77
+ "minLength": 1
78
+ },
79
+ "alternative_names": {
80
+ "description": "A list of alternative names.",
81
+ "type": "array",
82
+ "items": {
83
+ "type": "object",
84
+ "properties": {
85
+ "name": {
86
+ "description": "An alternative name of the language.",
87
+ "type": "string",
88
+ "minLength": 1
89
+ }
90
+ },
91
+ "required": [
92
+ "name"
93
+ ],
94
+ "additionalProperties": false
95
+ }
96
+ },
97
+ "alphabet": {
98
+ "description": "The description of the alphabet.",
99
+ "type": "string",
100
+ "minLength": 1
101
+ },
102
+ "errata": {
103
+ "$ref": "../../source/_Erratum.schema.json#/definitions/Errata"
104
+ }
105
+ },
106
+ "required": [
107
+ "name"
108
+ ],
109
+ "additionalProperties": false
110
+ }
111
+ },
112
+ "minProperties": 1,
113
+ "additionalProperties": false
114
+ }
115
+ },
116
+ "required": [
117
+ "id",
118
+ "ap_value",
119
+ "associated_languages",
120
+ "continent",
121
+ "src",
122
+ "translations"
123
+ ],
124
+ "additionalProperties": false
125
+ }
126
+ }
127
+ }
@@ -0,0 +1,66 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "traditionArtifacts/ArcaneOrbEnchantment.schema.json",
4
+ "$ref": "#/definitions/ArcaneOrbEnchantment",
5
+ "definitions": {
6
+ "ArcaneOrbEnchantment": {
7
+ "title": "Arcane Orb Enchantment",
8
+ "type": "object",
9
+ "properties": {
10
+ "id": {
11
+ "$ref": "#/definitions/Id"
12
+ },
13
+ "levels": {
14
+ "$ref": "#/definitions/Levels"
15
+ },
16
+ "property": {
17
+ "$ref": "#/definitions/Property"
18
+ },
19
+ "ap_value": {
20
+ "$ref": "#/definitions/AdventurePointsValue"
21
+ },
22
+ "src": {
23
+ "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
24
+ },
25
+ "translations": {
26
+ "description": "All translations for the entry, identified by IETF language tag (BCP47).",
27
+ "type": "object",
28
+ "patternProperties": {
29
+ "^[a-z]{2}-[A-Z]{2}$": {
30
+ "type": "object",
31
+ "properties": {
32
+ "name": {
33
+ "$ref": "#/definitions/Name"
34
+ },
35
+ "name_in_library": {
36
+ "$ref": "#/definitions/NameInLibrary"
37
+ },
38
+ "effect": {
39
+ "$ref": "#/definitions/Effect"
40
+ },
41
+ "errata": {
42
+ "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
43
+ }
44
+ },
45
+ "required": [
46
+ "name",
47
+ "effect"
48
+ ],
49
+ "additionalProperties": false
50
+ }
51
+ },
52
+ "minProperties": 1,
53
+ "additionalProperties": false
54
+ }
55
+ },
56
+ "required": [
57
+ "id",
58
+ "property",
59
+ "ap_value",
60
+ "src",
61
+ "translations"
62
+ ],
63
+ "additionalProperties": false
64
+ }
65
+ }
66
+ }
@@ -0,0 +1,66 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "traditionArtifacts/AttireEnchantment.schema.json",
4
+ "$ref": "#/definitions/AttireEnchantment",
5
+ "definitions": {
6
+ "AttireEnchantment": {
7
+ "title": "Attire Enchantment",
8
+ "type": "object",
9
+ "properties": {
10
+ "id": {
11
+ "$ref": "#/definitions/Id"
12
+ },
13
+ "levels": {
14
+ "$ref": "#/definitions/Levels"
15
+ },
16
+ "property": {
17
+ "$ref": "#/definitions/Property"
18
+ },
19
+ "ap_value": {
20
+ "$ref": "#/definitions/AdventurePointsValue"
21
+ },
22
+ "src": {
23
+ "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
24
+ },
25
+ "translations": {
26
+ "description": "All translations for the entry, identified by IETF language tag (BCP47).",
27
+ "type": "object",
28
+ "patternProperties": {
29
+ "^[a-z]{2}-[A-Z]{2}$": {
30
+ "type": "object",
31
+ "properties": {
32
+ "name": {
33
+ "$ref": "#/definitions/Name"
34
+ },
35
+ "name_in_library": {
36
+ "$ref": "#/definitions/NameInLibrary"
37
+ },
38
+ "effect": {
39
+ "$ref": "#/definitions/Effect"
40
+ },
41
+ "errata": {
42
+ "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
43
+ }
44
+ },
45
+ "required": [
46
+ "name",
47
+ "effect"
48
+ ],
49
+ "additionalProperties": false
50
+ }
51
+ },
52
+ "minProperties": 1,
53
+ "additionalProperties": false
54
+ }
55
+ },
56
+ "required": [
57
+ "id",
58
+ "property",
59
+ "ap_value",
60
+ "src",
61
+ "translations"
62
+ ],
63
+ "additionalProperties": false
64
+ }
65
+ }
66
+ }
@@ -0,0 +1,66 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "traditionArtifacts/BowlEnchantment.schema.json",
4
+ "$ref": "#/definitions/BowlEnchantment",
5
+ "definitions": {
6
+ "BowlEnchantment": {
7
+ "title": "Bowl Enchantment",
8
+ "type": "object",
9
+ "properties": {
10
+ "id": {
11
+ "$ref": "#/definitions/Id"
12
+ },
13
+ "levels": {
14
+ "$ref": "#/definitions/Levels"
15
+ },
16
+ "property": {
17
+ "$ref": "#/definitions/Property"
18
+ },
19
+ "ap_value": {
20
+ "$ref": "#/definitions/AdventurePointsValue"
21
+ },
22
+ "src": {
23
+ "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
24
+ },
25
+ "translations": {
26
+ "description": "All translations for the entry, identified by IETF language tag (BCP47).",
27
+ "type": "object",
28
+ "patternProperties": {
29
+ "^[a-z]{2}-[A-Z]{2}$": {
30
+ "type": "object",
31
+ "properties": {
32
+ "name": {
33
+ "$ref": "#/definitions/Name"
34
+ },
35
+ "name_in_library": {
36
+ "$ref": "#/definitions/NameInLibrary"
37
+ },
38
+ "effect": {
39
+ "$ref": "#/definitions/Effect"
40
+ },
41
+ "errata": {
42
+ "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
43
+ }
44
+ },
45
+ "required": [
46
+ "name",
47
+ "effect"
48
+ ],
49
+ "additionalProperties": false
50
+ }
51
+ },
52
+ "minProperties": 1,
53
+ "additionalProperties": false
54
+ }
55
+ },
56
+ "required": [
57
+ "id",
58
+ "property",
59
+ "ap_value",
60
+ "src",
61
+ "translations"
62
+ ],
63
+ "additionalProperties": false
64
+ }
65
+ }
66
+ }
@@ -0,0 +1,83 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "traditionArtifacts/CauldronEnchantment.schema.json",
4
+ "$ref": "#/definitions/CauldronEnchantment",
5
+ "definitions": {
6
+ "CauldronEnchantment": {
7
+ "title": "Cauldron Enchantment",
8
+ "type": "object",
9
+ "properties": {
10
+ "id": {
11
+ "$ref": "#/definitions/Id"
12
+ },
13
+ "levels": {
14
+ "$ref": "#/definitions/Levels"
15
+ },
16
+ "property": {
17
+ "$ref": "#/definitions/Property"
18
+ },
19
+ "brew": {
20
+ "description": "Witches can learn to brew special things in their Witch's Cauldron. These\nbrews can be categorized in different types.",
21
+ "type": "object",
22
+ "properties": {
23
+ "id": {
24
+ "description": "The brew's identifier.",
25
+ "type": "integer",
26
+ "maximum": 4,
27
+ "minimum": 1
28
+ }
29
+ },
30
+ "required": [
31
+ "id"
32
+ ],
33
+ "additionalProperties": false
34
+ },
35
+ "ap_value": {
36
+ "$ref": "#/definitions/AdventurePointsValue"
37
+ },
38
+ "src": {
39
+ "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
40
+ },
41
+ "translations": {
42
+ "description": "All translations for the entry, identified by IETF language tag (BCP47).",
43
+ "type": "object",
44
+ "patternProperties": {
45
+ "^[a-z]{2}-[A-Z]{2}$": {
46
+ "type": "object",
47
+ "properties": {
48
+ "name": {
49
+ "$ref": "#/definitions/Name"
50
+ },
51
+ "name_in_library": {
52
+ "$ref": "#/definitions/NameInLibrary"
53
+ },
54
+ "effect": {
55
+ "$ref": "#/definitions/Effect"
56
+ },
57
+ "errata": {
58
+ "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
59
+ }
60
+ },
61
+ "required": [
62
+ "name",
63
+ "effect"
64
+ ],
65
+ "additionalProperties": false
66
+ }
67
+ },
68
+ "minProperties": 1,
69
+ "additionalProperties": false
70
+ }
71
+ },
72
+ "required": [
73
+ "id",
74
+ "property",
75
+ "brew",
76
+ "ap_value",
77
+ "src",
78
+ "translations"
79
+ ],
80
+ "additionalProperties": false
81
+ }
82
+ }
83
+ }
@@ -0,0 +1,66 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "traditionArtifacts/ChronicleEnchantment.schema.json",
4
+ "$ref": "#/definitions/ChronicleEnchantment",
5
+ "definitions": {
6
+ "ChronicleEnchantment": {
7
+ "title": "Chronicle Enchantment",
8
+ "type": "object",
9
+ "properties": {
10
+ "id": {
11
+ "$ref": "#/definitions/Id"
12
+ },
13
+ "levels": {
14
+ "$ref": "#/definitions/Levels"
15
+ },
16
+ "property": {
17
+ "$ref": "#/definitions/Property"
18
+ },
19
+ "ap_value": {
20
+ "$ref": "#/definitions/AdventurePointsValue"
21
+ },
22
+ "src": {
23
+ "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
24
+ },
25
+ "translations": {
26
+ "description": "All translations for the entry, identified by IETF language tag (BCP47).",
27
+ "type": "object",
28
+ "patternProperties": {
29
+ "^[a-z]{2}-[A-Z]{2}$": {
30
+ "type": "object",
31
+ "properties": {
32
+ "name": {
33
+ "$ref": "#/definitions/Name"
34
+ },
35
+ "name_in_library": {
36
+ "$ref": "#/definitions/NameInLibrary"
37
+ },
38
+ "effect": {
39
+ "$ref": "#/definitions/Effect"
40
+ },
41
+ "errata": {
42
+ "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
43
+ }
44
+ },
45
+ "required": [
46
+ "name",
47
+ "effect"
48
+ ],
49
+ "additionalProperties": false
50
+ }
51
+ },
52
+ "minProperties": 1,
53
+ "additionalProperties": false
54
+ }
55
+ },
56
+ "required": [
57
+ "id",
58
+ "property",
59
+ "ap_value",
60
+ "src",
61
+ "translations"
62
+ ],
63
+ "additionalProperties": false
64
+ }
65
+ }
66
+ }