optolith-database-schema 0.40.0 → 0.41.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.
- package/CHANGELOG.md +41 -0
- package/README.md +1 -1
- package/gen/types.d.ts +1705 -1606
- package/lib/types/DerivedCharacteristic.d.ts +23 -14
- package/lib/types/DerivedCharacteristic.js +58 -21
- package/lib/types/Disease.d.ts +2 -0
- package/lib/types/Disease.js +8 -0
- package/lib/types/Profession.d.ts +31 -14
- package/lib/types/Profession.js +12 -2
- package/lib/types/Race.d.ts +22 -15
- package/lib/types/Race.js +26 -20
- package/lib/types/Talisman.d.ts +32 -6
- package/lib/types/Talisman.js +51 -11
- package/lib/types/_Identifier.d.ts +1 -0
- package/lib/types/_Identifier.js +2 -0
- package/lib/types/_IdentifierGroup.d.ts +58 -0
- package/lib/types/_IdentifierGroup.js +15 -1
- package/lib/types/equipment/item/BandageOrRemedy.d.ts +5 -2
- package/lib/types/equipment/item/CeremonialItem.d.ts +6 -3
- package/lib/types/equipment/item/CeremonialItem.js +1 -1
- package/lib/types/equipment/item/Clothes.d.ts +5 -2
- package/lib/types/equipment/item/Container.d.ts +5 -2
- package/lib/types/equipment/item/Elixir.d.ts +16 -1
- package/lib/types/equipment/item/Elixir.js +35 -5
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.d.ts +5 -2
- package/lib/types/equipment/item/IlluminationLightSource.d.ts +5 -2
- package/lib/types/equipment/item/IlluminationRefillOrSupply.d.ts +5 -2
- package/lib/types/equipment/item/Liebesspielzeug.d.ts +5 -2
- package/lib/types/equipment/item/LuxuryGood.d.ts +5 -2
- package/lib/types/equipment/item/MagicalArtifact.d.ts +5 -2
- package/lib/types/equipment/item/MusicalInstrument.d.ts +5 -2
- package/lib/types/equipment/item/OrienteeringAid.d.ts +5 -2
- package/lib/types/equipment/item/Poison.d.ts +64 -91
- package/lib/types/equipment/item/Poison.js +5 -34
- package/lib/types/equipment/item/RopeOrChain.d.ts +5 -2
- package/lib/types/equipment/item/Stationery.d.ts +5 -2
- package/lib/types/equipment/item/ThievesTool.d.ts +5 -2
- package/lib/types/equipment/item/TravelGearOrTool.d.ts +5 -2
- package/lib/types/equipment/item/Weapon.d.ts +10 -4
- package/lib/types/equipment/item/WeaponAccessory.d.ts +5 -2
- package/lib/types/equipment/item/_Herbary.d.ts +31 -0
- package/lib/types/equipment/item/_Herbary.js +9 -0
- package/lib/types/equipment/item/_Item.d.ts +10 -4
- package/lib/types/equipment/item/_MeleeWeapon.d.ts +2 -2
- package/lib/types/equipment/item/_MeleeWeapon.js +1 -1
- package/lib/types/equipment/item/_RangedWeapon.d.ts +8 -2
- package/lib/types/equipment/item/_RangedWeapon.js +2 -2
- package/lib/types/equipment/item/sub/Reach.d.ts +1 -0
- package/lib/types/equipment/item/sub/Reach.js +7 -0
- package/lib/types/magicalActions/MagicalMelody.d.ts +15 -0
- package/lib/types/magicalActions/MagicalMelody.js +5 -0
- package/lib/types/prerequisites/PrerequisiteGroups.d.ts +132 -0
- package/lib/types/prerequisites/PrerequisiteGroups.js +1 -0
- package/package.json +7 -7
- package/schema/Advantage.schema.json +0 -108
- package/schema/AnimalDisease.schema.json +0 -74
- package/schema/AnimalType.schema.json +0 -47
- package/schema/ArcaneBardTradition.schema.json +0 -11
- package/schema/ArcaneDancerTradition.schema.json +0 -11
- package/schema/Aspect.schema.json +0 -51
- package/schema/Attribute.schema.json +0 -57
- package/schema/Blessing.schema.json +0 -265
- package/schema/Cantrip.schema.json +0 -443
- package/schema/Ceremony.schema.json +0 -122
- package/schema/CombatTechnique_Close.schema.json +0 -116
- package/schema/CombatTechnique_Ranged.schema.json +0 -99
- package/schema/Condition.schema.json +0 -68
- package/schema/Continent.schema.json +0 -49
- package/schema/Culture.schema.json +0 -781
- package/schema/DerivedCharacteristic.schema.json +0 -90
- package/schema/Disadvantage.schema.json +0 -97
- package/schema/Disease.schema.json +0 -58
- package/schema/Element.schema.json +0 -48
- package/schema/ExperienceLevel.schema.json +0 -84
- package/schema/EyeColor.schema.json +0 -47
- package/schema/FamiliarsTrick.schema.json +0 -576
- package/schema/HairColor.schema.json +0 -47
- package/schema/Kirchenpraegung.schema.json +0 -11
- package/schema/Lessons_Curriculum.schema.json +0 -499
- package/schema/Lessons_Guideline.schema.json +0 -53
- package/schema/LiturgicalChant.schema.json +0 -122
- package/schema/Locale.schema.json +0 -38
- package/schema/MetaCondition.schema.json +0 -69
- package/schema/PactCategory.schema.json +0 -150
- package/schema/Patron.schema.json +0 -352
- package/schema/PatronCategory.schema.json +0 -57
- package/schema/PersonalityTrait.schema.json +0 -100
- package/schema/Profession.schema.json +0 -1424
- package/schema/Property.schema.json +0 -51
- package/schema/Race.schema.json +0 -534
- package/schema/Region.schema.json +0 -47
- package/schema/Ritual.schema.json +0 -120
- package/schema/Service.schema.json +0 -79
- package/schema/SexPractice.schema.json +0 -70
- package/schema/Skill.schema.json +0 -223
- package/schema/SkillGroup.schema.json +0 -57
- package/schema/SkillModificationLevel.schema.json +0 -153
- package/schema/SocialStatus.schema.json +0 -47
- package/schema/Spell.schema.json +0 -119
- package/schema/State.schema.json +0 -59
- package/schema/Talisman.schema.json +0 -120
- package/schema/TargetCategory.schema.json +0 -65
- package/schema/UI.schema.json +0 -4441
- package/schema/_Activatable.schema.json +0 -2755
- package/schema/_ActivatableSelectOptionCategory.schema.json +0 -1313
- package/schema/_ActivatableSkill.schema.json +0 -188
- package/schema/_ActivatableSkillCastingTime.schema.json +0 -181
- package/schema/_ActivatableSkillCheckResultBased.schema.json +0 -65
- package/schema/_ActivatableSkillCost.schema.json +0 -513
- package/schema/_ActivatableSkillDuration.schema.json +0 -353
- package/schema/_ActivatableSkillEffect.schema.json +0 -122
- package/schema/_ActivatableSkillRange.schema.json +0 -264
- package/schema/_ActivatableSkillTargetCategory.schema.json +0 -145
- package/schema/_AlternativeNames.schema.json +0 -23
- package/schema/_ArcaneTradition.schema.json +0 -51
- package/schema/_Blessed.schema.json +0 -64
- package/schema/_Dice.schema.json +0 -40
- package/schema/_DiseasePoison.schema.json +0 -152
- package/schema/_Enhancements.schema.json +0 -85
- package/schema/_I18n.schema.json +0 -55
- package/schema/_Identifier.schema.json +0 -2577
- package/schema/_IdentifierGroup.schema.json +0 -753
- package/schema/_ImprovementCost.schema.json +0 -23
- package/schema/_Influence.schema.json +0 -84
- package/schema/_NonEmptyString.schema.json +0 -14
- package/schema/_Prerequisite.schema.json +0 -1518
- package/schema/_ResponsiveText.schema.json +0 -66
- package/schema/_Sex.schema.json +0 -18
- package/schema/_SimpleReferences.schema.json +0 -522
- package/schema/_SkillCheck.schema.json +0 -38
- package/schema/_Spellwork.schema.json +0 -54
- package/schema/equipment/EquipmentPackage.schema.json +0 -79
- package/schema/equipment/item/Ammunition.schema.json +0 -56
- package/schema/equipment/item/Animal.schema.json +0 -36
- package/schema/equipment/item/AnimalCare.schema.json +0 -124
- package/schema/equipment/item/Armor.schema.json +0 -309
- package/schema/equipment/item/BandageOrRemedy.schema.json +0 -53
- package/schema/equipment/item/Book.schema.json +0 -89
- package/schema/equipment/item/CeremonialItem.schema.json +0 -59
- package/schema/equipment/item/Clothes.schema.json +0 -10
- package/schema/equipment/item/Container.schema.json +0 -10
- package/schema/equipment/item/Elixir.schema.json +0 -103
- package/schema/equipment/item/EquipmentOfBlessedOnes.schema.json +0 -49
- package/schema/equipment/item/GemOrPreciousStone.schema.json +0 -69
- package/schema/equipment/item/IlluminationLightSource.schema.json +0 -120
- package/schema/equipment/item/IlluminationRefillsOrSupplies.schema.json +0 -10
- package/schema/equipment/item/Jewelry.schema.json +0 -113
- package/schema/equipment/item/Liebesspielzeug.schema.json +0 -10
- package/schema/equipment/item/LuxuryGood.schema.json +0 -53
- package/schema/equipment/item/MagicalArtifact.schema.json +0 -64
- package/schema/equipment/item/MusicalInstrument.schema.json +0 -49
- package/schema/equipment/item/OrienteeringAid.schema.json +0 -10
- package/schema/equipment/item/Poison.schema.json +0 -835
- package/schema/equipment/item/RopeOrChain.schema.json +0 -10
- package/schema/equipment/item/Stationary.schema.json +0 -10
- package/schema/equipment/item/ThievesTool.schema.json +0 -10
- package/schema/equipment/item/ToolOfTheTrade.schema.json +0 -93
- package/schema/equipment/item/TravelGearOrTool.schema.json +0 -10
- package/schema/equipment/item/Vehicle.schema.json +0 -36
- package/schema/equipment/item/Weapon.schema.json +0 -285
- package/schema/equipment/item/WeaponAccessory.schema.json +0 -10
- package/schema/equipment/item/_Herbary.schema.json +0 -62
- package/schema/equipment/item/_Item.schema.json +0 -384
- package/schema/equipment/item/_MeleeWeapon.schema.json +0 -164
- package/schema/equipment/item/_RangedWeapon.schema.json +0 -185
- package/schema/equipment/item/_Weapon.schema.json +0 -99
- package/schema/equipment/item/sub/ArmorType.schema.json +0 -52
- package/schema/equipment/item/sub/Reach.schema.json +0 -47
- package/schema/magicalActions/AnimistPower.schema.json +0 -488
- package/schema/magicalActions/AnimistPower_Tribe.schema.json +0 -47
- package/schema/magicalActions/Curse.schema.json +0 -332
- package/schema/magicalActions/DominationRitual.schema.json +0 -275
- package/schema/magicalActions/ElvenMagicalSong.schema.json +0 -196
- package/schema/magicalActions/GeodeRitual.schema.json +0 -327
- package/schema/magicalActions/JesterTrick.schema.json +0 -311
- package/schema/magicalActions/MagicalDance.schema.json +0 -198
- package/schema/magicalActions/MagicalMelody.schema.json +0 -193
- package/schema/magicalActions/MagicalRune.schema.json +0 -578
- package/schema/magicalActions/ZibiljaRitual.schema.json +0 -165
- package/schema/magicalActions/_MusicTradition.schema.json +0 -82
- package/schema/magicalActions/_SkillReference.schema.json +0 -20
- package/schema/prerequisites/ConditionalPrerequisites.schema.json +0 -15
- package/schema/prerequisites/DisplayOption.schema.json +0 -70
- package/schema/prerequisites/PrerequisiteGroups.schema.json +0 -1029
- package/schema/prerequisites/single/ActivatablePrerequisite.schema.json +0 -45
- package/schema/prerequisites/single/AncestorBloodPrerequisite.schema.json +0 -14
- package/schema/prerequisites/single/AnimistPowerPrerequisite.schema.json +0 -36
- package/schema/prerequisites/single/CulturePrerequisite.schema.json +0 -24
- package/schema/prerequisites/single/EnhancementPrerequisite.schema.json +0 -61
- package/schema/prerequisites/single/InfluencePrerequisite.schema.json +0 -28
- package/schema/prerequisites/single/PactPrerequisite.schema.json +0 -36
- package/schema/prerequisites/single/PrimaryAttributePrerequisite.schema.json +0 -39
- package/schema/prerequisites/single/PublicationPrerequisite.schema.json +0 -22
- package/schema/prerequisites/single/RacePrerequisite.schema.json +0 -28
- package/schema/prerequisites/single/RatedMinimumNumberPrerequisite.schema.json +0 -172
- package/schema/prerequisites/single/RatedPrerequisite.schema.json +0 -29
- package/schema/prerequisites/single/RatedSumPrerequisite.schema.json +0 -33
- package/schema/prerequisites/single/RulePrerequisite.schema.json +0 -22
- package/schema/prerequisites/single/SexPrerequisite.schema.json +0 -23
- package/schema/prerequisites/single/SexualCharacteristicPrerequisite.schema.json +0 -30
- package/schema/prerequisites/single/SocialStatusPrerequisite.schema.json +0 -24
- package/schema/prerequisites/single/StatePrerequisite.schema.json +0 -23
- package/schema/prerequisites/single/TextPrerequisite.schema.json +0 -64
- package/schema/prerequisites/single/TraditionPrerequisite.schema.json +0 -58
- package/schema/rule/CoreRule.schema.json +0 -1403
- package/schema/rule/FocusRule.schema.json +0 -76
- package/schema/rule/FocusRule_Subject.schema.json +0 -48
- package/schema/rule/OptionalRule.schema.json +0 -64
- package/schema/source/Publication.schema.json +0 -103
- package/schema/source/_Erratum.schema.json +0 -36
- package/schema/source/_PublicationRef.schema.json +0 -285
- package/schema/specialAbility/AdvancedCombatSpecialAbility.schema.json +0 -102
- package/schema/specialAbility/AdvancedKarmaSpecialAbility.schema.json +0 -80
- package/schema/specialAbility/AdvancedMagicalSpecialAbility.schema.json +0 -80
- package/schema/specialAbility/AdvancedSkillSpecialAbility.schema.json +0 -80
- package/schema/specialAbility/AncestorGlyph.schema.json +0 -80
- package/schema/specialAbility/BlessedTradition.schema.json +0 -354
- package/schema/specialAbility/BrawlingSpecialAbility.schema.json +0 -82
- package/schema/specialAbility/CeremonialItemSpecialAbility.schema.json +0 -87
- package/schema/specialAbility/CombatSpecialAbility.schema.json +0 -98
- package/schema/specialAbility/CombatStyleSpecialAbility.schema.json +0 -273
- package/schema/specialAbility/CommandSpecialAbility.schema.json +0 -82
- package/schema/specialAbility/FamiliarSpecialAbility.schema.json +0 -74
- package/schema/specialAbility/FatePointSexSpecialAbility.schema.json +0 -74
- package/schema/specialAbility/FatePointSpecialAbility.schema.json +0 -84
- package/schema/specialAbility/GeneralSpecialAbility.schema.json +0 -88
- package/schema/specialAbility/KarmaSpecialAbility.schema.json +0 -78
- package/schema/specialAbility/LiturgicalStyleSpecialAbility.schema.json +0 -260
- package/schema/specialAbility/LycantropicGift.schema.json +0 -74
- package/schema/specialAbility/MagicStyleSpecialAbility.schema.json +0 -260
- package/schema/specialAbility/MagicalSign.schema.json +0 -72
- package/schema/specialAbility/MagicalSpecialAbility.schema.json +0 -88
- package/schema/specialAbility/MagicalTradition.schema.json +0 -163
- package/schema/specialAbility/PactGift.schema.json +0 -254
- package/schema/specialAbility/ProtectiveWardingCircleSpecialAbility.schema.json +0 -86
- package/schema/specialAbility/Sermon.schema.json +0 -74
- package/schema/specialAbility/SexSpecialAbility.schema.json +0 -80
- package/schema/specialAbility/SikaryanDrainSpecialAbility.schema.json +0 -78
- package/schema/specialAbility/SkillStyleSpecialAbility.schema.json +0 -254
- package/schema/specialAbility/VampiricGift.schema.json +0 -78
- package/schema/specialAbility/Vision.schema.json +0 -74
- package/schema/specialAbility/_Tradition.schema.json +0 -23
- package/schema/specialAbility/sub/Language.schema.json +0 -222
- package/schema/specialAbility/sub/Script.schema.json +0 -90
- package/schema/specialAbility/sub/TradeSecret.schema.json +0 -72
- package/schema/specialAbility/sub/_LanguageScript.schema.json +0 -24
- package/schema/traditionArtifacts/ArcaneOrbEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/AttireEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/BowlEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/CauldronEnchantment.schema.json +0 -115
- package/schema/traditionArtifacts/ChronicleEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/DaggerRitual.schema.json +0 -176
- package/schema/traditionArtifacts/FoolsHatEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/InstrumentEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/Krallenkettenzauber.schema.json +0 -95
- package/schema/traditionArtifacts/OrbEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/RingEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/SickleRitual.schema.json +0 -95
- package/schema/traditionArtifacts/SpellSwordEnchantment.schema.json +0 -99
- package/schema/traditionArtifacts/StaffEnchantment.schema.json +0 -103
- package/schema/traditionArtifacts/ToyEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/Trinkhornzauber.schema.json +0 -95
- package/schema/traditionArtifacts/WandEnchantment.schema.json +0 -87
- package/schema/traditionArtifacts/WeaponEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/sub/AnimalShape.schema.json +0 -85
- package/schema/traditionArtifacts/sub/AnimalShapePath.schema.json +0 -47
- package/schema/traditionArtifacts/sub/AnimalShapeSize.schema.json +0 -59
- package/schema/traditionArtifacts/sub/Brew.schema.json +0 -47
|
@@ -1,2577 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2019-09/schema",
|
|
3
|
-
"$id": "/_Identifier.schema.json",
|
|
4
|
-
"$defs": {
|
|
5
|
-
"PublicationIdentifier": {
|
|
6
|
-
"type": "object",
|
|
7
|
-
"properties": {
|
|
8
|
-
"tag": {
|
|
9
|
-
"const": "Publication"
|
|
10
|
-
},
|
|
11
|
-
"publication": {
|
|
12
|
-
"description": "The publication’s identifier.",
|
|
13
|
-
"type": "integer",
|
|
14
|
-
"minimum": 1
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
"required": [
|
|
18
|
-
"tag",
|
|
19
|
-
"publication"
|
|
20
|
-
],
|
|
21
|
-
"additionalProperties": false
|
|
22
|
-
},
|
|
23
|
-
"ExperienceLevelIdentifier": {
|
|
24
|
-
"type": "object",
|
|
25
|
-
"properties": {
|
|
26
|
-
"tag": {
|
|
27
|
-
"const": "ExperienceLevel"
|
|
28
|
-
},
|
|
29
|
-
"experience_level": {
|
|
30
|
-
"description": "The experience level’s identifier.",
|
|
31
|
-
"type": "integer",
|
|
32
|
-
"minimum": 1
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
"required": [
|
|
36
|
-
"tag",
|
|
37
|
-
"experience_level"
|
|
38
|
-
],
|
|
39
|
-
"additionalProperties": false
|
|
40
|
-
},
|
|
41
|
-
"CoreRuleIdentifier": {
|
|
42
|
-
"type": "object",
|
|
43
|
-
"properties": {
|
|
44
|
-
"tag": {
|
|
45
|
-
"const": "CoreRule"
|
|
46
|
-
},
|
|
47
|
-
"core_rule": {
|
|
48
|
-
"description": "The core rule’s identifier.",
|
|
49
|
-
"type": "integer",
|
|
50
|
-
"minimum": 1
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
"required": [
|
|
54
|
-
"tag",
|
|
55
|
-
"core_rule"
|
|
56
|
-
],
|
|
57
|
-
"additionalProperties": false
|
|
58
|
-
},
|
|
59
|
-
"FocusRuleIdentifier": {
|
|
60
|
-
"type": "object",
|
|
61
|
-
"properties": {
|
|
62
|
-
"tag": {
|
|
63
|
-
"const": "FocusRule"
|
|
64
|
-
},
|
|
65
|
-
"focus_rule": {
|
|
66
|
-
"description": "The focus rule’s identifier.",
|
|
67
|
-
"type": "integer",
|
|
68
|
-
"minimum": 1
|
|
69
|
-
}
|
|
70
|
-
},
|
|
71
|
-
"required": [
|
|
72
|
-
"tag",
|
|
73
|
-
"focus_rule"
|
|
74
|
-
],
|
|
75
|
-
"additionalProperties": false
|
|
76
|
-
},
|
|
77
|
-
"SubjectIdentifier": {
|
|
78
|
-
"type": "object",
|
|
79
|
-
"properties": {
|
|
80
|
-
"tag": {
|
|
81
|
-
"const": "Subject"
|
|
82
|
-
},
|
|
83
|
-
"subject": {
|
|
84
|
-
"description": "The focus rule subject’s identifier.",
|
|
85
|
-
"type": "integer",
|
|
86
|
-
"minimum": 1
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
"required": [
|
|
90
|
-
"tag",
|
|
91
|
-
"subject"
|
|
92
|
-
],
|
|
93
|
-
"additionalProperties": false
|
|
94
|
-
},
|
|
95
|
-
"OptionalRuleIdentifier": {
|
|
96
|
-
"type": "object",
|
|
97
|
-
"properties": {
|
|
98
|
-
"tag": {
|
|
99
|
-
"const": "OptionalRule"
|
|
100
|
-
},
|
|
101
|
-
"optional_rule": {
|
|
102
|
-
"description": "The optional rule’s identifier.",
|
|
103
|
-
"type": "integer",
|
|
104
|
-
"minimum": 1
|
|
105
|
-
}
|
|
106
|
-
},
|
|
107
|
-
"required": [
|
|
108
|
-
"tag",
|
|
109
|
-
"optional_rule"
|
|
110
|
-
],
|
|
111
|
-
"additionalProperties": false
|
|
112
|
-
},
|
|
113
|
-
"RaceIdentifier": {
|
|
114
|
-
"type": "object",
|
|
115
|
-
"properties": {
|
|
116
|
-
"tag": {
|
|
117
|
-
"const": "Race"
|
|
118
|
-
},
|
|
119
|
-
"race": {
|
|
120
|
-
"description": "The race’s identifier.",
|
|
121
|
-
"type": "integer",
|
|
122
|
-
"minimum": 1
|
|
123
|
-
}
|
|
124
|
-
},
|
|
125
|
-
"required": [
|
|
126
|
-
"tag",
|
|
127
|
-
"race"
|
|
128
|
-
],
|
|
129
|
-
"additionalProperties": false
|
|
130
|
-
},
|
|
131
|
-
"CultureIdentifier": {
|
|
132
|
-
"type": "object",
|
|
133
|
-
"properties": {
|
|
134
|
-
"tag": {
|
|
135
|
-
"const": "Culture"
|
|
136
|
-
},
|
|
137
|
-
"culture": {
|
|
138
|
-
"description": "The culture’s identifier.",
|
|
139
|
-
"type": "integer",
|
|
140
|
-
"minimum": 1
|
|
141
|
-
}
|
|
142
|
-
},
|
|
143
|
-
"required": [
|
|
144
|
-
"tag",
|
|
145
|
-
"culture"
|
|
146
|
-
],
|
|
147
|
-
"additionalProperties": false
|
|
148
|
-
},
|
|
149
|
-
"ProfessionIdentifier": {
|
|
150
|
-
"type": "object",
|
|
151
|
-
"properties": {
|
|
152
|
-
"tag": {
|
|
153
|
-
"const": "Profession"
|
|
154
|
-
},
|
|
155
|
-
"profession": {
|
|
156
|
-
"description": "The profession’s identifier.",
|
|
157
|
-
"type": "integer",
|
|
158
|
-
"minimum": 1
|
|
159
|
-
}
|
|
160
|
-
},
|
|
161
|
-
"required": [
|
|
162
|
-
"tag",
|
|
163
|
-
"profession"
|
|
164
|
-
],
|
|
165
|
-
"additionalProperties": false
|
|
166
|
-
},
|
|
167
|
-
"ProfessionVariantIdentifier": {
|
|
168
|
-
"type": "object",
|
|
169
|
-
"properties": {
|
|
170
|
-
"tag": {
|
|
171
|
-
"const": "ProfessionVariant"
|
|
172
|
-
},
|
|
173
|
-
"profession_variant": {
|
|
174
|
-
"description": "The profession variant’s identifier.",
|
|
175
|
-
"type": "integer",
|
|
176
|
-
"minimum": 1
|
|
177
|
-
}
|
|
178
|
-
},
|
|
179
|
-
"required": [
|
|
180
|
-
"tag",
|
|
181
|
-
"profession_variant"
|
|
182
|
-
],
|
|
183
|
-
"additionalProperties": false
|
|
184
|
-
},
|
|
185
|
-
"CurriculumIdentifier": {
|
|
186
|
-
"type": "object",
|
|
187
|
-
"properties": {
|
|
188
|
-
"tag": {
|
|
189
|
-
"const": "Curriculum"
|
|
190
|
-
},
|
|
191
|
-
"curriculum": {
|
|
192
|
-
"description": "The curriculum’s identifier.",
|
|
193
|
-
"type": "integer",
|
|
194
|
-
"minimum": 1
|
|
195
|
-
}
|
|
196
|
-
},
|
|
197
|
-
"required": [
|
|
198
|
-
"tag",
|
|
199
|
-
"curriculum"
|
|
200
|
-
],
|
|
201
|
-
"additionalProperties": false
|
|
202
|
-
},
|
|
203
|
-
"GuidelineIdentifier": {
|
|
204
|
-
"type": "object",
|
|
205
|
-
"properties": {
|
|
206
|
-
"tag": {
|
|
207
|
-
"const": "Guideline"
|
|
208
|
-
},
|
|
209
|
-
"guideline": {
|
|
210
|
-
"description": "The guideline’s identifier.",
|
|
211
|
-
"type": "integer",
|
|
212
|
-
"minimum": 1
|
|
213
|
-
}
|
|
214
|
-
},
|
|
215
|
-
"required": [
|
|
216
|
-
"tag",
|
|
217
|
-
"guideline"
|
|
218
|
-
],
|
|
219
|
-
"additionalProperties": false
|
|
220
|
-
},
|
|
221
|
-
"AdvantageIdentifier": {
|
|
222
|
-
"type": "object",
|
|
223
|
-
"properties": {
|
|
224
|
-
"tag": {
|
|
225
|
-
"const": "Advantage"
|
|
226
|
-
},
|
|
227
|
-
"advantage": {
|
|
228
|
-
"description": "The advantage’s identifier.",
|
|
229
|
-
"type": "integer",
|
|
230
|
-
"minimum": 1
|
|
231
|
-
}
|
|
232
|
-
},
|
|
233
|
-
"required": [
|
|
234
|
-
"tag",
|
|
235
|
-
"advantage"
|
|
236
|
-
],
|
|
237
|
-
"additionalProperties": false
|
|
238
|
-
},
|
|
239
|
-
"DisadvantageIdentifier": {
|
|
240
|
-
"type": "object",
|
|
241
|
-
"properties": {
|
|
242
|
-
"tag": {
|
|
243
|
-
"const": "Disadvantage"
|
|
244
|
-
},
|
|
245
|
-
"disadvantage": {
|
|
246
|
-
"description": "The disadvantage’s identifier.",
|
|
247
|
-
"type": "integer",
|
|
248
|
-
"minimum": 1
|
|
249
|
-
}
|
|
250
|
-
},
|
|
251
|
-
"required": [
|
|
252
|
-
"tag",
|
|
253
|
-
"disadvantage"
|
|
254
|
-
],
|
|
255
|
-
"additionalProperties": false
|
|
256
|
-
},
|
|
257
|
-
"GeneralSpecialAbilityIdentifier": {
|
|
258
|
-
"type": "object",
|
|
259
|
-
"properties": {
|
|
260
|
-
"tag": {
|
|
261
|
-
"const": "GeneralSpecialAbility"
|
|
262
|
-
},
|
|
263
|
-
"general_special_ability": {
|
|
264
|
-
"description": "The general special ability’s identifier.",
|
|
265
|
-
"type": "integer",
|
|
266
|
-
"minimum": 1
|
|
267
|
-
}
|
|
268
|
-
},
|
|
269
|
-
"required": [
|
|
270
|
-
"tag",
|
|
271
|
-
"general_special_ability"
|
|
272
|
-
],
|
|
273
|
-
"additionalProperties": false
|
|
274
|
-
},
|
|
275
|
-
"FatePointSpecialAbilityIdentifier": {
|
|
276
|
-
"type": "object",
|
|
277
|
-
"properties": {
|
|
278
|
-
"tag": {
|
|
279
|
-
"const": "FatePointSpecialAbility"
|
|
280
|
-
},
|
|
281
|
-
"fate_point_special_ability": {
|
|
282
|
-
"description": "The fate point special ability’s identifier.",
|
|
283
|
-
"type": "integer",
|
|
284
|
-
"minimum": 1
|
|
285
|
-
}
|
|
286
|
-
},
|
|
287
|
-
"required": [
|
|
288
|
-
"tag",
|
|
289
|
-
"fate_point_special_ability"
|
|
290
|
-
],
|
|
291
|
-
"additionalProperties": false
|
|
292
|
-
},
|
|
293
|
-
"CombatSpecialAbilityIdentifier": {
|
|
294
|
-
"type": "object",
|
|
295
|
-
"properties": {
|
|
296
|
-
"tag": {
|
|
297
|
-
"const": "CombatSpecialAbility"
|
|
298
|
-
},
|
|
299
|
-
"combat_special_ability": {
|
|
300
|
-
"description": "The combat special ability’s identifier.",
|
|
301
|
-
"type": "integer",
|
|
302
|
-
"minimum": 1
|
|
303
|
-
}
|
|
304
|
-
},
|
|
305
|
-
"required": [
|
|
306
|
-
"tag",
|
|
307
|
-
"combat_special_ability"
|
|
308
|
-
],
|
|
309
|
-
"additionalProperties": false
|
|
310
|
-
},
|
|
311
|
-
"MagicalSpecialAbilityIdentifier": {
|
|
312
|
-
"type": "object",
|
|
313
|
-
"properties": {
|
|
314
|
-
"tag": {
|
|
315
|
-
"const": "MagicalSpecialAbility"
|
|
316
|
-
},
|
|
317
|
-
"magical_special_ability": {
|
|
318
|
-
"description": "The magical special ability’s identifier.",
|
|
319
|
-
"type": "integer",
|
|
320
|
-
"minimum": 1
|
|
321
|
-
}
|
|
322
|
-
},
|
|
323
|
-
"required": [
|
|
324
|
-
"tag",
|
|
325
|
-
"magical_special_ability"
|
|
326
|
-
],
|
|
327
|
-
"additionalProperties": false
|
|
328
|
-
},
|
|
329
|
-
"StaffEnchantmentIdentifier": {
|
|
330
|
-
"type": "object",
|
|
331
|
-
"properties": {
|
|
332
|
-
"tag": {
|
|
333
|
-
"const": "StaffEnchantment"
|
|
334
|
-
},
|
|
335
|
-
"staff_enchantment": {
|
|
336
|
-
"description": "The staff enchantment’s identifier.",
|
|
337
|
-
"type": "integer",
|
|
338
|
-
"minimum": 1
|
|
339
|
-
}
|
|
340
|
-
},
|
|
341
|
-
"required": [
|
|
342
|
-
"tag",
|
|
343
|
-
"staff_enchantment"
|
|
344
|
-
],
|
|
345
|
-
"additionalProperties": false
|
|
346
|
-
},
|
|
347
|
-
"FamiliarSpecialAbilityIdentifier": {
|
|
348
|
-
"type": "object",
|
|
349
|
-
"properties": {
|
|
350
|
-
"tag": {
|
|
351
|
-
"const": "FamiliarSpecialAbility"
|
|
352
|
-
},
|
|
353
|
-
"familiar_special_ability": {
|
|
354
|
-
"description": "The familiar special ability’s identifier.",
|
|
355
|
-
"type": "integer",
|
|
356
|
-
"minimum": 1
|
|
357
|
-
}
|
|
358
|
-
},
|
|
359
|
-
"required": [
|
|
360
|
-
"tag",
|
|
361
|
-
"familiar_special_ability"
|
|
362
|
-
],
|
|
363
|
-
"additionalProperties": false
|
|
364
|
-
},
|
|
365
|
-
"KarmaSpecialAbilityIdentifier": {
|
|
366
|
-
"type": "object",
|
|
367
|
-
"properties": {
|
|
368
|
-
"tag": {
|
|
369
|
-
"const": "KarmaSpecialAbility"
|
|
370
|
-
},
|
|
371
|
-
"karma_special_ability": {
|
|
372
|
-
"description": "The karma special ability’s identifier.",
|
|
373
|
-
"type": "integer",
|
|
374
|
-
"minimum": 1
|
|
375
|
-
}
|
|
376
|
-
},
|
|
377
|
-
"required": [
|
|
378
|
-
"tag",
|
|
379
|
-
"karma_special_ability"
|
|
380
|
-
],
|
|
381
|
-
"additionalProperties": false
|
|
382
|
-
},
|
|
383
|
-
"ProtectiveWardingCircleSpecialAbilityIdentifier": {
|
|
384
|
-
"type": "object",
|
|
385
|
-
"properties": {
|
|
386
|
-
"tag": {
|
|
387
|
-
"const": "ProtectiveWardingCircleSpecialAbility"
|
|
388
|
-
},
|
|
389
|
-
"protective_warding_circle_special_ability": {
|
|
390
|
-
"description": "The protective warding circle special ability’s identifier.",
|
|
391
|
-
"type": "integer",
|
|
392
|
-
"minimum": 1
|
|
393
|
-
}
|
|
394
|
-
},
|
|
395
|
-
"required": [
|
|
396
|
-
"tag",
|
|
397
|
-
"protective_warding_circle_special_ability"
|
|
398
|
-
],
|
|
399
|
-
"additionalProperties": false
|
|
400
|
-
},
|
|
401
|
-
"CombatStyleSpecialAbilityIdentifier": {
|
|
402
|
-
"type": "object",
|
|
403
|
-
"properties": {
|
|
404
|
-
"tag": {
|
|
405
|
-
"const": "CombatStyleSpecialAbility"
|
|
406
|
-
},
|
|
407
|
-
"combat_style_special_ability": {
|
|
408
|
-
"description": "The combat style special ability’s identifier.",
|
|
409
|
-
"type": "integer",
|
|
410
|
-
"minimum": 1
|
|
411
|
-
}
|
|
412
|
-
},
|
|
413
|
-
"required": [
|
|
414
|
-
"tag",
|
|
415
|
-
"combat_style_special_ability"
|
|
416
|
-
],
|
|
417
|
-
"additionalProperties": false
|
|
418
|
-
},
|
|
419
|
-
"AdvancedCombatSpecialAbilityIdentifier": {
|
|
420
|
-
"type": "object",
|
|
421
|
-
"properties": {
|
|
422
|
-
"tag": {
|
|
423
|
-
"const": "AdvancedCombatSpecialAbility"
|
|
424
|
-
},
|
|
425
|
-
"advanced_combat_special_ability": {
|
|
426
|
-
"description": "The advanced combat special ability’s identifier.",
|
|
427
|
-
"type": "integer",
|
|
428
|
-
"minimum": 1
|
|
429
|
-
}
|
|
430
|
-
},
|
|
431
|
-
"required": [
|
|
432
|
-
"tag",
|
|
433
|
-
"advanced_combat_special_ability"
|
|
434
|
-
],
|
|
435
|
-
"additionalProperties": false
|
|
436
|
-
},
|
|
437
|
-
"CommandSpecialAbilityIdentifier": {
|
|
438
|
-
"type": "object",
|
|
439
|
-
"properties": {
|
|
440
|
-
"tag": {
|
|
441
|
-
"const": "CommandSpecialAbility"
|
|
442
|
-
},
|
|
443
|
-
"command_special_ability": {
|
|
444
|
-
"description": "The command special ability’s identifier.",
|
|
445
|
-
"type": "integer",
|
|
446
|
-
"minimum": 1
|
|
447
|
-
}
|
|
448
|
-
},
|
|
449
|
-
"required": [
|
|
450
|
-
"tag",
|
|
451
|
-
"command_special_ability"
|
|
452
|
-
],
|
|
453
|
-
"additionalProperties": false
|
|
454
|
-
},
|
|
455
|
-
"MagicStyleSpecialAbilityIdentifier": {
|
|
456
|
-
"type": "object",
|
|
457
|
-
"properties": {
|
|
458
|
-
"tag": {
|
|
459
|
-
"const": "MagicStyleSpecialAbility"
|
|
460
|
-
},
|
|
461
|
-
"magic_style_special_ability": {
|
|
462
|
-
"description": "The magic style special ability’s identifier.",
|
|
463
|
-
"type": "integer",
|
|
464
|
-
"minimum": 1
|
|
465
|
-
}
|
|
466
|
-
},
|
|
467
|
-
"required": [
|
|
468
|
-
"tag",
|
|
469
|
-
"magic_style_special_ability"
|
|
470
|
-
],
|
|
471
|
-
"additionalProperties": false
|
|
472
|
-
},
|
|
473
|
-
"AdvancedMagicalSpecialAbilityIdentifier": {
|
|
474
|
-
"type": "object",
|
|
475
|
-
"properties": {
|
|
476
|
-
"tag": {
|
|
477
|
-
"const": "AdvancedMagicalSpecialAbility"
|
|
478
|
-
},
|
|
479
|
-
"advanced_magical_special_ability": {
|
|
480
|
-
"description": "The advanced magical special ability’s identifier.",
|
|
481
|
-
"type": "integer",
|
|
482
|
-
"minimum": 1
|
|
483
|
-
}
|
|
484
|
-
},
|
|
485
|
-
"required": [
|
|
486
|
-
"tag",
|
|
487
|
-
"advanced_magical_special_ability"
|
|
488
|
-
],
|
|
489
|
-
"additionalProperties": false
|
|
490
|
-
},
|
|
491
|
-
"SpellSwordEnchantmentIdentifier": {
|
|
492
|
-
"type": "object",
|
|
493
|
-
"properties": {
|
|
494
|
-
"tag": {
|
|
495
|
-
"const": "SpellSwordEnchantment"
|
|
496
|
-
},
|
|
497
|
-
"spell_sword_enchantment": {
|
|
498
|
-
"description": "The spell sword enchantment’s identifier.",
|
|
499
|
-
"type": "integer",
|
|
500
|
-
"minimum": 1
|
|
501
|
-
}
|
|
502
|
-
},
|
|
503
|
-
"required": [
|
|
504
|
-
"tag",
|
|
505
|
-
"spell_sword_enchantment"
|
|
506
|
-
],
|
|
507
|
-
"additionalProperties": false
|
|
508
|
-
},
|
|
509
|
-
"DaggerRitualIdentifier": {
|
|
510
|
-
"type": "object",
|
|
511
|
-
"properties": {
|
|
512
|
-
"tag": {
|
|
513
|
-
"const": "DaggerRitual"
|
|
514
|
-
},
|
|
515
|
-
"dagger_ritual": {
|
|
516
|
-
"description": "The dagger ritual’s identifier.",
|
|
517
|
-
"type": "integer",
|
|
518
|
-
"minimum": 1
|
|
519
|
-
}
|
|
520
|
-
},
|
|
521
|
-
"required": [
|
|
522
|
-
"tag",
|
|
523
|
-
"dagger_ritual"
|
|
524
|
-
],
|
|
525
|
-
"additionalProperties": false
|
|
526
|
-
},
|
|
527
|
-
"InstrumentEnchantmentIdentifier": {
|
|
528
|
-
"type": "object",
|
|
529
|
-
"properties": {
|
|
530
|
-
"tag": {
|
|
531
|
-
"const": "InstrumentEnchantment"
|
|
532
|
-
},
|
|
533
|
-
"instrument_enchantment": {
|
|
534
|
-
"description": "The instrument enchantment’s identifier.",
|
|
535
|
-
"type": "integer",
|
|
536
|
-
"minimum": 1
|
|
537
|
-
}
|
|
538
|
-
},
|
|
539
|
-
"required": [
|
|
540
|
-
"tag",
|
|
541
|
-
"instrument_enchantment"
|
|
542
|
-
],
|
|
543
|
-
"additionalProperties": false
|
|
544
|
-
},
|
|
545
|
-
"AttireEnchantmentIdentifier": {
|
|
546
|
-
"type": "object",
|
|
547
|
-
"properties": {
|
|
548
|
-
"tag": {
|
|
549
|
-
"const": "AttireEnchantment"
|
|
550
|
-
},
|
|
551
|
-
"attire_enchantment": {
|
|
552
|
-
"description": "The attire enchantment’s identifier.",
|
|
553
|
-
"type": "integer",
|
|
554
|
-
"minimum": 1
|
|
555
|
-
}
|
|
556
|
-
},
|
|
557
|
-
"required": [
|
|
558
|
-
"tag",
|
|
559
|
-
"attire_enchantment"
|
|
560
|
-
],
|
|
561
|
-
"additionalProperties": false
|
|
562
|
-
},
|
|
563
|
-
"OrbEnchantmentIdentifier": {
|
|
564
|
-
"type": "object",
|
|
565
|
-
"properties": {
|
|
566
|
-
"tag": {
|
|
567
|
-
"const": "OrbEnchantment"
|
|
568
|
-
},
|
|
569
|
-
"orb_enchantment": {
|
|
570
|
-
"description": "The orb enchantment’s identifier.",
|
|
571
|
-
"type": "integer",
|
|
572
|
-
"minimum": 1
|
|
573
|
-
}
|
|
574
|
-
},
|
|
575
|
-
"required": [
|
|
576
|
-
"tag",
|
|
577
|
-
"orb_enchantment"
|
|
578
|
-
],
|
|
579
|
-
"additionalProperties": false
|
|
580
|
-
},
|
|
581
|
-
"WandEnchantmentIdentifier": {
|
|
582
|
-
"type": "object",
|
|
583
|
-
"properties": {
|
|
584
|
-
"tag": {
|
|
585
|
-
"const": "WandEnchantment"
|
|
586
|
-
},
|
|
587
|
-
"wand_enchantment": {
|
|
588
|
-
"description": "The wand enchantment’s identifier.",
|
|
589
|
-
"type": "integer",
|
|
590
|
-
"minimum": 1
|
|
591
|
-
}
|
|
592
|
-
},
|
|
593
|
-
"required": [
|
|
594
|
-
"tag",
|
|
595
|
-
"wand_enchantment"
|
|
596
|
-
],
|
|
597
|
-
"additionalProperties": false
|
|
598
|
-
},
|
|
599
|
-
"BrawlingSpecialAbilityIdentifier": {
|
|
600
|
-
"type": "object",
|
|
601
|
-
"properties": {
|
|
602
|
-
"tag": {
|
|
603
|
-
"const": "BrawlingSpecialAbility"
|
|
604
|
-
},
|
|
605
|
-
"brawling_special_ability": {
|
|
606
|
-
"description": "The brawling special ability’s identifier.",
|
|
607
|
-
"type": "integer",
|
|
608
|
-
"minimum": 1
|
|
609
|
-
}
|
|
610
|
-
},
|
|
611
|
-
"required": [
|
|
612
|
-
"tag",
|
|
613
|
-
"brawling_special_ability"
|
|
614
|
-
],
|
|
615
|
-
"additionalProperties": false
|
|
616
|
-
},
|
|
617
|
-
"AncestorGlyphIdentifier": {
|
|
618
|
-
"type": "object",
|
|
619
|
-
"properties": {
|
|
620
|
-
"tag": {
|
|
621
|
-
"const": "AncestorGlyph"
|
|
622
|
-
},
|
|
623
|
-
"ancestor_glyph": {
|
|
624
|
-
"description": "The ancestor glyph’s identifier.",
|
|
625
|
-
"type": "integer",
|
|
626
|
-
"minimum": 1
|
|
627
|
-
}
|
|
628
|
-
},
|
|
629
|
-
"required": [
|
|
630
|
-
"tag",
|
|
631
|
-
"ancestor_glyph"
|
|
632
|
-
],
|
|
633
|
-
"additionalProperties": false
|
|
634
|
-
},
|
|
635
|
-
"CeremonialItemSpecialAbilityIdentifier": {
|
|
636
|
-
"type": "object",
|
|
637
|
-
"properties": {
|
|
638
|
-
"tag": {
|
|
639
|
-
"const": "CeremonialItemSpecialAbility"
|
|
640
|
-
},
|
|
641
|
-
"ceremonial_item_special_ability": {
|
|
642
|
-
"description": "The ceremonial item special ability’s identifier.",
|
|
643
|
-
"type": "integer",
|
|
644
|
-
"minimum": 1
|
|
645
|
-
}
|
|
646
|
-
},
|
|
647
|
-
"required": [
|
|
648
|
-
"tag",
|
|
649
|
-
"ceremonial_item_special_ability"
|
|
650
|
-
],
|
|
651
|
-
"additionalProperties": false
|
|
652
|
-
},
|
|
653
|
-
"SermonIdentifier": {
|
|
654
|
-
"type": "object",
|
|
655
|
-
"properties": {
|
|
656
|
-
"tag": {
|
|
657
|
-
"const": "Sermon"
|
|
658
|
-
},
|
|
659
|
-
"sermon": {
|
|
660
|
-
"description": "The sermon’s identifier.",
|
|
661
|
-
"type": "integer",
|
|
662
|
-
"minimum": 1
|
|
663
|
-
}
|
|
664
|
-
},
|
|
665
|
-
"required": [
|
|
666
|
-
"tag",
|
|
667
|
-
"sermon"
|
|
668
|
-
],
|
|
669
|
-
"additionalProperties": false
|
|
670
|
-
},
|
|
671
|
-
"LiturgicalStyleSpecialAbilityIdentifier": {
|
|
672
|
-
"type": "object",
|
|
673
|
-
"properties": {
|
|
674
|
-
"tag": {
|
|
675
|
-
"const": "LiturgicalStyleSpecialAbility"
|
|
676
|
-
},
|
|
677
|
-
"liturgical_style_special_ability": {
|
|
678
|
-
"description": "The liturgical style special ability’s identifier.",
|
|
679
|
-
"type": "integer",
|
|
680
|
-
"minimum": 1
|
|
681
|
-
}
|
|
682
|
-
},
|
|
683
|
-
"required": [
|
|
684
|
-
"tag",
|
|
685
|
-
"liturgical_style_special_ability"
|
|
686
|
-
],
|
|
687
|
-
"additionalProperties": false
|
|
688
|
-
},
|
|
689
|
-
"AdvancedKarmaSpecialAbilityIdentifier": {
|
|
690
|
-
"type": "object",
|
|
691
|
-
"properties": {
|
|
692
|
-
"tag": {
|
|
693
|
-
"const": "AdvancedKarmaSpecialAbility"
|
|
694
|
-
},
|
|
695
|
-
"advanced_karma_special_ability": {
|
|
696
|
-
"description": "The advanced karma special ability’s identifier.",
|
|
697
|
-
"type": "integer",
|
|
698
|
-
"minimum": 1
|
|
699
|
-
}
|
|
700
|
-
},
|
|
701
|
-
"required": [
|
|
702
|
-
"tag",
|
|
703
|
-
"advanced_karma_special_ability"
|
|
704
|
-
],
|
|
705
|
-
"additionalProperties": false
|
|
706
|
-
},
|
|
707
|
-
"VisionIdentifier": {
|
|
708
|
-
"type": "object",
|
|
709
|
-
"properties": {
|
|
710
|
-
"tag": {
|
|
711
|
-
"const": "Vision"
|
|
712
|
-
},
|
|
713
|
-
"vision": {
|
|
714
|
-
"description": "The vision’s identifier.",
|
|
715
|
-
"type": "integer",
|
|
716
|
-
"minimum": 1
|
|
717
|
-
}
|
|
718
|
-
},
|
|
719
|
-
"required": [
|
|
720
|
-
"tag",
|
|
721
|
-
"vision"
|
|
722
|
-
],
|
|
723
|
-
"additionalProperties": false
|
|
724
|
-
},
|
|
725
|
-
"MagicalTraditionIdentifier": {
|
|
726
|
-
"type": "object",
|
|
727
|
-
"properties": {
|
|
728
|
-
"tag": {
|
|
729
|
-
"const": "MagicalTradition"
|
|
730
|
-
},
|
|
731
|
-
"magical_tradition": {
|
|
732
|
-
"description": "The magical tradition’s identifier.",
|
|
733
|
-
"type": "integer",
|
|
734
|
-
"minimum": 1
|
|
735
|
-
}
|
|
736
|
-
},
|
|
737
|
-
"required": [
|
|
738
|
-
"tag",
|
|
739
|
-
"magical_tradition"
|
|
740
|
-
],
|
|
741
|
-
"additionalProperties": false
|
|
742
|
-
},
|
|
743
|
-
"BlessedTraditionIdentifier": {
|
|
744
|
-
"type": "object",
|
|
745
|
-
"properties": {
|
|
746
|
-
"tag": {
|
|
747
|
-
"const": "BlessedTradition"
|
|
748
|
-
},
|
|
749
|
-
"blessed_tradition": {
|
|
750
|
-
"description": "The blessed tradition’s identifier.",
|
|
751
|
-
"type": "integer",
|
|
752
|
-
"minimum": 1
|
|
753
|
-
}
|
|
754
|
-
},
|
|
755
|
-
"required": [
|
|
756
|
-
"tag",
|
|
757
|
-
"blessed_tradition"
|
|
758
|
-
],
|
|
759
|
-
"additionalProperties": false
|
|
760
|
-
},
|
|
761
|
-
"PactGiftIdentifier": {
|
|
762
|
-
"type": "object",
|
|
763
|
-
"properties": {
|
|
764
|
-
"tag": {
|
|
765
|
-
"const": "PactGift"
|
|
766
|
-
},
|
|
767
|
-
"pact_gift": {
|
|
768
|
-
"description": "The pact gift’s identifier.",
|
|
769
|
-
"type": "integer",
|
|
770
|
-
"minimum": 1
|
|
771
|
-
}
|
|
772
|
-
},
|
|
773
|
-
"required": [
|
|
774
|
-
"tag",
|
|
775
|
-
"pact_gift"
|
|
776
|
-
],
|
|
777
|
-
"additionalProperties": false
|
|
778
|
-
},
|
|
779
|
-
"VampiricGiftIdentifier": {
|
|
780
|
-
"type": "object",
|
|
781
|
-
"properties": {
|
|
782
|
-
"tag": {
|
|
783
|
-
"const": "VampiricGift"
|
|
784
|
-
},
|
|
785
|
-
"vampiric_gift": {
|
|
786
|
-
"description": "The vampiric gift’s identifier.",
|
|
787
|
-
"type": "integer",
|
|
788
|
-
"minimum": 1
|
|
789
|
-
}
|
|
790
|
-
},
|
|
791
|
-
"required": [
|
|
792
|
-
"tag",
|
|
793
|
-
"vampiric_gift"
|
|
794
|
-
],
|
|
795
|
-
"additionalProperties": false
|
|
796
|
-
},
|
|
797
|
-
"SikaryanDrainSpecialAbilityIdentifier": {
|
|
798
|
-
"type": "object",
|
|
799
|
-
"properties": {
|
|
800
|
-
"tag": {
|
|
801
|
-
"const": "SikaryanDrainSpecialAbility"
|
|
802
|
-
},
|
|
803
|
-
"sikaryan_drain_special_ability": {
|
|
804
|
-
"description": "The sikaryan drain special ability’s identifier.",
|
|
805
|
-
"type": "integer",
|
|
806
|
-
"minimum": 1
|
|
807
|
-
}
|
|
808
|
-
},
|
|
809
|
-
"required": [
|
|
810
|
-
"tag",
|
|
811
|
-
"sikaryan_drain_special_ability"
|
|
812
|
-
],
|
|
813
|
-
"additionalProperties": false
|
|
814
|
-
},
|
|
815
|
-
"LycantropicGiftIdentifier": {
|
|
816
|
-
"type": "object",
|
|
817
|
-
"properties": {
|
|
818
|
-
"tag": {
|
|
819
|
-
"const": "LycantropicGift"
|
|
820
|
-
},
|
|
821
|
-
"lycantropic_gift": {
|
|
822
|
-
"description": "The lycantropic gift’s identifier.",
|
|
823
|
-
"type": "integer",
|
|
824
|
-
"minimum": 1
|
|
825
|
-
}
|
|
826
|
-
},
|
|
827
|
-
"required": [
|
|
828
|
-
"tag",
|
|
829
|
-
"lycantropic_gift"
|
|
830
|
-
],
|
|
831
|
-
"additionalProperties": false
|
|
832
|
-
},
|
|
833
|
-
"SkillStyleSpecialAbilityIdentifier": {
|
|
834
|
-
"type": "object",
|
|
835
|
-
"properties": {
|
|
836
|
-
"tag": {
|
|
837
|
-
"const": "SkillStyleSpecialAbility"
|
|
838
|
-
},
|
|
839
|
-
"skill_style_special_ability": {
|
|
840
|
-
"description": "The skill style special ability’s identifier.",
|
|
841
|
-
"type": "integer",
|
|
842
|
-
"minimum": 1
|
|
843
|
-
}
|
|
844
|
-
},
|
|
845
|
-
"required": [
|
|
846
|
-
"tag",
|
|
847
|
-
"skill_style_special_ability"
|
|
848
|
-
],
|
|
849
|
-
"additionalProperties": false
|
|
850
|
-
},
|
|
851
|
-
"AdvancedSkillSpecialAbilityIdentifier": {
|
|
852
|
-
"type": "object",
|
|
853
|
-
"properties": {
|
|
854
|
-
"tag": {
|
|
855
|
-
"const": "AdvancedSkillSpecialAbility"
|
|
856
|
-
},
|
|
857
|
-
"advanced_skill_special_ability": {
|
|
858
|
-
"description": "The advanced skill special ability’s identifier.",
|
|
859
|
-
"type": "integer",
|
|
860
|
-
"minimum": 1
|
|
861
|
-
}
|
|
862
|
-
},
|
|
863
|
-
"required": [
|
|
864
|
-
"tag",
|
|
865
|
-
"advanced_skill_special_ability"
|
|
866
|
-
],
|
|
867
|
-
"additionalProperties": false
|
|
868
|
-
},
|
|
869
|
-
"ArcaneOrbEnchantmentIdentifier": {
|
|
870
|
-
"type": "object",
|
|
871
|
-
"properties": {
|
|
872
|
-
"tag": {
|
|
873
|
-
"const": "ArcaneOrbEnchantment"
|
|
874
|
-
},
|
|
875
|
-
"arcane_orb_enchantment": {
|
|
876
|
-
"description": "The arcane orb enchantment’s identifier.",
|
|
877
|
-
"type": "integer",
|
|
878
|
-
"minimum": 1
|
|
879
|
-
}
|
|
880
|
-
},
|
|
881
|
-
"required": [
|
|
882
|
-
"tag",
|
|
883
|
-
"arcane_orb_enchantment"
|
|
884
|
-
],
|
|
885
|
-
"additionalProperties": false
|
|
886
|
-
},
|
|
887
|
-
"CauldronEnchantmentIdentifier": {
|
|
888
|
-
"type": "object",
|
|
889
|
-
"properties": {
|
|
890
|
-
"tag": {
|
|
891
|
-
"const": "CauldronEnchantment"
|
|
892
|
-
},
|
|
893
|
-
"cauldron_enchantment": {
|
|
894
|
-
"description": "The cauldron enchantment’s identifier.",
|
|
895
|
-
"type": "integer",
|
|
896
|
-
"minimum": 1
|
|
897
|
-
}
|
|
898
|
-
},
|
|
899
|
-
"required": [
|
|
900
|
-
"tag",
|
|
901
|
-
"cauldron_enchantment"
|
|
902
|
-
],
|
|
903
|
-
"additionalProperties": false
|
|
904
|
-
},
|
|
905
|
-
"FoolsHatEnchantmentIdentifier": {
|
|
906
|
-
"type": "object",
|
|
907
|
-
"properties": {
|
|
908
|
-
"tag": {
|
|
909
|
-
"const": "FoolsHatEnchantment"
|
|
910
|
-
},
|
|
911
|
-
"fools_hat_enchantment": {
|
|
912
|
-
"description": "The fools hat enchantment’s identifier.",
|
|
913
|
-
"type": "integer",
|
|
914
|
-
"minimum": 1
|
|
915
|
-
}
|
|
916
|
-
},
|
|
917
|
-
"required": [
|
|
918
|
-
"tag",
|
|
919
|
-
"fools_hat_enchantment"
|
|
920
|
-
],
|
|
921
|
-
"additionalProperties": false
|
|
922
|
-
},
|
|
923
|
-
"ToyEnchantmentIdentifier": {
|
|
924
|
-
"type": "object",
|
|
925
|
-
"properties": {
|
|
926
|
-
"tag": {
|
|
927
|
-
"const": "ToyEnchantment"
|
|
928
|
-
},
|
|
929
|
-
"toy_enchantment": {
|
|
930
|
-
"description": "The toy enchantment’s identifier.",
|
|
931
|
-
"type": "integer",
|
|
932
|
-
"minimum": 1
|
|
933
|
-
}
|
|
934
|
-
},
|
|
935
|
-
"required": [
|
|
936
|
-
"tag",
|
|
937
|
-
"toy_enchantment"
|
|
938
|
-
],
|
|
939
|
-
"additionalProperties": false
|
|
940
|
-
},
|
|
941
|
-
"BowlEnchantmentIdentifier": {
|
|
942
|
-
"type": "object",
|
|
943
|
-
"properties": {
|
|
944
|
-
"tag": {
|
|
945
|
-
"const": "BowlEnchantment"
|
|
946
|
-
},
|
|
947
|
-
"bowl_enchantment": {
|
|
948
|
-
"description": "The bowl enchantment’s identifier.",
|
|
949
|
-
"type": "integer",
|
|
950
|
-
"minimum": 1
|
|
951
|
-
}
|
|
952
|
-
},
|
|
953
|
-
"required": [
|
|
954
|
-
"tag",
|
|
955
|
-
"bowl_enchantment"
|
|
956
|
-
],
|
|
957
|
-
"additionalProperties": false
|
|
958
|
-
},
|
|
959
|
-
"FatePointSexSpecialAbilityIdentifier": {
|
|
960
|
-
"type": "object",
|
|
961
|
-
"properties": {
|
|
962
|
-
"tag": {
|
|
963
|
-
"const": "FatePointSexSpecialAbility"
|
|
964
|
-
},
|
|
965
|
-
"fate_point_sex_special_ability": {
|
|
966
|
-
"description": "The fate point sex special ability’s identifier.",
|
|
967
|
-
"type": "integer",
|
|
968
|
-
"minimum": 1
|
|
969
|
-
}
|
|
970
|
-
},
|
|
971
|
-
"required": [
|
|
972
|
-
"tag",
|
|
973
|
-
"fate_point_sex_special_ability"
|
|
974
|
-
],
|
|
975
|
-
"additionalProperties": false
|
|
976
|
-
},
|
|
977
|
-
"SexSpecialAbilityIdentifier": {
|
|
978
|
-
"type": "object",
|
|
979
|
-
"properties": {
|
|
980
|
-
"tag": {
|
|
981
|
-
"const": "SexSpecialAbility"
|
|
982
|
-
},
|
|
983
|
-
"sex_special_ability": {
|
|
984
|
-
"description": "The sex special ability’s identifier.",
|
|
985
|
-
"type": "integer",
|
|
986
|
-
"minimum": 1
|
|
987
|
-
}
|
|
988
|
-
},
|
|
989
|
-
"required": [
|
|
990
|
-
"tag",
|
|
991
|
-
"sex_special_ability"
|
|
992
|
-
],
|
|
993
|
-
"additionalProperties": false
|
|
994
|
-
},
|
|
995
|
-
"WeaponEnchantmentIdentifier": {
|
|
996
|
-
"type": "object",
|
|
997
|
-
"properties": {
|
|
998
|
-
"tag": {
|
|
999
|
-
"const": "WeaponEnchantment"
|
|
1000
|
-
},
|
|
1001
|
-
"weapon_enchantment": {
|
|
1002
|
-
"description": "The weapon enchantment’s identifier.",
|
|
1003
|
-
"type": "integer",
|
|
1004
|
-
"minimum": 1
|
|
1005
|
-
}
|
|
1006
|
-
},
|
|
1007
|
-
"required": [
|
|
1008
|
-
"tag",
|
|
1009
|
-
"weapon_enchantment"
|
|
1010
|
-
],
|
|
1011
|
-
"additionalProperties": false
|
|
1012
|
-
},
|
|
1013
|
-
"SickleRitualIdentifier": {
|
|
1014
|
-
"type": "object",
|
|
1015
|
-
"properties": {
|
|
1016
|
-
"tag": {
|
|
1017
|
-
"const": "SickleRitual"
|
|
1018
|
-
},
|
|
1019
|
-
"sickle_ritual": {
|
|
1020
|
-
"description": "The sickle ritual’s identifier.",
|
|
1021
|
-
"type": "integer",
|
|
1022
|
-
"minimum": 1
|
|
1023
|
-
}
|
|
1024
|
-
},
|
|
1025
|
-
"required": [
|
|
1026
|
-
"tag",
|
|
1027
|
-
"sickle_ritual"
|
|
1028
|
-
],
|
|
1029
|
-
"additionalProperties": false
|
|
1030
|
-
},
|
|
1031
|
-
"RingEnchantmentIdentifier": {
|
|
1032
|
-
"type": "object",
|
|
1033
|
-
"properties": {
|
|
1034
|
-
"tag": {
|
|
1035
|
-
"const": "RingEnchantment"
|
|
1036
|
-
},
|
|
1037
|
-
"ring_enchantment": {
|
|
1038
|
-
"description": "The ring enchantment’s identifier.",
|
|
1039
|
-
"type": "integer",
|
|
1040
|
-
"minimum": 1
|
|
1041
|
-
}
|
|
1042
|
-
},
|
|
1043
|
-
"required": [
|
|
1044
|
-
"tag",
|
|
1045
|
-
"ring_enchantment"
|
|
1046
|
-
],
|
|
1047
|
-
"additionalProperties": false
|
|
1048
|
-
},
|
|
1049
|
-
"ChronicleEnchantmentIdentifier": {
|
|
1050
|
-
"type": "object",
|
|
1051
|
-
"properties": {
|
|
1052
|
-
"tag": {
|
|
1053
|
-
"const": "ChronicleEnchantment"
|
|
1054
|
-
},
|
|
1055
|
-
"chronicle_enchantment": {
|
|
1056
|
-
"description": "The chronicle enchantment’s identifier.",
|
|
1057
|
-
"type": "integer",
|
|
1058
|
-
"minimum": 1
|
|
1059
|
-
}
|
|
1060
|
-
},
|
|
1061
|
-
"required": [
|
|
1062
|
-
"tag",
|
|
1063
|
-
"chronicle_enchantment"
|
|
1064
|
-
],
|
|
1065
|
-
"additionalProperties": false
|
|
1066
|
-
},
|
|
1067
|
-
"KrallenkettenzauberIdentifier": {
|
|
1068
|
-
"type": "object",
|
|
1069
|
-
"properties": {
|
|
1070
|
-
"tag": {
|
|
1071
|
-
"const": "Krallenkettenzauber"
|
|
1072
|
-
},
|
|
1073
|
-
"krallenkettenzauber": {
|
|
1074
|
-
"description": "The Krallenkettenzauber’s identifier.",
|
|
1075
|
-
"type": "integer",
|
|
1076
|
-
"minimum": 1
|
|
1077
|
-
}
|
|
1078
|
-
},
|
|
1079
|
-
"required": [
|
|
1080
|
-
"tag",
|
|
1081
|
-
"krallenkettenzauber"
|
|
1082
|
-
],
|
|
1083
|
-
"additionalProperties": false
|
|
1084
|
-
},
|
|
1085
|
-
"TrinkhornzauberIdentifier": {
|
|
1086
|
-
"type": "object",
|
|
1087
|
-
"properties": {
|
|
1088
|
-
"tag": {
|
|
1089
|
-
"const": "Trinkhornzauber"
|
|
1090
|
-
},
|
|
1091
|
-
"trinkhornzauber": {
|
|
1092
|
-
"description": "The Trinkhornzauber’s identifier.",
|
|
1093
|
-
"type": "integer",
|
|
1094
|
-
"minimum": 1
|
|
1095
|
-
}
|
|
1096
|
-
},
|
|
1097
|
-
"required": [
|
|
1098
|
-
"tag",
|
|
1099
|
-
"trinkhornzauber"
|
|
1100
|
-
],
|
|
1101
|
-
"additionalProperties": false
|
|
1102
|
-
},
|
|
1103
|
-
"MagicalRuneIdentifier": {
|
|
1104
|
-
"type": "object",
|
|
1105
|
-
"properties": {
|
|
1106
|
-
"tag": {
|
|
1107
|
-
"const": "MagicalRune"
|
|
1108
|
-
},
|
|
1109
|
-
"magical_rune": {
|
|
1110
|
-
"description": "The magical rune’s identifier.",
|
|
1111
|
-
"type": "integer",
|
|
1112
|
-
"minimum": 1
|
|
1113
|
-
}
|
|
1114
|
-
},
|
|
1115
|
-
"required": [
|
|
1116
|
-
"tag",
|
|
1117
|
-
"magical_rune"
|
|
1118
|
-
],
|
|
1119
|
-
"additionalProperties": false
|
|
1120
|
-
},
|
|
1121
|
-
"MagicalSignIdentifier": {
|
|
1122
|
-
"type": "object",
|
|
1123
|
-
"properties": {
|
|
1124
|
-
"tag": {
|
|
1125
|
-
"const": "MagicalSign"
|
|
1126
|
-
},
|
|
1127
|
-
"magical_sign": {
|
|
1128
|
-
"description": "The magical sign’s identifier.",
|
|
1129
|
-
"type": "integer",
|
|
1130
|
-
"minimum": 1
|
|
1131
|
-
}
|
|
1132
|
-
},
|
|
1133
|
-
"required": [
|
|
1134
|
-
"tag",
|
|
1135
|
-
"magical_sign"
|
|
1136
|
-
],
|
|
1137
|
-
"additionalProperties": false
|
|
1138
|
-
},
|
|
1139
|
-
"LanguageIdentifier": {
|
|
1140
|
-
"type": "object",
|
|
1141
|
-
"properties": {
|
|
1142
|
-
"tag": {
|
|
1143
|
-
"const": "Language"
|
|
1144
|
-
},
|
|
1145
|
-
"language": {
|
|
1146
|
-
"description": "The language’s identifier.",
|
|
1147
|
-
"type": "integer",
|
|
1148
|
-
"minimum": 1
|
|
1149
|
-
}
|
|
1150
|
-
},
|
|
1151
|
-
"required": [
|
|
1152
|
-
"tag",
|
|
1153
|
-
"language"
|
|
1154
|
-
],
|
|
1155
|
-
"additionalProperties": false
|
|
1156
|
-
},
|
|
1157
|
-
"ScriptIdentifier": {
|
|
1158
|
-
"type": "object",
|
|
1159
|
-
"properties": {
|
|
1160
|
-
"tag": {
|
|
1161
|
-
"const": "Script"
|
|
1162
|
-
},
|
|
1163
|
-
"script": {
|
|
1164
|
-
"description": "The script’s identifier.",
|
|
1165
|
-
"type": "integer",
|
|
1166
|
-
"minimum": 1
|
|
1167
|
-
}
|
|
1168
|
-
},
|
|
1169
|
-
"required": [
|
|
1170
|
-
"tag",
|
|
1171
|
-
"script"
|
|
1172
|
-
],
|
|
1173
|
-
"additionalProperties": false
|
|
1174
|
-
},
|
|
1175
|
-
"ContinentIdentifier": {
|
|
1176
|
-
"type": "object",
|
|
1177
|
-
"properties": {
|
|
1178
|
-
"tag": {
|
|
1179
|
-
"const": "Continent"
|
|
1180
|
-
},
|
|
1181
|
-
"continent": {
|
|
1182
|
-
"description": "The continent’s identifier.",
|
|
1183
|
-
"type": "integer",
|
|
1184
|
-
"maximum": 3,
|
|
1185
|
-
"minimum": 1
|
|
1186
|
-
}
|
|
1187
|
-
},
|
|
1188
|
-
"required": [
|
|
1189
|
-
"tag",
|
|
1190
|
-
"continent"
|
|
1191
|
-
],
|
|
1192
|
-
"additionalProperties": false
|
|
1193
|
-
},
|
|
1194
|
-
"SocialStatusIdentifier": {
|
|
1195
|
-
"type": "object",
|
|
1196
|
-
"properties": {
|
|
1197
|
-
"tag": {
|
|
1198
|
-
"const": "SocialStatus"
|
|
1199
|
-
},
|
|
1200
|
-
"social_status": {
|
|
1201
|
-
"description": "The social status’s identifier.",
|
|
1202
|
-
"type": "integer",
|
|
1203
|
-
"minimum": 1
|
|
1204
|
-
}
|
|
1205
|
-
},
|
|
1206
|
-
"required": [
|
|
1207
|
-
"tag",
|
|
1208
|
-
"social_status"
|
|
1209
|
-
],
|
|
1210
|
-
"additionalProperties": false
|
|
1211
|
-
},
|
|
1212
|
-
"AttributeIdentifier": {
|
|
1213
|
-
"type": "object",
|
|
1214
|
-
"properties": {
|
|
1215
|
-
"tag": {
|
|
1216
|
-
"const": "Attribute"
|
|
1217
|
-
},
|
|
1218
|
-
"attribute": {
|
|
1219
|
-
"description": "The attribute’s identifier.",
|
|
1220
|
-
"type": "integer",
|
|
1221
|
-
"maximum": 8,
|
|
1222
|
-
"minimum": 1
|
|
1223
|
-
}
|
|
1224
|
-
},
|
|
1225
|
-
"required": [
|
|
1226
|
-
"tag",
|
|
1227
|
-
"attribute"
|
|
1228
|
-
],
|
|
1229
|
-
"additionalProperties": false
|
|
1230
|
-
},
|
|
1231
|
-
"SkillIdentifier": {
|
|
1232
|
-
"type": "object",
|
|
1233
|
-
"properties": {
|
|
1234
|
-
"tag": {
|
|
1235
|
-
"const": "Skill"
|
|
1236
|
-
},
|
|
1237
|
-
"skill": {
|
|
1238
|
-
"description": "The skill’s identifier.",
|
|
1239
|
-
"type": "integer",
|
|
1240
|
-
"minimum": 1
|
|
1241
|
-
}
|
|
1242
|
-
},
|
|
1243
|
-
"required": [
|
|
1244
|
-
"tag",
|
|
1245
|
-
"skill"
|
|
1246
|
-
],
|
|
1247
|
-
"additionalProperties": false
|
|
1248
|
-
},
|
|
1249
|
-
"SkillApplicationIdentifier": {
|
|
1250
|
-
"type": "object",
|
|
1251
|
-
"properties": {
|
|
1252
|
-
"tag": {
|
|
1253
|
-
"const": "SkillApplication"
|
|
1254
|
-
},
|
|
1255
|
-
"skill": {
|
|
1256
|
-
"description": "The skill’s identifier the application belongs to.",
|
|
1257
|
-
"type": "integer",
|
|
1258
|
-
"minimum": 1
|
|
1259
|
-
},
|
|
1260
|
-
"skill_application": {
|
|
1261
|
-
"description": "The skill application’s identifier.",
|
|
1262
|
-
"type": "integer",
|
|
1263
|
-
"minimum": 1
|
|
1264
|
-
},
|
|
1265
|
-
"granted_by": {
|
|
1266
|
-
"description": "The entry the application is granted by, if it’s not part of the skill by\ndefault.",
|
|
1267
|
-
"$ref": "./_IdentifierGroup.schema.json#/$defs/ActivatableIdentifier"
|
|
1268
|
-
}
|
|
1269
|
-
},
|
|
1270
|
-
"required": [
|
|
1271
|
-
"tag",
|
|
1272
|
-
"skill",
|
|
1273
|
-
"skill_application"
|
|
1274
|
-
],
|
|
1275
|
-
"additionalProperties": false
|
|
1276
|
-
},
|
|
1277
|
-
"SkillGroupIdentifier": {
|
|
1278
|
-
"type": "object",
|
|
1279
|
-
"properties": {
|
|
1280
|
-
"tag": {
|
|
1281
|
-
"const": "SkillGroup"
|
|
1282
|
-
},
|
|
1283
|
-
"skill_group": {
|
|
1284
|
-
"description": "The skill group’s identifier.",
|
|
1285
|
-
"type": "integer",
|
|
1286
|
-
"maximum": 5,
|
|
1287
|
-
"minimum": 1
|
|
1288
|
-
}
|
|
1289
|
-
},
|
|
1290
|
-
"required": [
|
|
1291
|
-
"tag",
|
|
1292
|
-
"skill_group"
|
|
1293
|
-
],
|
|
1294
|
-
"additionalProperties": false
|
|
1295
|
-
},
|
|
1296
|
-
"CloseCombatTechniqueIdentifier": {
|
|
1297
|
-
"type": "object",
|
|
1298
|
-
"properties": {
|
|
1299
|
-
"tag": {
|
|
1300
|
-
"const": "CloseCombatTechnique"
|
|
1301
|
-
},
|
|
1302
|
-
"close_combat_technique": {
|
|
1303
|
-
"description": "The close combat technique’s identifier.",
|
|
1304
|
-
"type": "integer",
|
|
1305
|
-
"minimum": 1
|
|
1306
|
-
}
|
|
1307
|
-
},
|
|
1308
|
-
"required": [
|
|
1309
|
-
"tag",
|
|
1310
|
-
"close_combat_technique"
|
|
1311
|
-
],
|
|
1312
|
-
"additionalProperties": false
|
|
1313
|
-
},
|
|
1314
|
-
"RangedCombatTechniqueIdentifier": {
|
|
1315
|
-
"type": "object",
|
|
1316
|
-
"properties": {
|
|
1317
|
-
"tag": {
|
|
1318
|
-
"const": "RangedCombatTechnique"
|
|
1319
|
-
},
|
|
1320
|
-
"ranged_combat_technique": {
|
|
1321
|
-
"description": "The ranged combat technique’s identifier.",
|
|
1322
|
-
"type": "integer",
|
|
1323
|
-
"minimum": 1
|
|
1324
|
-
}
|
|
1325
|
-
},
|
|
1326
|
-
"required": [
|
|
1327
|
-
"tag",
|
|
1328
|
-
"ranged_combat_technique"
|
|
1329
|
-
],
|
|
1330
|
-
"additionalProperties": false
|
|
1331
|
-
},
|
|
1332
|
-
"SpellIdentifier": {
|
|
1333
|
-
"type": "object",
|
|
1334
|
-
"properties": {
|
|
1335
|
-
"tag": {
|
|
1336
|
-
"const": "Spell"
|
|
1337
|
-
},
|
|
1338
|
-
"spell": {
|
|
1339
|
-
"description": "The spell’s identifier.",
|
|
1340
|
-
"type": "integer",
|
|
1341
|
-
"minimum": 1
|
|
1342
|
-
}
|
|
1343
|
-
},
|
|
1344
|
-
"required": [
|
|
1345
|
-
"tag",
|
|
1346
|
-
"spell"
|
|
1347
|
-
],
|
|
1348
|
-
"additionalProperties": false
|
|
1349
|
-
},
|
|
1350
|
-
"RitualIdentifier": {
|
|
1351
|
-
"type": "object",
|
|
1352
|
-
"properties": {
|
|
1353
|
-
"tag": {
|
|
1354
|
-
"const": "Ritual"
|
|
1355
|
-
},
|
|
1356
|
-
"ritual": {
|
|
1357
|
-
"description": "The ritual’s identifier.",
|
|
1358
|
-
"type": "integer",
|
|
1359
|
-
"minimum": 1
|
|
1360
|
-
}
|
|
1361
|
-
},
|
|
1362
|
-
"required": [
|
|
1363
|
-
"tag",
|
|
1364
|
-
"ritual"
|
|
1365
|
-
],
|
|
1366
|
-
"additionalProperties": false
|
|
1367
|
-
},
|
|
1368
|
-
"CantripIdentifier": {
|
|
1369
|
-
"type": "object",
|
|
1370
|
-
"properties": {
|
|
1371
|
-
"tag": {
|
|
1372
|
-
"const": "Cantrip"
|
|
1373
|
-
},
|
|
1374
|
-
"cantrip": {
|
|
1375
|
-
"description": "The cantrip’s identifier.",
|
|
1376
|
-
"type": "integer",
|
|
1377
|
-
"minimum": 1
|
|
1378
|
-
}
|
|
1379
|
-
},
|
|
1380
|
-
"required": [
|
|
1381
|
-
"tag",
|
|
1382
|
-
"cantrip"
|
|
1383
|
-
],
|
|
1384
|
-
"additionalProperties": false
|
|
1385
|
-
},
|
|
1386
|
-
"PropertyIdentifier": {
|
|
1387
|
-
"type": "object",
|
|
1388
|
-
"properties": {
|
|
1389
|
-
"tag": {
|
|
1390
|
-
"const": "Property"
|
|
1391
|
-
},
|
|
1392
|
-
"property": {
|
|
1393
|
-
"description": "The property’s identifier.",
|
|
1394
|
-
"type": "integer",
|
|
1395
|
-
"minimum": 1
|
|
1396
|
-
}
|
|
1397
|
-
},
|
|
1398
|
-
"required": [
|
|
1399
|
-
"tag",
|
|
1400
|
-
"property"
|
|
1401
|
-
],
|
|
1402
|
-
"additionalProperties": false
|
|
1403
|
-
},
|
|
1404
|
-
"LiturgicalChantIdentifier": {
|
|
1405
|
-
"type": "object",
|
|
1406
|
-
"properties": {
|
|
1407
|
-
"tag": {
|
|
1408
|
-
"const": "LiturgicalChant"
|
|
1409
|
-
},
|
|
1410
|
-
"liturgical_chant": {
|
|
1411
|
-
"description": "The liturgical chant’s identifier.",
|
|
1412
|
-
"type": "integer",
|
|
1413
|
-
"minimum": 1
|
|
1414
|
-
}
|
|
1415
|
-
},
|
|
1416
|
-
"required": [
|
|
1417
|
-
"tag",
|
|
1418
|
-
"liturgical_chant"
|
|
1419
|
-
],
|
|
1420
|
-
"additionalProperties": false
|
|
1421
|
-
},
|
|
1422
|
-
"CeremonyIdentifier": {
|
|
1423
|
-
"type": "object",
|
|
1424
|
-
"properties": {
|
|
1425
|
-
"tag": {
|
|
1426
|
-
"const": "Ceremony"
|
|
1427
|
-
},
|
|
1428
|
-
"ceremony": {
|
|
1429
|
-
"description": "The ceremony’s identifier.",
|
|
1430
|
-
"type": "integer",
|
|
1431
|
-
"minimum": 1
|
|
1432
|
-
}
|
|
1433
|
-
},
|
|
1434
|
-
"required": [
|
|
1435
|
-
"tag",
|
|
1436
|
-
"ceremony"
|
|
1437
|
-
],
|
|
1438
|
-
"additionalProperties": false
|
|
1439
|
-
},
|
|
1440
|
-
"BlessingIdentifier": {
|
|
1441
|
-
"type": "object",
|
|
1442
|
-
"properties": {
|
|
1443
|
-
"tag": {
|
|
1444
|
-
"const": "Blessing"
|
|
1445
|
-
},
|
|
1446
|
-
"blessing": {
|
|
1447
|
-
"description": "The blessing’s identifier.",
|
|
1448
|
-
"type": "integer",
|
|
1449
|
-
"minimum": 1
|
|
1450
|
-
}
|
|
1451
|
-
},
|
|
1452
|
-
"required": [
|
|
1453
|
-
"tag",
|
|
1454
|
-
"blessing"
|
|
1455
|
-
],
|
|
1456
|
-
"additionalProperties": false
|
|
1457
|
-
},
|
|
1458
|
-
"AspectIdentifier": {
|
|
1459
|
-
"type": "object",
|
|
1460
|
-
"properties": {
|
|
1461
|
-
"tag": {
|
|
1462
|
-
"const": "Aspect"
|
|
1463
|
-
},
|
|
1464
|
-
"aspect": {
|
|
1465
|
-
"description": "The aspect’s identifier.",
|
|
1466
|
-
"type": "integer",
|
|
1467
|
-
"minimum": 1
|
|
1468
|
-
}
|
|
1469
|
-
},
|
|
1470
|
-
"required": [
|
|
1471
|
-
"tag",
|
|
1472
|
-
"aspect"
|
|
1473
|
-
],
|
|
1474
|
-
"additionalProperties": false
|
|
1475
|
-
},
|
|
1476
|
-
"CurseIdentifier": {
|
|
1477
|
-
"type": "object",
|
|
1478
|
-
"properties": {
|
|
1479
|
-
"tag": {
|
|
1480
|
-
"const": "Curse"
|
|
1481
|
-
},
|
|
1482
|
-
"curse": {
|
|
1483
|
-
"description": "The curse’s identifier.",
|
|
1484
|
-
"type": "integer",
|
|
1485
|
-
"minimum": 1
|
|
1486
|
-
}
|
|
1487
|
-
},
|
|
1488
|
-
"required": [
|
|
1489
|
-
"tag",
|
|
1490
|
-
"curse"
|
|
1491
|
-
],
|
|
1492
|
-
"additionalProperties": false
|
|
1493
|
-
},
|
|
1494
|
-
"ElvenMagicalSongIdentifier": {
|
|
1495
|
-
"type": "object",
|
|
1496
|
-
"properties": {
|
|
1497
|
-
"tag": {
|
|
1498
|
-
"const": "ElvenMagicalSong"
|
|
1499
|
-
},
|
|
1500
|
-
"elven_magical_song": {
|
|
1501
|
-
"description": "The elven magical song’s identifier.",
|
|
1502
|
-
"type": "integer",
|
|
1503
|
-
"minimum": 1
|
|
1504
|
-
}
|
|
1505
|
-
},
|
|
1506
|
-
"required": [
|
|
1507
|
-
"tag",
|
|
1508
|
-
"elven_magical_song"
|
|
1509
|
-
],
|
|
1510
|
-
"additionalProperties": false
|
|
1511
|
-
},
|
|
1512
|
-
"DominationRitualIdentifier": {
|
|
1513
|
-
"type": "object",
|
|
1514
|
-
"properties": {
|
|
1515
|
-
"tag": {
|
|
1516
|
-
"const": "DominationRitual"
|
|
1517
|
-
},
|
|
1518
|
-
"domination_ritual": {
|
|
1519
|
-
"description": "The domination ritual’s identifier.",
|
|
1520
|
-
"type": "integer",
|
|
1521
|
-
"minimum": 1
|
|
1522
|
-
}
|
|
1523
|
-
},
|
|
1524
|
-
"required": [
|
|
1525
|
-
"tag",
|
|
1526
|
-
"domination_ritual"
|
|
1527
|
-
],
|
|
1528
|
-
"additionalProperties": false
|
|
1529
|
-
},
|
|
1530
|
-
"MagicalMelodyIdentifier": {
|
|
1531
|
-
"type": "object",
|
|
1532
|
-
"properties": {
|
|
1533
|
-
"tag": {
|
|
1534
|
-
"const": "MagicalMelody"
|
|
1535
|
-
},
|
|
1536
|
-
"magical_melody": {
|
|
1537
|
-
"description": "The magical melody’s identifier.",
|
|
1538
|
-
"type": "integer",
|
|
1539
|
-
"minimum": 1
|
|
1540
|
-
}
|
|
1541
|
-
},
|
|
1542
|
-
"required": [
|
|
1543
|
-
"tag",
|
|
1544
|
-
"magical_melody"
|
|
1545
|
-
],
|
|
1546
|
-
"additionalProperties": false
|
|
1547
|
-
},
|
|
1548
|
-
"MagicalDanceIdentifier": {
|
|
1549
|
-
"type": "object",
|
|
1550
|
-
"properties": {
|
|
1551
|
-
"tag": {
|
|
1552
|
-
"const": "MagicalDance"
|
|
1553
|
-
},
|
|
1554
|
-
"magical_dance": {
|
|
1555
|
-
"description": "The magical dance’s identifier.",
|
|
1556
|
-
"type": "integer",
|
|
1557
|
-
"minimum": 1
|
|
1558
|
-
}
|
|
1559
|
-
},
|
|
1560
|
-
"required": [
|
|
1561
|
-
"tag",
|
|
1562
|
-
"magical_dance"
|
|
1563
|
-
],
|
|
1564
|
-
"additionalProperties": false
|
|
1565
|
-
},
|
|
1566
|
-
"JesterTrickIdentifier": {
|
|
1567
|
-
"type": "object",
|
|
1568
|
-
"properties": {
|
|
1569
|
-
"tag": {
|
|
1570
|
-
"const": "JesterTrick"
|
|
1571
|
-
},
|
|
1572
|
-
"jester_trick": {
|
|
1573
|
-
"description": "The jester trick’s identifier.",
|
|
1574
|
-
"type": "integer",
|
|
1575
|
-
"minimum": 1
|
|
1576
|
-
}
|
|
1577
|
-
},
|
|
1578
|
-
"required": [
|
|
1579
|
-
"tag",
|
|
1580
|
-
"jester_trick"
|
|
1581
|
-
],
|
|
1582
|
-
"additionalProperties": false
|
|
1583
|
-
},
|
|
1584
|
-
"AnimistPowerIdentifier": {
|
|
1585
|
-
"type": "object",
|
|
1586
|
-
"properties": {
|
|
1587
|
-
"tag": {
|
|
1588
|
-
"const": "AnimistPower"
|
|
1589
|
-
},
|
|
1590
|
-
"animist_power": {
|
|
1591
|
-
"description": "The animist power’s identifier.",
|
|
1592
|
-
"type": "integer",
|
|
1593
|
-
"minimum": 1
|
|
1594
|
-
}
|
|
1595
|
-
},
|
|
1596
|
-
"required": [
|
|
1597
|
-
"tag",
|
|
1598
|
-
"animist_power"
|
|
1599
|
-
],
|
|
1600
|
-
"additionalProperties": false
|
|
1601
|
-
},
|
|
1602
|
-
"GeodeRitualIdentifier": {
|
|
1603
|
-
"type": "object",
|
|
1604
|
-
"properties": {
|
|
1605
|
-
"tag": {
|
|
1606
|
-
"const": "GeodeRitual"
|
|
1607
|
-
},
|
|
1608
|
-
"geode_ritual": {
|
|
1609
|
-
"description": "The geode ritual’s identifier.",
|
|
1610
|
-
"type": "integer",
|
|
1611
|
-
"minimum": 1
|
|
1612
|
-
}
|
|
1613
|
-
},
|
|
1614
|
-
"required": [
|
|
1615
|
-
"tag",
|
|
1616
|
-
"geode_ritual"
|
|
1617
|
-
],
|
|
1618
|
-
"additionalProperties": false
|
|
1619
|
-
},
|
|
1620
|
-
"ZibiljaRitualIdentifier": {
|
|
1621
|
-
"type": "object",
|
|
1622
|
-
"properties": {
|
|
1623
|
-
"tag": {
|
|
1624
|
-
"const": "ZibiljaRitual"
|
|
1625
|
-
},
|
|
1626
|
-
"zibilja_ritual": {
|
|
1627
|
-
"description": "The zibilja ritual’s identifier.",
|
|
1628
|
-
"type": "integer",
|
|
1629
|
-
"minimum": 1
|
|
1630
|
-
}
|
|
1631
|
-
},
|
|
1632
|
-
"required": [
|
|
1633
|
-
"tag",
|
|
1634
|
-
"zibilja_ritual"
|
|
1635
|
-
],
|
|
1636
|
-
"additionalProperties": false
|
|
1637
|
-
},
|
|
1638
|
-
"AnimalTypeIdentifier": {
|
|
1639
|
-
"type": "object",
|
|
1640
|
-
"properties": {
|
|
1641
|
-
"tag": {
|
|
1642
|
-
"const": "AnimalType"
|
|
1643
|
-
},
|
|
1644
|
-
"animal_type": {
|
|
1645
|
-
"description": "The animal type’s identifier.",
|
|
1646
|
-
"type": "integer",
|
|
1647
|
-
"minimum": 1
|
|
1648
|
-
}
|
|
1649
|
-
},
|
|
1650
|
-
"required": [
|
|
1651
|
-
"tag",
|
|
1652
|
-
"animal_type"
|
|
1653
|
-
],
|
|
1654
|
-
"additionalProperties": false
|
|
1655
|
-
},
|
|
1656
|
-
"TargetCategoryIdentifier": {
|
|
1657
|
-
"type": "object",
|
|
1658
|
-
"properties": {
|
|
1659
|
-
"tag": {
|
|
1660
|
-
"const": "TargetCategory"
|
|
1661
|
-
},
|
|
1662
|
-
"target_category": {
|
|
1663
|
-
"description": "The target category’s identifier.",
|
|
1664
|
-
"type": "integer",
|
|
1665
|
-
"maximum": 24,
|
|
1666
|
-
"minimum": 1
|
|
1667
|
-
}
|
|
1668
|
-
},
|
|
1669
|
-
"required": [
|
|
1670
|
-
"tag",
|
|
1671
|
-
"target_category"
|
|
1672
|
-
],
|
|
1673
|
-
"additionalProperties": false
|
|
1674
|
-
},
|
|
1675
|
-
"GeneralIdentifier": {
|
|
1676
|
-
"type": "object",
|
|
1677
|
-
"properties": {
|
|
1678
|
-
"tag": {
|
|
1679
|
-
"const": "General"
|
|
1680
|
-
},
|
|
1681
|
-
"general": {
|
|
1682
|
-
"description": "The identifier of a general (unspecific) select option.",
|
|
1683
|
-
"type": "integer",
|
|
1684
|
-
"minimum": 1
|
|
1685
|
-
}
|
|
1686
|
-
},
|
|
1687
|
-
"required": [
|
|
1688
|
-
"tag",
|
|
1689
|
-
"general"
|
|
1690
|
-
],
|
|
1691
|
-
"additionalProperties": false
|
|
1692
|
-
},
|
|
1693
|
-
"ElementIdentifier": {
|
|
1694
|
-
"type": "object",
|
|
1695
|
-
"properties": {
|
|
1696
|
-
"tag": {
|
|
1697
|
-
"const": "Element"
|
|
1698
|
-
},
|
|
1699
|
-
"element": {
|
|
1700
|
-
"description": "The element’s identifier.",
|
|
1701
|
-
"type": "integer",
|
|
1702
|
-
"minimum": 1
|
|
1703
|
-
}
|
|
1704
|
-
},
|
|
1705
|
-
"required": [
|
|
1706
|
-
"tag",
|
|
1707
|
-
"element"
|
|
1708
|
-
],
|
|
1709
|
-
"additionalProperties": false
|
|
1710
|
-
},
|
|
1711
|
-
"AnimalShapeSizeIdentifier": {
|
|
1712
|
-
"type": "object",
|
|
1713
|
-
"properties": {
|
|
1714
|
-
"tag": {
|
|
1715
|
-
"const": "AnimalShapeSize"
|
|
1716
|
-
},
|
|
1717
|
-
"animal_shape_size": {
|
|
1718
|
-
"description": "The animal shape size’s identifier.",
|
|
1719
|
-
"type": "integer",
|
|
1720
|
-
"minimum": 1
|
|
1721
|
-
}
|
|
1722
|
-
},
|
|
1723
|
-
"required": [
|
|
1724
|
-
"tag",
|
|
1725
|
-
"animal_shape_size"
|
|
1726
|
-
],
|
|
1727
|
-
"additionalProperties": false
|
|
1728
|
-
},
|
|
1729
|
-
"PatronIdentifier": {
|
|
1730
|
-
"type": "object",
|
|
1731
|
-
"properties": {
|
|
1732
|
-
"tag": {
|
|
1733
|
-
"const": "Patron"
|
|
1734
|
-
},
|
|
1735
|
-
"patron": {
|
|
1736
|
-
"description": "The patron’s identifier.",
|
|
1737
|
-
"type": "integer",
|
|
1738
|
-
"minimum": 1
|
|
1739
|
-
}
|
|
1740
|
-
},
|
|
1741
|
-
"required": [
|
|
1742
|
-
"tag",
|
|
1743
|
-
"patron"
|
|
1744
|
-
],
|
|
1745
|
-
"additionalProperties": false
|
|
1746
|
-
},
|
|
1747
|
-
"AmmunitionIdentifier": {
|
|
1748
|
-
"type": "object",
|
|
1749
|
-
"properties": {
|
|
1750
|
-
"tag": {
|
|
1751
|
-
"const": "Ammunition"
|
|
1752
|
-
},
|
|
1753
|
-
"ammunition": {
|
|
1754
|
-
"description": "The ammunition’s identifier.",
|
|
1755
|
-
"type": "integer",
|
|
1756
|
-
"minimum": 1
|
|
1757
|
-
}
|
|
1758
|
-
},
|
|
1759
|
-
"required": [
|
|
1760
|
-
"tag",
|
|
1761
|
-
"ammunition"
|
|
1762
|
-
],
|
|
1763
|
-
"additionalProperties": false
|
|
1764
|
-
},
|
|
1765
|
-
"AnimalIdentifier": {
|
|
1766
|
-
"type": "object",
|
|
1767
|
-
"properties": {
|
|
1768
|
-
"tag": {
|
|
1769
|
-
"const": "Animal"
|
|
1770
|
-
},
|
|
1771
|
-
"animal": {
|
|
1772
|
-
"description": "The animal’s identifier.",
|
|
1773
|
-
"type": "integer",
|
|
1774
|
-
"minimum": 1
|
|
1775
|
-
}
|
|
1776
|
-
},
|
|
1777
|
-
"required": [
|
|
1778
|
-
"tag",
|
|
1779
|
-
"animal"
|
|
1780
|
-
],
|
|
1781
|
-
"additionalProperties": false
|
|
1782
|
-
},
|
|
1783
|
-
"AnimalCareIdentifier": {
|
|
1784
|
-
"type": "object",
|
|
1785
|
-
"properties": {
|
|
1786
|
-
"tag": {
|
|
1787
|
-
"const": "AnimalCare"
|
|
1788
|
-
},
|
|
1789
|
-
"animal_care": {
|
|
1790
|
-
"description": "The animal care’s identifier.",
|
|
1791
|
-
"type": "integer",
|
|
1792
|
-
"minimum": 1
|
|
1793
|
-
}
|
|
1794
|
-
},
|
|
1795
|
-
"required": [
|
|
1796
|
-
"tag",
|
|
1797
|
-
"animal_care"
|
|
1798
|
-
],
|
|
1799
|
-
"additionalProperties": false
|
|
1800
|
-
},
|
|
1801
|
-
"ArmorIdentifier": {
|
|
1802
|
-
"type": "object",
|
|
1803
|
-
"properties": {
|
|
1804
|
-
"tag": {
|
|
1805
|
-
"const": "Armor"
|
|
1806
|
-
},
|
|
1807
|
-
"armor": {
|
|
1808
|
-
"description": "The armor’s identifier.",
|
|
1809
|
-
"type": "integer",
|
|
1810
|
-
"minimum": 1
|
|
1811
|
-
}
|
|
1812
|
-
},
|
|
1813
|
-
"required": [
|
|
1814
|
-
"tag",
|
|
1815
|
-
"armor"
|
|
1816
|
-
],
|
|
1817
|
-
"additionalProperties": false
|
|
1818
|
-
},
|
|
1819
|
-
"BandageOrRemedyIdentifier": {
|
|
1820
|
-
"type": "object",
|
|
1821
|
-
"properties": {
|
|
1822
|
-
"tag": {
|
|
1823
|
-
"const": "BandageOrRemedy"
|
|
1824
|
-
},
|
|
1825
|
-
"bandage_or_remedy": {
|
|
1826
|
-
"description": "The bandage or remedy’s identifier.",
|
|
1827
|
-
"type": "integer",
|
|
1828
|
-
"minimum": 1
|
|
1829
|
-
}
|
|
1830
|
-
},
|
|
1831
|
-
"required": [
|
|
1832
|
-
"tag",
|
|
1833
|
-
"bandage_or_remedy"
|
|
1834
|
-
],
|
|
1835
|
-
"additionalProperties": false
|
|
1836
|
-
},
|
|
1837
|
-
"BookIdentifier": {
|
|
1838
|
-
"type": "object",
|
|
1839
|
-
"properties": {
|
|
1840
|
-
"tag": {
|
|
1841
|
-
"const": "Book"
|
|
1842
|
-
},
|
|
1843
|
-
"book": {
|
|
1844
|
-
"description": "The book’s identifier.",
|
|
1845
|
-
"type": "integer",
|
|
1846
|
-
"minimum": 1
|
|
1847
|
-
}
|
|
1848
|
-
},
|
|
1849
|
-
"required": [
|
|
1850
|
-
"tag",
|
|
1851
|
-
"book"
|
|
1852
|
-
],
|
|
1853
|
-
"additionalProperties": false
|
|
1854
|
-
},
|
|
1855
|
-
"CeremonialItemIdentifier": {
|
|
1856
|
-
"type": "object",
|
|
1857
|
-
"properties": {
|
|
1858
|
-
"tag": {
|
|
1859
|
-
"const": "CeremonialItem"
|
|
1860
|
-
},
|
|
1861
|
-
"ceremonial_item": {
|
|
1862
|
-
"description": "The ceremonial item’s identifier.",
|
|
1863
|
-
"type": "integer",
|
|
1864
|
-
"minimum": 1
|
|
1865
|
-
}
|
|
1866
|
-
},
|
|
1867
|
-
"required": [
|
|
1868
|
-
"tag",
|
|
1869
|
-
"ceremonial_item"
|
|
1870
|
-
],
|
|
1871
|
-
"additionalProperties": false
|
|
1872
|
-
},
|
|
1873
|
-
"ClothesIdentifier": {
|
|
1874
|
-
"type": "object",
|
|
1875
|
-
"properties": {
|
|
1876
|
-
"tag": {
|
|
1877
|
-
"const": "Clothes"
|
|
1878
|
-
},
|
|
1879
|
-
"clothes": {
|
|
1880
|
-
"description": "The clothes’ identifier.",
|
|
1881
|
-
"type": "integer",
|
|
1882
|
-
"minimum": 1
|
|
1883
|
-
}
|
|
1884
|
-
},
|
|
1885
|
-
"required": [
|
|
1886
|
-
"tag",
|
|
1887
|
-
"clothes"
|
|
1888
|
-
],
|
|
1889
|
-
"additionalProperties": false
|
|
1890
|
-
},
|
|
1891
|
-
"ContainerIdentifier": {
|
|
1892
|
-
"type": "object",
|
|
1893
|
-
"properties": {
|
|
1894
|
-
"tag": {
|
|
1895
|
-
"const": "Container"
|
|
1896
|
-
},
|
|
1897
|
-
"container": {
|
|
1898
|
-
"description": "The container’s identifier.",
|
|
1899
|
-
"type": "integer",
|
|
1900
|
-
"minimum": 1
|
|
1901
|
-
}
|
|
1902
|
-
},
|
|
1903
|
-
"required": [
|
|
1904
|
-
"tag",
|
|
1905
|
-
"container"
|
|
1906
|
-
],
|
|
1907
|
-
"additionalProperties": false
|
|
1908
|
-
},
|
|
1909
|
-
"ElixirIdentifier": {
|
|
1910
|
-
"type": "object",
|
|
1911
|
-
"properties": {
|
|
1912
|
-
"tag": {
|
|
1913
|
-
"const": "Elixir"
|
|
1914
|
-
},
|
|
1915
|
-
"elixir": {
|
|
1916
|
-
"description": "The elixir’s identifier.",
|
|
1917
|
-
"type": "integer",
|
|
1918
|
-
"minimum": 1
|
|
1919
|
-
}
|
|
1920
|
-
},
|
|
1921
|
-
"required": [
|
|
1922
|
-
"tag",
|
|
1923
|
-
"elixir"
|
|
1924
|
-
],
|
|
1925
|
-
"additionalProperties": false
|
|
1926
|
-
},
|
|
1927
|
-
"EquipmentOfBlessedOnesIdentifier": {
|
|
1928
|
-
"type": "object",
|
|
1929
|
-
"properties": {
|
|
1930
|
-
"tag": {
|
|
1931
|
-
"const": "EquipmentOfBlessedOnes"
|
|
1932
|
-
},
|
|
1933
|
-
"equipment_of_blessed_ones": {
|
|
1934
|
-
"description": "The equipment of blessed ones’ identifier.",
|
|
1935
|
-
"type": "integer",
|
|
1936
|
-
"minimum": 1
|
|
1937
|
-
}
|
|
1938
|
-
},
|
|
1939
|
-
"required": [
|
|
1940
|
-
"tag",
|
|
1941
|
-
"equipment_of_blessed_ones"
|
|
1942
|
-
],
|
|
1943
|
-
"additionalProperties": false
|
|
1944
|
-
},
|
|
1945
|
-
"GemOrPreciousStoneIdentifier": {
|
|
1946
|
-
"type": "object",
|
|
1947
|
-
"properties": {
|
|
1948
|
-
"tag": {
|
|
1949
|
-
"const": "GemOrPreciousStone"
|
|
1950
|
-
},
|
|
1951
|
-
"gem_or_precious_stone": {
|
|
1952
|
-
"description": "The gem or precious stone’s identifier.",
|
|
1953
|
-
"type": "integer",
|
|
1954
|
-
"minimum": 1
|
|
1955
|
-
}
|
|
1956
|
-
},
|
|
1957
|
-
"required": [
|
|
1958
|
-
"tag",
|
|
1959
|
-
"gem_or_precious_stone"
|
|
1960
|
-
],
|
|
1961
|
-
"additionalProperties": false
|
|
1962
|
-
},
|
|
1963
|
-
"IlluminationLightSourceIdentifier": {
|
|
1964
|
-
"type": "object",
|
|
1965
|
-
"properties": {
|
|
1966
|
-
"tag": {
|
|
1967
|
-
"const": "IlluminationLightSource"
|
|
1968
|
-
},
|
|
1969
|
-
"illumination_light_source": {
|
|
1970
|
-
"description": "The illumination light source’s identifier.",
|
|
1971
|
-
"type": "integer",
|
|
1972
|
-
"minimum": 1
|
|
1973
|
-
}
|
|
1974
|
-
},
|
|
1975
|
-
"required": [
|
|
1976
|
-
"tag",
|
|
1977
|
-
"illumination_light_source"
|
|
1978
|
-
],
|
|
1979
|
-
"additionalProperties": false
|
|
1980
|
-
},
|
|
1981
|
-
"IlluminationRefillsOrSuppliesIdentifier": {
|
|
1982
|
-
"type": "object",
|
|
1983
|
-
"properties": {
|
|
1984
|
-
"tag": {
|
|
1985
|
-
"const": "IlluminationRefillsOrSupplies"
|
|
1986
|
-
},
|
|
1987
|
-
"illumination_refills_or_supplies": {
|
|
1988
|
-
"description": "The illumination refills or supplies’ identifier.",
|
|
1989
|
-
"type": "integer",
|
|
1990
|
-
"minimum": 1
|
|
1991
|
-
}
|
|
1992
|
-
},
|
|
1993
|
-
"required": [
|
|
1994
|
-
"tag",
|
|
1995
|
-
"illumination_refills_or_supplies"
|
|
1996
|
-
],
|
|
1997
|
-
"additionalProperties": false
|
|
1998
|
-
},
|
|
1999
|
-
"JewelryIdentifier": {
|
|
2000
|
-
"type": "object",
|
|
2001
|
-
"properties": {
|
|
2002
|
-
"tag": {
|
|
2003
|
-
"const": "Jewelry"
|
|
2004
|
-
},
|
|
2005
|
-
"jewelry": {
|
|
2006
|
-
"description": "The jewelry’s identifier.",
|
|
2007
|
-
"type": "integer",
|
|
2008
|
-
"minimum": 1
|
|
2009
|
-
}
|
|
2010
|
-
},
|
|
2011
|
-
"required": [
|
|
2012
|
-
"tag",
|
|
2013
|
-
"jewelry"
|
|
2014
|
-
],
|
|
2015
|
-
"additionalProperties": false
|
|
2016
|
-
},
|
|
2017
|
-
"LiebesspielzeugIdentifier": {
|
|
2018
|
-
"type": "object",
|
|
2019
|
-
"properties": {
|
|
2020
|
-
"tag": {
|
|
2021
|
-
"const": "Liebesspielzeug"
|
|
2022
|
-
},
|
|
2023
|
-
"liebesspielzeug": {
|
|
2024
|
-
"description": "The Liebesspielzeug’s identifier.",
|
|
2025
|
-
"type": "integer",
|
|
2026
|
-
"minimum": 1
|
|
2027
|
-
}
|
|
2028
|
-
},
|
|
2029
|
-
"required": [
|
|
2030
|
-
"tag",
|
|
2031
|
-
"liebesspielzeug"
|
|
2032
|
-
],
|
|
2033
|
-
"additionalProperties": false
|
|
2034
|
-
},
|
|
2035
|
-
"LuxuryGoodIdentifier": {
|
|
2036
|
-
"type": "object",
|
|
2037
|
-
"properties": {
|
|
2038
|
-
"tag": {
|
|
2039
|
-
"const": "LuxuryGood"
|
|
2040
|
-
},
|
|
2041
|
-
"luxury_good": {
|
|
2042
|
-
"description": "The luxury good’s identifier.",
|
|
2043
|
-
"type": "integer",
|
|
2044
|
-
"minimum": 1
|
|
2045
|
-
}
|
|
2046
|
-
},
|
|
2047
|
-
"required": [
|
|
2048
|
-
"tag",
|
|
2049
|
-
"luxury_good"
|
|
2050
|
-
],
|
|
2051
|
-
"additionalProperties": false
|
|
2052
|
-
},
|
|
2053
|
-
"MagicalArtifactIdentifier": {
|
|
2054
|
-
"type": "object",
|
|
2055
|
-
"properties": {
|
|
2056
|
-
"tag": {
|
|
2057
|
-
"const": "MagicalArtifact"
|
|
2058
|
-
},
|
|
2059
|
-
"magical_artifact": {
|
|
2060
|
-
"description": "The magical artifact’s identifier.",
|
|
2061
|
-
"type": "integer",
|
|
2062
|
-
"minimum": 1
|
|
2063
|
-
}
|
|
2064
|
-
},
|
|
2065
|
-
"required": [
|
|
2066
|
-
"tag",
|
|
2067
|
-
"magical_artifact"
|
|
2068
|
-
],
|
|
2069
|
-
"additionalProperties": false
|
|
2070
|
-
},
|
|
2071
|
-
"MusicalInstrumentIdentifier": {
|
|
2072
|
-
"type": "object",
|
|
2073
|
-
"properties": {
|
|
2074
|
-
"tag": {
|
|
2075
|
-
"const": "MusicalInstrument"
|
|
2076
|
-
},
|
|
2077
|
-
"musical_instrument": {
|
|
2078
|
-
"description": "The musical instrument’s identifier.",
|
|
2079
|
-
"type": "integer",
|
|
2080
|
-
"minimum": 1
|
|
2081
|
-
}
|
|
2082
|
-
},
|
|
2083
|
-
"required": [
|
|
2084
|
-
"tag",
|
|
2085
|
-
"musical_instrument"
|
|
2086
|
-
],
|
|
2087
|
-
"additionalProperties": false
|
|
2088
|
-
},
|
|
2089
|
-
"OrienteeringAidIdentifier": {
|
|
2090
|
-
"type": "object",
|
|
2091
|
-
"properties": {
|
|
2092
|
-
"tag": {
|
|
2093
|
-
"const": "OrienteeringAid"
|
|
2094
|
-
},
|
|
2095
|
-
"orienteering_aid": {
|
|
2096
|
-
"description": "The orienteering aid’s identifier.",
|
|
2097
|
-
"type": "integer",
|
|
2098
|
-
"minimum": 1
|
|
2099
|
-
}
|
|
2100
|
-
},
|
|
2101
|
-
"required": [
|
|
2102
|
-
"tag",
|
|
2103
|
-
"orienteering_aid"
|
|
2104
|
-
],
|
|
2105
|
-
"additionalProperties": false
|
|
2106
|
-
},
|
|
2107
|
-
"PoisonIdentifier": {
|
|
2108
|
-
"type": "object",
|
|
2109
|
-
"properties": {
|
|
2110
|
-
"tag": {
|
|
2111
|
-
"const": "Poison"
|
|
2112
|
-
},
|
|
2113
|
-
"poison": {
|
|
2114
|
-
"description": "The poison’s identifier.",
|
|
2115
|
-
"type": "integer",
|
|
2116
|
-
"minimum": 1
|
|
2117
|
-
}
|
|
2118
|
-
},
|
|
2119
|
-
"required": [
|
|
2120
|
-
"tag",
|
|
2121
|
-
"poison"
|
|
2122
|
-
],
|
|
2123
|
-
"additionalProperties": false
|
|
2124
|
-
},
|
|
2125
|
-
"RopeOrChainIdentifier": {
|
|
2126
|
-
"type": "object",
|
|
2127
|
-
"properties": {
|
|
2128
|
-
"tag": {
|
|
2129
|
-
"const": "RopeOrChain"
|
|
2130
|
-
},
|
|
2131
|
-
"rope_or_chain": {
|
|
2132
|
-
"description": "The rope or chain’s identifier.",
|
|
2133
|
-
"type": "integer",
|
|
2134
|
-
"minimum": 1
|
|
2135
|
-
}
|
|
2136
|
-
},
|
|
2137
|
-
"required": [
|
|
2138
|
-
"tag",
|
|
2139
|
-
"rope_or_chain"
|
|
2140
|
-
],
|
|
2141
|
-
"additionalProperties": false
|
|
2142
|
-
},
|
|
2143
|
-
"StationaryIdentifier": {
|
|
2144
|
-
"type": "object",
|
|
2145
|
-
"properties": {
|
|
2146
|
-
"tag": {
|
|
2147
|
-
"const": "Stationary"
|
|
2148
|
-
},
|
|
2149
|
-
"stationary": {
|
|
2150
|
-
"description": "The stationary’s identifier.",
|
|
2151
|
-
"type": "integer",
|
|
2152
|
-
"minimum": 1
|
|
2153
|
-
}
|
|
2154
|
-
},
|
|
2155
|
-
"required": [
|
|
2156
|
-
"tag",
|
|
2157
|
-
"stationary"
|
|
2158
|
-
],
|
|
2159
|
-
"additionalProperties": false
|
|
2160
|
-
},
|
|
2161
|
-
"ThievesToolIdentifier": {
|
|
2162
|
-
"type": "object",
|
|
2163
|
-
"properties": {
|
|
2164
|
-
"tag": {
|
|
2165
|
-
"const": "ThievesTool"
|
|
2166
|
-
},
|
|
2167
|
-
"thieves_tool": {
|
|
2168
|
-
"description": "The thieves tool’s identifier.",
|
|
2169
|
-
"type": "integer",
|
|
2170
|
-
"minimum": 1
|
|
2171
|
-
}
|
|
2172
|
-
},
|
|
2173
|
-
"required": [
|
|
2174
|
-
"tag",
|
|
2175
|
-
"thieves_tool"
|
|
2176
|
-
],
|
|
2177
|
-
"additionalProperties": false
|
|
2178
|
-
},
|
|
2179
|
-
"ToolOfTheTradeIdentifier": {
|
|
2180
|
-
"type": "object",
|
|
2181
|
-
"properties": {
|
|
2182
|
-
"tag": {
|
|
2183
|
-
"const": "ToolOfTheTrade"
|
|
2184
|
-
},
|
|
2185
|
-
"tool_of_the_trade": {
|
|
2186
|
-
"description": "The tool of the trade’s identifier.",
|
|
2187
|
-
"type": "integer",
|
|
2188
|
-
"minimum": 1
|
|
2189
|
-
}
|
|
2190
|
-
},
|
|
2191
|
-
"required": [
|
|
2192
|
-
"tag",
|
|
2193
|
-
"tool_of_the_trade"
|
|
2194
|
-
],
|
|
2195
|
-
"additionalProperties": false
|
|
2196
|
-
},
|
|
2197
|
-
"TravelGearOrToolIdentifier": {
|
|
2198
|
-
"type": "object",
|
|
2199
|
-
"properties": {
|
|
2200
|
-
"tag": {
|
|
2201
|
-
"const": "TravelGearOrTool"
|
|
2202
|
-
},
|
|
2203
|
-
"travel_gear_or_tool": {
|
|
2204
|
-
"description": "The travel gear or tool’s identifier.",
|
|
2205
|
-
"type": "integer",
|
|
2206
|
-
"minimum": 1
|
|
2207
|
-
}
|
|
2208
|
-
},
|
|
2209
|
-
"required": [
|
|
2210
|
-
"tag",
|
|
2211
|
-
"travel_gear_or_tool"
|
|
2212
|
-
],
|
|
2213
|
-
"additionalProperties": false
|
|
2214
|
-
},
|
|
2215
|
-
"VehicleIdentifier": {
|
|
2216
|
-
"type": "object",
|
|
2217
|
-
"properties": {
|
|
2218
|
-
"tag": {
|
|
2219
|
-
"const": "Vehicle"
|
|
2220
|
-
},
|
|
2221
|
-
"vehicle": {
|
|
2222
|
-
"description": "The vehicle’s identifier.",
|
|
2223
|
-
"type": "integer",
|
|
2224
|
-
"minimum": 1
|
|
2225
|
-
}
|
|
2226
|
-
},
|
|
2227
|
-
"required": [
|
|
2228
|
-
"tag",
|
|
2229
|
-
"vehicle"
|
|
2230
|
-
],
|
|
2231
|
-
"additionalProperties": false
|
|
2232
|
-
},
|
|
2233
|
-
"WeaponIdentifier": {
|
|
2234
|
-
"type": "object",
|
|
2235
|
-
"properties": {
|
|
2236
|
-
"tag": {
|
|
2237
|
-
"const": "Weapon"
|
|
2238
|
-
},
|
|
2239
|
-
"weapon": {
|
|
2240
|
-
"description": "The weapon’s identifier.",
|
|
2241
|
-
"type": "integer",
|
|
2242
|
-
"minimum": 1
|
|
2243
|
-
}
|
|
2244
|
-
},
|
|
2245
|
-
"required": [
|
|
2246
|
-
"tag",
|
|
2247
|
-
"weapon"
|
|
2248
|
-
],
|
|
2249
|
-
"additionalProperties": false
|
|
2250
|
-
},
|
|
2251
|
-
"WeaponAccessoryIdentifier": {
|
|
2252
|
-
"type": "object",
|
|
2253
|
-
"properties": {
|
|
2254
|
-
"tag": {
|
|
2255
|
-
"const": "WeaponAccessory"
|
|
2256
|
-
},
|
|
2257
|
-
"weapon_accessory": {
|
|
2258
|
-
"description": "The weapon accessory’s identifier.",
|
|
2259
|
-
"type": "integer",
|
|
2260
|
-
"minimum": 1
|
|
2261
|
-
}
|
|
2262
|
-
},
|
|
2263
|
-
"required": [
|
|
2264
|
-
"tag",
|
|
2265
|
-
"weapon_accessory"
|
|
2266
|
-
],
|
|
2267
|
-
"additionalProperties": false
|
|
2268
|
-
},
|
|
2269
|
-
"ReachIdentifier": {
|
|
2270
|
-
"type": "object",
|
|
2271
|
-
"properties": {
|
|
2272
|
-
"tag": {
|
|
2273
|
-
"const": "Reach"
|
|
2274
|
-
},
|
|
2275
|
-
"reach": {
|
|
2276
|
-
"description": "The reach’s identifier.",
|
|
2277
|
-
"type": "integer",
|
|
2278
|
-
"maximum": 4,
|
|
2279
|
-
"minimum": 1
|
|
2280
|
-
}
|
|
2281
|
-
},
|
|
2282
|
-
"required": [
|
|
2283
|
-
"tag",
|
|
2284
|
-
"reach"
|
|
2285
|
-
],
|
|
2286
|
-
"additionalProperties": false
|
|
2287
|
-
},
|
|
2288
|
-
"PatronCategoryIdentifier": {
|
|
2289
|
-
"type": "object",
|
|
2290
|
-
"properties": {
|
|
2291
|
-
"tag": {
|
|
2292
|
-
"const": "PatronCategory"
|
|
2293
|
-
},
|
|
2294
|
-
"patron_category": {
|
|
2295
|
-
"description": "The patron category’s identifier.",
|
|
2296
|
-
"type": "integer",
|
|
2297
|
-
"minimum": 1
|
|
2298
|
-
}
|
|
2299
|
-
},
|
|
2300
|
-
"required": [
|
|
2301
|
-
"tag",
|
|
2302
|
-
"patron_category"
|
|
2303
|
-
],
|
|
2304
|
-
"additionalProperties": false
|
|
2305
|
-
},
|
|
2306
|
-
"PersonalityTraitIdentifier": {
|
|
2307
|
-
"type": "object",
|
|
2308
|
-
"properties": {
|
|
2309
|
-
"tag": {
|
|
2310
|
-
"const": "PersonalityTrait"
|
|
2311
|
-
},
|
|
2312
|
-
"personality_trait": {
|
|
2313
|
-
"description": "The personality trait’s identifier.",
|
|
2314
|
-
"type": "integer",
|
|
2315
|
-
"minimum": 1
|
|
2316
|
-
}
|
|
2317
|
-
},
|
|
2318
|
-
"required": [
|
|
2319
|
-
"tag",
|
|
2320
|
-
"personality_trait"
|
|
2321
|
-
],
|
|
2322
|
-
"additionalProperties": false
|
|
2323
|
-
},
|
|
2324
|
-
"HairColorIdentifier": {
|
|
2325
|
-
"type": "object",
|
|
2326
|
-
"properties": {
|
|
2327
|
-
"tag": {
|
|
2328
|
-
"const": "HairColor"
|
|
2329
|
-
},
|
|
2330
|
-
"hair_color": {
|
|
2331
|
-
"description": "The hair color’s identifier.",
|
|
2332
|
-
"type": "integer",
|
|
2333
|
-
"minimum": 1
|
|
2334
|
-
}
|
|
2335
|
-
},
|
|
2336
|
-
"required": [
|
|
2337
|
-
"tag",
|
|
2338
|
-
"hair_color"
|
|
2339
|
-
],
|
|
2340
|
-
"additionalProperties": false
|
|
2341
|
-
},
|
|
2342
|
-
"EyeColorIdentifier": {
|
|
2343
|
-
"type": "object",
|
|
2344
|
-
"properties": {
|
|
2345
|
-
"tag": {
|
|
2346
|
-
"const": "EyeColor"
|
|
2347
|
-
},
|
|
2348
|
-
"eye_color": {
|
|
2349
|
-
"description": "The eye color’s identifier.",
|
|
2350
|
-
"type": "integer",
|
|
2351
|
-
"minimum": 1
|
|
2352
|
-
}
|
|
2353
|
-
},
|
|
2354
|
-
"required": [
|
|
2355
|
-
"tag",
|
|
2356
|
-
"eye_color"
|
|
2357
|
-
],
|
|
2358
|
-
"additionalProperties": false
|
|
2359
|
-
},
|
|
2360
|
-
"PactCategoryIdentifier": {
|
|
2361
|
-
"type": "object",
|
|
2362
|
-
"properties": {
|
|
2363
|
-
"tag": {
|
|
2364
|
-
"const": "PactCategory"
|
|
2365
|
-
},
|
|
2366
|
-
"pact_category": {
|
|
2367
|
-
"description": "The pact category’s identifier.",
|
|
2368
|
-
"type": "integer",
|
|
2369
|
-
"minimum": 1
|
|
2370
|
-
}
|
|
2371
|
-
},
|
|
2372
|
-
"required": [
|
|
2373
|
-
"tag",
|
|
2374
|
-
"pact_category"
|
|
2375
|
-
],
|
|
2376
|
-
"additionalProperties": false
|
|
2377
|
-
},
|
|
2378
|
-
"PactDomainIdentifier": {
|
|
2379
|
-
"type": "object",
|
|
2380
|
-
"properties": {
|
|
2381
|
-
"tag": {
|
|
2382
|
-
"const": "PactDomain"
|
|
2383
|
-
},
|
|
2384
|
-
"pact_domain": {
|
|
2385
|
-
"description": "The pact domain’s identifier.",
|
|
2386
|
-
"type": "integer",
|
|
2387
|
-
"minimum": 1
|
|
2388
|
-
}
|
|
2389
|
-
},
|
|
2390
|
-
"required": [
|
|
2391
|
-
"tag",
|
|
2392
|
-
"pact_domain"
|
|
2393
|
-
],
|
|
2394
|
-
"additionalProperties": false
|
|
2395
|
-
},
|
|
2396
|
-
"AnimistTribeIdentifier": {
|
|
2397
|
-
"type": "object",
|
|
2398
|
-
"properties": {
|
|
2399
|
-
"tag": {
|
|
2400
|
-
"const": "AnimistTribe"
|
|
2401
|
-
},
|
|
2402
|
-
"animist_tribe": {
|
|
2403
|
-
"description": "The animist tribe’s identifier.",
|
|
2404
|
-
"type": "integer",
|
|
2405
|
-
"minimum": 1
|
|
2406
|
-
}
|
|
2407
|
-
},
|
|
2408
|
-
"required": [
|
|
2409
|
-
"tag",
|
|
2410
|
-
"animist_tribe"
|
|
2411
|
-
],
|
|
2412
|
-
"additionalProperties": false
|
|
2413
|
-
},
|
|
2414
|
-
"InfluenceIdentifier": {
|
|
2415
|
-
"type": "object",
|
|
2416
|
-
"properties": {
|
|
2417
|
-
"tag": {
|
|
2418
|
-
"const": "Influence"
|
|
2419
|
-
},
|
|
2420
|
-
"influence": {
|
|
2421
|
-
"description": "The influence’s identifier.",
|
|
2422
|
-
"type": "integer",
|
|
2423
|
-
"minimum": 1
|
|
2424
|
-
}
|
|
2425
|
-
},
|
|
2426
|
-
"required": [
|
|
2427
|
-
"tag",
|
|
2428
|
-
"influence"
|
|
2429
|
-
],
|
|
2430
|
-
"additionalProperties": false
|
|
2431
|
-
},
|
|
2432
|
-
"ConditionIdentifier": {
|
|
2433
|
-
"type": "object",
|
|
2434
|
-
"properties": {
|
|
2435
|
-
"tag": {
|
|
2436
|
-
"const": "Condition"
|
|
2437
|
-
},
|
|
2438
|
-
"condition": {
|
|
2439
|
-
"description": "The condition’s identifier.",
|
|
2440
|
-
"type": "integer",
|
|
2441
|
-
"minimum": 1
|
|
2442
|
-
}
|
|
2443
|
-
},
|
|
2444
|
-
"required": [
|
|
2445
|
-
"tag",
|
|
2446
|
-
"condition"
|
|
2447
|
-
],
|
|
2448
|
-
"additionalProperties": false
|
|
2449
|
-
},
|
|
2450
|
-
"StateIdentifier": {
|
|
2451
|
-
"type": "object",
|
|
2452
|
-
"properties": {
|
|
2453
|
-
"tag": {
|
|
2454
|
-
"const": "State"
|
|
2455
|
-
},
|
|
2456
|
-
"state": {
|
|
2457
|
-
"description": "The state’s identifier.",
|
|
2458
|
-
"type": "integer",
|
|
2459
|
-
"minimum": 1
|
|
2460
|
-
}
|
|
2461
|
-
},
|
|
2462
|
-
"required": [
|
|
2463
|
-
"tag",
|
|
2464
|
-
"state"
|
|
2465
|
-
],
|
|
2466
|
-
"additionalProperties": false
|
|
2467
|
-
},
|
|
2468
|
-
"DiseaseIdentifier": {
|
|
2469
|
-
"type": "object",
|
|
2470
|
-
"properties": {
|
|
2471
|
-
"tag": {
|
|
2472
|
-
"const": "Disease"
|
|
2473
|
-
},
|
|
2474
|
-
"disease": {
|
|
2475
|
-
"description": "The disease’s identifier.",
|
|
2476
|
-
"type": "integer",
|
|
2477
|
-
"minimum": 1
|
|
2478
|
-
}
|
|
2479
|
-
},
|
|
2480
|
-
"required": [
|
|
2481
|
-
"tag",
|
|
2482
|
-
"disease"
|
|
2483
|
-
],
|
|
2484
|
-
"additionalProperties": false
|
|
2485
|
-
},
|
|
2486
|
-
"SexPracticeIdentifier": {
|
|
2487
|
-
"type": "object",
|
|
2488
|
-
"properties": {
|
|
2489
|
-
"tag": {
|
|
2490
|
-
"const": "SexPractice"
|
|
2491
|
-
},
|
|
2492
|
-
"sex_practice": {
|
|
2493
|
-
"description": "The sex practice’s identifier.",
|
|
2494
|
-
"type": "integer",
|
|
2495
|
-
"minimum": 1
|
|
2496
|
-
}
|
|
2497
|
-
},
|
|
2498
|
-
"required": [
|
|
2499
|
-
"tag",
|
|
2500
|
-
"sex_practice"
|
|
2501
|
-
],
|
|
2502
|
-
"additionalProperties": false
|
|
2503
|
-
},
|
|
2504
|
-
"TradeSecretIdentifier": {
|
|
2505
|
-
"type": "object",
|
|
2506
|
-
"properties": {
|
|
2507
|
-
"tag": {
|
|
2508
|
-
"const": "TradeSecret"
|
|
2509
|
-
},
|
|
2510
|
-
"trade_secret": {
|
|
2511
|
-
"description": "The trade secret‘s identifier.",
|
|
2512
|
-
"type": "integer",
|
|
2513
|
-
"minimum": 1
|
|
2514
|
-
}
|
|
2515
|
-
},
|
|
2516
|
-
"required": [
|
|
2517
|
-
"tag",
|
|
2518
|
-
"trade_secret"
|
|
2519
|
-
],
|
|
2520
|
-
"additionalProperties": false
|
|
2521
|
-
},
|
|
2522
|
-
"AnimalShapeIdentifier": {
|
|
2523
|
-
"type": "object",
|
|
2524
|
-
"properties": {
|
|
2525
|
-
"tag": {
|
|
2526
|
-
"const": "AnimalShape"
|
|
2527
|
-
},
|
|
2528
|
-
"animal_shape": {
|
|
2529
|
-
"description": "The animal shape‘s identifier.",
|
|
2530
|
-
"type": "integer",
|
|
2531
|
-
"minimum": 1
|
|
2532
|
-
}
|
|
2533
|
-
},
|
|
2534
|
-
"required": [
|
|
2535
|
-
"tag",
|
|
2536
|
-
"animal_shape"
|
|
2537
|
-
],
|
|
2538
|
-
"additionalProperties": false
|
|
2539
|
-
},
|
|
2540
|
-
"ArcaneBardTraditionIdentifier": {
|
|
2541
|
-
"type": "object",
|
|
2542
|
-
"properties": {
|
|
2543
|
-
"tag": {
|
|
2544
|
-
"const": "ArcaneBardTradition"
|
|
2545
|
-
},
|
|
2546
|
-
"arcane_bard_tradition": {
|
|
2547
|
-
"description": "The arcane bard tradition‘s identifier.",
|
|
2548
|
-
"type": "integer",
|
|
2549
|
-
"minimum": 1
|
|
2550
|
-
}
|
|
2551
|
-
},
|
|
2552
|
-
"required": [
|
|
2553
|
-
"tag",
|
|
2554
|
-
"arcane_bard_tradition"
|
|
2555
|
-
],
|
|
2556
|
-
"additionalProperties": false
|
|
2557
|
-
},
|
|
2558
|
-
"ArcaneDancerTraditionIdentifier": {
|
|
2559
|
-
"type": "object",
|
|
2560
|
-
"properties": {
|
|
2561
|
-
"tag": {
|
|
2562
|
-
"const": "ArcaneDancerTradition"
|
|
2563
|
-
},
|
|
2564
|
-
"arcane_dancer_tradition": {
|
|
2565
|
-
"description": "The arcane dancer tradition‘s identifier.",
|
|
2566
|
-
"type": "integer",
|
|
2567
|
-
"minimum": 1
|
|
2568
|
-
}
|
|
2569
|
-
},
|
|
2570
|
-
"required": [
|
|
2571
|
-
"tag",
|
|
2572
|
-
"arcane_dancer_tradition"
|
|
2573
|
-
],
|
|
2574
|
-
"additionalProperties": false
|
|
2575
|
-
}
|
|
2576
|
-
}
|
|
2577
|
-
}
|