optolith-database-schema 0.1.0 → 0.1.3

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 (67) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/lib/types/FamiliarsTrick.d.ts +333 -0
  3. package/lib/types/FamiliarsTrick.js +4 -0
  4. package/lib/types/FamiliarsTrick_AnimalType.d.ts +30 -0
  5. package/lib/types/FamiliarsTrick_AnimalType.js +4 -0
  6. package/lib/types/_Activatable.d.ts +124 -1
  7. package/lib/types/_Identifier.d.ts +7 -1
  8. package/lib/types/_Identifier.js +7 -0
  9. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +1 -0
  10. package/lib/types/specialAbility/CombatSpecialAbility.d.ts +1 -0
  11. package/lib/types/specialAbility/sub/TradeSecret.d.ts +50 -0
  12. package/lib/types/specialAbility/sub/TradeSecret.js +4 -0
  13. package/package.json +2 -2
  14. package/schema/Advantage.schema.json +8 -8
  15. package/schema/Disadvantage.schema.json +6 -6
  16. package/schema/FamiliarsTrick.schema.json +602 -0
  17. package/schema/FamiliarsTrick_AnimalType.schema.json +45 -0
  18. package/schema/_Activatable.schema.json +245 -3
  19. package/schema/_Identifier.schema.json +26 -4
  20. package/schema/specialAbility/AdvancedCombatSpecialAbility.schema.json +13 -10
  21. package/schema/specialAbility/AdvancedKarmaSpecialAbility.schema.json +8 -8
  22. package/schema/specialAbility/AdvancedMagicalSpecialAbility.schema.json +8 -8
  23. package/schema/specialAbility/AdvancedSkillSpecialAbility.schema.json +8 -8
  24. package/schema/specialAbility/AncestorGlyph.schema.json +6 -6
  25. package/schema/specialAbility/BlessedTradition.schema.json +6 -6
  26. package/schema/specialAbility/BrawlingSpecialAbility.schema.json +8 -8
  27. package/schema/specialAbility/CeremonialItemSpecialAbility.schema.json +9 -9
  28. package/schema/specialAbility/CombatSpecialAbility.schema.json +13 -10
  29. package/schema/specialAbility/CombatStyleSpecialAbility.schema.json +11 -11
  30. package/schema/specialAbility/CommandSpecialAbility.schema.json +8 -8
  31. package/schema/specialAbility/FamiliarSpecialAbility.schema.json +6 -6
  32. package/schema/specialAbility/FatePointSexSpecialAbility.schema.json +6 -6
  33. package/schema/specialAbility/FatePointSpecialAbility.schema.json +8 -8
  34. package/schema/specialAbility/GeneralSpecialAbility.schema.json +8 -8
  35. package/schema/specialAbility/KarmaSpecialAbility.schema.json +6 -6
  36. package/schema/specialAbility/LiturgicalStyleSpecialAbility.schema.json +9 -9
  37. package/schema/specialAbility/LycantropicGift.schema.json +6 -6
  38. package/schema/specialAbility/MagicStyleSpecialAbility.schema.json +9 -9
  39. package/schema/specialAbility/MagicalSpecialAbility.schema.json +8 -8
  40. package/schema/specialAbility/MagicalTradition.schema.json +7 -7
  41. package/schema/specialAbility/PactGift.schema.json +6 -6
  42. package/schema/specialAbility/ProtectiveWardingCircleSpecialAbility.schema.json +5 -5
  43. package/schema/specialAbility/Sermon.schema.json +6 -6
  44. package/schema/specialAbility/SexSpecialAbility.schema.json +8 -8
  45. package/schema/specialAbility/SikaryanDrainSpecialAbility.schema.json +6 -6
  46. package/schema/specialAbility/SkillStyleSpecialAbility.schema.json +7 -7
  47. package/schema/specialAbility/VampiricGift.schema.json +6 -6
  48. package/schema/specialAbility/Vision.schema.json +6 -6
  49. package/schema/specialAbility/sub/TradeSecret.schema.json +68 -0
  50. package/schema/traditionArtifacts/ArcaneOrbEnchantment.schema.json +7 -7
  51. package/schema/traditionArtifacts/AttireEnchantment.schema.json +7 -7
  52. package/schema/traditionArtifacts/BowlEnchantment.schema.json +7 -7
  53. package/schema/traditionArtifacts/CauldronEnchantment.schema.json +7 -7
  54. package/schema/traditionArtifacts/ChronicleEnchantment.schema.json +7 -7
  55. package/schema/traditionArtifacts/DaggerRitual.schema.json +7 -7
  56. package/schema/traditionArtifacts/FoolsHatEnchantment.schema.json +7 -7
  57. package/schema/traditionArtifacts/InstrumentEnchantment.schema.json +7 -7
  58. package/schema/traditionArtifacts/Krallenkettenzauber.schema.json +7 -7
  59. package/schema/traditionArtifacts/OrbEnchantment.schema.json +7 -7
  60. package/schema/traditionArtifacts/RingEnchantment.schema.json +7 -7
  61. package/schema/traditionArtifacts/SickleRitual.schema.json +7 -7
  62. package/schema/traditionArtifacts/SpellSwordEnchantment.schema.json +7 -7
  63. package/schema/traditionArtifacts/StaffEnchantment.schema.json +7 -7
  64. package/schema/traditionArtifacts/ToyEnchantment.schema.json +7 -7
  65. package/schema/traditionArtifacts/Trinkhornzauber.schema.json +7 -7
  66. package/schema/traditionArtifacts/WandEnchantment.schema.json +7 -7
  67. package/schema/traditionArtifacts/WeaponEnchantment.schema.json +7 -7
