optolith-database-schema 0.1.1 → 0.1.2

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 (51) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
  3. package/schema/Advantage.schema.json +8 -8
  4. package/schema/Disadvantage.schema.json +6 -6
  5. package/schema/specialAbility/AdvancedCombatSpecialAbility.schema.json +10 -10
  6. package/schema/specialAbility/AdvancedKarmaSpecialAbility.schema.json +8 -8
  7. package/schema/specialAbility/AdvancedMagicalSpecialAbility.schema.json +8 -8
  8. package/schema/specialAbility/AdvancedSkillSpecialAbility.schema.json +8 -8
  9. package/schema/specialAbility/AncestorGlyph.schema.json +6 -6
  10. package/schema/specialAbility/BlessedTradition.schema.json +6 -6
  11. package/schema/specialAbility/BrawlingSpecialAbility.schema.json +8 -8
  12. package/schema/specialAbility/CeremonialItemSpecialAbility.schema.json +9 -9
  13. package/schema/specialAbility/CombatSpecialAbility.schema.json +10 -10
  14. package/schema/specialAbility/CombatStyleSpecialAbility.schema.json +11 -11
  15. package/schema/specialAbility/CommandSpecialAbility.schema.json +8 -8
  16. package/schema/specialAbility/FamiliarSpecialAbility.schema.json +6 -6
  17. package/schema/specialAbility/FatePointSexSpecialAbility.schema.json +6 -6
  18. package/schema/specialAbility/FatePointSpecialAbility.schema.json +8 -8
  19. package/schema/specialAbility/GeneralSpecialAbility.schema.json +8 -8
  20. package/schema/specialAbility/KarmaSpecialAbility.schema.json +6 -6
  21. package/schema/specialAbility/LiturgicalStyleSpecialAbility.schema.json +9 -9
  22. package/schema/specialAbility/LycantropicGift.schema.json +6 -6
  23. package/schema/specialAbility/MagicStyleSpecialAbility.schema.json +9 -9
  24. package/schema/specialAbility/MagicalSpecialAbility.schema.json +8 -8
  25. package/schema/specialAbility/MagicalTradition.schema.json +7 -7
  26. package/schema/specialAbility/PactGift.schema.json +6 -6
  27. package/schema/specialAbility/ProtectiveWardingCircleSpecialAbility.schema.json +5 -5
  28. package/schema/specialAbility/Sermon.schema.json +6 -6
  29. package/schema/specialAbility/SexSpecialAbility.schema.json +8 -8
  30. package/schema/specialAbility/SikaryanDrainSpecialAbility.schema.json +6 -6
  31. package/schema/specialAbility/SkillStyleSpecialAbility.schema.json +7 -7
  32. package/schema/specialAbility/VampiricGift.schema.json +6 -6
  33. package/schema/specialAbility/Vision.schema.json +6 -6
  34. package/schema/traditionArtifacts/ArcaneOrbEnchantment.schema.json +7 -7
  35. package/schema/traditionArtifacts/AttireEnchantment.schema.json +7 -7
  36. package/schema/traditionArtifacts/BowlEnchantment.schema.json +7 -7
  37. package/schema/traditionArtifacts/CauldronEnchantment.schema.json +7 -7
  38. package/schema/traditionArtifacts/ChronicleEnchantment.schema.json +7 -7
  39. package/schema/traditionArtifacts/DaggerRitual.schema.json +7 -7
  40. package/schema/traditionArtifacts/FoolsHatEnchantment.schema.json +7 -7
  41. package/schema/traditionArtifacts/InstrumentEnchantment.schema.json +7 -7
  42. package/schema/traditionArtifacts/Krallenkettenzauber.schema.json +7 -7
  43. package/schema/traditionArtifacts/OrbEnchantment.schema.json +7 -7
  44. package/schema/traditionArtifacts/RingEnchantment.schema.json +7 -7
  45. package/schema/traditionArtifacts/SickleRitual.schema.json +7 -7
  46. package/schema/traditionArtifacts/SpellSwordEnchantment.schema.json +7 -7
  47. package/schema/traditionArtifacts/StaffEnchantment.schema.json +7 -7
  48. package/schema/traditionArtifacts/ToyEnchantment.schema.json +7 -7
  49. package/schema/traditionArtifacts/Trinkhornzauber.schema.json +7 -7
  50. package/schema/traditionArtifacts/WandEnchantment.schema.json +7 -7
  51. 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
  "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,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"