@@ -8,16 +8,16 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "skill_applications": {
17
- "$ref": "#/definitions/SkillApplications"
17
+ "$ref": "../_Activatable.schema.json#/definitions/SkillApplications"
18
18
  },
19
19
  "skill_uses": {
20
- "$ref": "#/definitions/SkillUses"
20
+ "$ref": "../_Activatable.schema.json#/definitions/SkillUses"
21
21
  },
22
22
  "primary": {
23
23
  "description": "The tradition's primary attribute. Leave empty if the tradition does not\nhave one.",
@@ -98,7 +98,7 @@
98
98
  "minItems": 2
99
99
  },
100
100
  "ap_value": {
101
- "$ref": "#/definitions/AdventurePointsValue"
101
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
102
102
  },
103
103
  "src": {
104
104
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -111,7 +111,7 @@
111
111
  "type": "object",
112
112
  "properties": {
113
113
  "name": {
114
- "$ref": "#/definitions/Name"
114
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
115
115
  },
116
116
  "name_for_arcane_spellworks": {
117
117
  "description": "The name used for the traditions list of arcane spellworks if it is\ndifferent than the `name` of the special ability.",
@@ -119,7 +119,7 @@
119
119
  "minLength": 1
120
120
  },
121
121
  "name_in_library": {
122
- "$ref": "#/definitions/NameInLibrary"
122
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
123
123
  },
124
124
  "special_rules": {
125
125
  "description": "The special rules of the tradition. They should be sorted like they are\nin the book.",
@@ -8,10 +8,10 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "permanent_demonic_consumption": {
17
17
  "oneOf": [
@@ -167,7 +167,7 @@
167
167
  "minItems": 1
168
168
  },
169
169
  "ap_value": {
170
- "$ref": "#/definitions/AdventurePointsValue"
170
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
171
171
  },
172
172
  "src": {
173
173
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -180,13 +180,13 @@
180
180
  "type": "object",
181
181
  "properties": {
182
182
  "name": {
183
- "$ref": "#/definitions/Name"
183
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
184
184
  },
185
185
  "name_in_library": {
186
- "$ref": "#/definitions/NameInLibrary"
186
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
187
187
  },
188
188
  "effect": {
189
- "$ref": "#/definitions/Effect"
189
+ "$ref": "../_Activatable.schema.json#/definitions/Effect"
190
190
  },
191
191
  "errata": {
192
192
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
@@ -8,13 +8,13 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "ap_value": {
17
- "$ref": "#/definitions/AdventurePointsValue"
17
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
18
18
  },
19
19
  "src": {
20
20
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -27,10 +27,10 @@
27
27
  "type": "object",
28
28
  "properties": {
29
29
  "name": {
30
- "$ref": "#/definitions/Name"
30
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
31
31
  },
32
32
  "name_in_library": {
33
- "$ref": "#/definitions/NameInLibrary"
33
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
34
34
  },
35
35
  "protective_circle": {
36
36
  "description": "The rules for the protective circle variant.",
@@ -8,13 +8,13 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "ap_value": {
17
- "$ref": "#/definitions/AdventurePointsValue"
17
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
18
18
  },
19
19
  "src": {
20
20
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -27,13 +27,13 @@
27
27
  "type": "object",
28
28
  "properties": {
29
29
  "name": {
30
- "$ref": "#/definitions/Name"
30
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
31
31
  },
32
32
  "name_in_library": {
33
- "$ref": "#/definitions/NameInLibrary"
33
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
34
34
  },
35
35
  "rules": {
36
- "$ref": "#/definitions/Rules"
36
+ "$ref": "../_Activatable.schema.json#/definitions/Rules"
37
37
  },
38
38
  "errata": {
39
39
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
@@ -8,19 +8,19 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "skill_applications": {
17
- "$ref": "#/definitions/SkillApplications"
17
+ "$ref": "../_Activatable.schema.json#/definitions/SkillApplications"
18
18
  },
19
19
  "skill_uses": {
20
- "$ref": "#/definitions/SkillUses"
20
+ "$ref": "../_Activatable.schema.json#/definitions/SkillUses"
21
21
  },
22
22
  "ap_value": {
23
- "$ref": "#/definitions/AdventurePointsValue"
23
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
24
24
  },
25
25
  "src": {
26
26
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -33,13 +33,13 @@
33
33
  "type": "object",
34
34
  "properties": {
35
35
  "name": {
36
- "$ref": "#/definitions/Name"
36
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
37
37
  },
38
38
  "name_in_library": {
39
- "$ref": "#/definitions/NameInLibrary"
39
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
40
40
  },
41
41
  "rules": {
42
- "$ref": "#/definitions/Rules"
42
+ "$ref": "../_Activatable.schema.json#/definitions/Rules"
43
43
  },
44
44
  "errata": {
45
45
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
@@ -8,13 +8,13 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "ap_value": {
17
- "$ref": "#/definitions/AdventurePointsValue"
17
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
18
18
  },
19
19
  "src": {
20
20
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -27,13 +27,13 @@
27
27
  "type": "object",
28
28
  "properties": {
29
29
  "name": {
30
- "$ref": "#/definitions/Name"
30
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
31
31
  },
32
32
  "name_in_library": {
33
- "$ref": "#/definitions/NameInLibrary"
33
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
34
34
  },
35
35
  "rules": {
36
- "$ref": "#/definitions/Rules"
36
+ "$ref": "../_Activatable.schema.json#/definitions/Rules"
37
37
  },
38
38
  "errata": {
39
39
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
@@ -8,16 +8,16 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "advanced": {
17
- "$ref": "#/definitions/AdvancedSpecialAbilities"
17
+ "$ref": "../_Activatable.schema.json#/definitions/AdvancedSpecialAbilities"
18
18
  },
19
19
  "ap_value": {
20
- "$ref": "#/definitions/AdventurePointsValue"
20
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
21
21
  },
22
22
  "src": {
23
23
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -30,13 +30,13 @@
30
30
  "type": "object",
31
31
  "properties": {
32
32
  "name": {
33
- "$ref": "#/definitions/Name"
33
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
34
34
  },
35
35
  "name_in_library": {
36
- "$ref": "#/definitions/NameInLibrary"
36
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
37
37
  },
38
38
  "rules": {
39
- "$ref": "#/definitions/Rules"
39
+ "$ref": "../_Activatable.schema.json#/definitions/Rules"
40
40
  },
41
41
  "errata": {
42
42
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
@@ -8,13 +8,13 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "ap_value": {
17
- "$ref": "#/definitions/AdventurePointsValue"
17
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
18
18
  },
19
19
  "src": {
20
20
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -27,13 +27,13 @@
27
27
  "type": "object",
28
28
  "properties": {
29
29
  "name": {
30
- "$ref": "#/definitions/Name"
30
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
31
31
  },
32
32
  "name_in_library": {
33
- "$ref": "#/definitions/NameInLibrary"
33
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
34
34
  },
35
35
  "rules": {
36
- "$ref": "#/definitions/Rules"
36
+ "$ref": "../_Activatable.schema.json#/definitions/Rules"
37
37
  },
38
38
  "errata": {
39
39
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
@@ -8,13 +8,13 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "ap_value": {
17
- "$ref": "#/definitions/AdventurePointsValue"
17
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
18
18
  },
19
19
  "src": {
20
20
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -27,13 +27,13 @@
27
27
  "type": "object",
28
28
  "properties": {
29
29
  "name": {
30
- "$ref": "#/definitions/Name"
30
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
31
31
  },
32
32
  "name_in_library": {
33
- "$ref": "#/definitions/NameInLibrary"
33
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
34
34
  },
35
35
  "rules": {
36
- "$ref": "#/definitions/Rules"
36
+ "$ref": "../_Activatable.schema.json#/definitions/Rules"
37
37
  },
38
38
  "errata": {
39
39
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
@@ -0,0 +1,68 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "specialAbility/sub/TradeSecret.schema.json",
4
+ "$ref": "#/definitions/TradeSecret",
5
+ "definitions": {
6
+ "TradeSecret": {
7
+ "title": "Trade Secret",
8
+ "type": "object",
9
+ "properties": {
10
+ "id": {
11
+ "description": "The trade secret's identifier. An unique, increasing integer.",
12
+ "type": "integer",
13
+ "minimum": 1
14
+ },
15
+ "ap_value": {
16
+ "description": "The adventure points value of the trade secret.",
17
+ "type": "integer",
18
+ "minimum": 1
19
+ },
20
+ "is_secret_knowledge": {
21
+ "description": "Is this trade secret considered secret knowledge?",
22
+ "type": "boolean"
23
+ },
24
+ "src": {
25
+ "$ref": "../../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
26
+ },
27
+ "translations": {
28
+ "description": "All translations for the entry, identified by IETF language tag (BCP47).",
29
+ "type": "object",
30
+ "patternProperties": {
31
+ "^[a-z]{2}-[A-Z]{2}$": {
32
+ "type": "object",
33
+ "properties": {
34
+ "name": {
35
+ "description": "The name of the trade secret.",
36
+ "type": "string",
37
+ "minLength": 1
38
+ },
39
+ "description": {
40
+ "description": "The description of the trade secret.",
41
+ "type": "string",
42
+ "minLength": 1
43
+ },
44
+ "errata": {
45
+ "$ref": "../../source/_Erratum.schema.json#/definitions/Errata"
46
+ }
47
+ },
48
+ "required": [
49
+ "name"
50
+ ],
51
+ "additionalProperties": false
52
+ }
53
+ },
54
+ "minProperties": 1,
55
+ "additionalProperties": false
56
+ }
57
+ },
58
+ "required": [
59
+ "id",
60
+ "ap_value",
61
+ "is_secret_knowledge",
62
+ "src",
63
+ "translations"
64
+ ],
65
+ "additionalProperties": false
66
+ }
67
+ }
68
+ }
@@ -8,16 +8,16 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "property": {
17
- "$ref": "#/definitions/Property"
17
+ "$ref": "../_Activatable.schema.json#/definitions/Property"
18
18
  },
19
19
  "ap_value": {
20
- "$ref": "#/definitions/AdventurePointsValue"
20
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
21
21
  },
22
22
  "src": {
23
23
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -30,13 +30,13 @@
30
30
  "type": "object",
31
31
  "properties": {
32
32
  "name": {
33
- "$ref": "#/definitions/Name"
33
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
34
34
  },
35
35
  "name_in_library": {
36
- "$ref": "#/definitions/NameInLibrary"
36
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
37
37
  },
38
38
  "effect": {
39
- "$ref": "#/definitions/Effect"
39
+ "$ref": "../_Activatable.schema.json#/definitions/Effect"
40
40
  },
41
41
  "errata": {
42
42
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
@@ -8,16 +8,16 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "property": {
17
- "$ref": "#/definitions/Property"
17
+ "$ref": "../_Activatable.schema.json#/definitions/Property"
18
18
  },
19
19
  "ap_value": {
20
- "$ref": "#/definitions/AdventurePointsValue"
20
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
21
21
  },
22
22
  "src": {
23
23
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -30,13 +30,13 @@
30
30
  "type": "object",
31
31
  "properties": {
32
32
  "name": {
33
- "$ref": "#/definitions/Name"
33
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
34
34
  },
35
35
  "name_in_library": {
36
- "$ref": "#/definitions/NameInLibrary"
36
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
37
37
  },
38
38
  "effect": {
39
- "$ref": "#/definitions/Effect"
39
+ "$ref": "../_Activatable.schema.json#/definitions/Effect"
40
40
  },
41
41
  "errata": {
42
42
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
@@ -8,16 +8,16 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "property": {
17
- "$ref": "#/definitions/Property"
17
+ "$ref": "../_Activatable.schema.json#/definitions/Property"
18
18
  },
19
19
  "ap_value": {
20
- "$ref": "#/definitions/AdventurePointsValue"
20
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
21
21
  },
22
22
  "src": {
23
23
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -30,13 +30,13 @@
30
30
  "type": "object",
31
31
  "properties": {
32
32
  "name": {
33
- "$ref": "#/definitions/Name"
33
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
34
34
  },
35
35
  "name_in_library": {
36
- "$ref": "#/definitions/NameInLibrary"
36
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
37
37
  },
38
38
  "effect": {
39
- "$ref": "#/definitions/Effect"
39
+ "$ref": "../_Activatable.schema.json#/definitions/Effect"
40
40
  },
41
41
  "errata": {
42
42
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
@@ -8,13 +8,13 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "property": {
17
- "$ref": "#/definitions/Property"
17
+ "$ref": "../_Activatable.schema.json#/definitions/Property"
18
18
  },
19
19
  "brew": {
20
20
  "description": "Witches can learn to brew special things in their Witch's Cauldron. These\nbrews can be categorized in different types.",
@@ -33,7 +33,7 @@
33
33
  "additionalProperties": false
34
34
  },
35
35
  "ap_value": {
36
- "$ref": "#/definitions/AdventurePointsValue"
36
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
37
37
  },
38
38
  "src": {
39
39
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -46,13 +46,13 @@
46
46
  "type": "object",
47
47
  "properties": {
48
48
  "name": {
49
- "$ref": "#/definitions/Name"
49
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
50
50
  },
51
51
  "name_in_library": {
52
- "$ref": "#/definitions/NameInLibrary"
52
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
53
53
  },
54
54
  "effect": {
55
- "$ref": "#/definitions/Effect"
55
+ "$ref": "../_Activatable.schema.json#/definitions/Effect"
56
56
  },
57
57
  "errata": {
58
58
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
@@ -8,16 +8,16 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "property": {
17
- "$ref": "#/definitions/Property"
17
+ "$ref": "../_Activatable.schema.json#/definitions/Property"
18
18
  },
19
19
  "ap_value": {
20
- "$ref": "#/definitions/AdventurePointsValue"
20
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
21
21
  },
22
22
  "src": {
23
23
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -30,13 +30,13 @@
30
30
  "type": "object",
31
31
  "properties": {
32
32
  "name": {
33
- "$ref": "#/definitions/Name"
33
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
34
34
  },
35
35
  "name_in_library": {
36
- "$ref": "#/definitions/NameInLibrary"
36
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
37
37
  },
38
38
  "effect": {
39
- "$ref": "#/definitions/Effect"
39
+ "$ref": "../_Activatable.schema.json#/definitions/Effect"
40
40
  },
41
41
  "errata": {
42
42
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
@@ -8,16 +8,16 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "property": {
17
- "$ref": "#/definitions/Property"
17
+ "$ref": "../_Activatable.schema.json#/definitions/Property"
18
18
  },
19
19
  "ap_value": {
20
- "$ref": "#/definitions/AdventurePointsValue"
20
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
21
21
  },
22
22
  "src": {
23
23
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -30,13 +30,13 @@
30
30
  "type": "object",
31
31
  "properties": {
32
32
  "name": {
33
- "$ref": "#/definitions/Name"
33
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
34
34
  },
35
35
  "name_in_library": {
36
- "$ref": "#/definitions/NameInLibrary"
36
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
37
37
  },
38
38
  "effect": {
39
- "$ref": "#/definitions/Effect"
39
+ "$ref": "../_Activatable.schema.json#/definitions/Effect"
40
40
  },
41
41
  "errata": {
42
42
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"