5etools-utils 0.12.34 → 0.12.36
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/package.json +1 -1
- package/schema/brew/actions.json +4 -1
- package/schema/brew/backgrounds.json +10 -1
- package/schema/brew/bestiary/bestiary.json +12 -8
- package/schema/brew/class/class.json +18 -0
- package/schema/brew/conditionsdiseases.json +4 -1
- package/schema/brew/entry.json +79 -87
- package/schema/brew/feats.json +28 -1
- package/schema/brew/items-base.json +148 -1
- package/schema/brew/optionalfeatures.json +10 -1
- package/schema/brew/races.json +73 -73
- package/schema/brew/rewards.json +4 -1
- package/schema/brew/senses.json +4 -1
- package/schema/brew/skills.json +4 -1
- package/schema/brew/spells/spells.json +10 -1
- package/schema/brew/util-foundry.json +3 -0
- package/schema/brew/variantrules.json +10 -1
- package/schema/brew-fast/actions.json +4 -1
- package/schema/brew-fast/backgrounds.json +10 -1
- package/schema/brew-fast/bestiary/bestiary.json +12 -8
- package/schema/brew-fast/class/class.json +18 -0
- package/schema/brew-fast/conditionsdiseases.json +4 -1
- package/schema/brew-fast/entry.json +79 -87
- package/schema/brew-fast/feats.json +28 -1
- package/schema/brew-fast/items-base.json +148 -1
- package/schema/brew-fast/optionalfeatures.json +10 -1
- package/schema/brew-fast/races.json +73 -73
- package/schema/brew-fast/rewards.json +4 -1
- package/schema/brew-fast/senses.json +4 -1
- package/schema/brew-fast/skills.json +4 -1
- package/schema/brew-fast/spells/spells.json +10 -1
- package/schema/brew-fast/util-foundry.json +3 -0
- package/schema/brew-fast/variantrules.json +10 -1
- package/schema/site/actions.json +4 -1
- package/schema/site/backgrounds.json +10 -1
- package/schema/site/bestiary/bestiary.json +12 -8
- package/schema/site/class/class.json +18 -0
- package/schema/site/conditionsdiseases.json +4 -1
- package/schema/site/entry.json +78 -85
- package/schema/site/feats.json +28 -1
- package/schema/site/items-base.json +148 -1
- package/schema/site/optionalfeatures.json +10 -1
- package/schema/site/races.json +73 -73
- package/schema/site/rewards.json +4 -1
- package/schema/site/senses.json +4 -1
- package/schema/site/skills.json +4 -1
- package/schema/site/spells/spells.json +10 -1
- package/schema/site/util-foundry.json +3 -0
- package/schema/site/variantrules.json +10 -1
- package/schema/site-fast/actions.json +4 -1
- package/schema/site-fast/backgrounds.json +10 -1
- package/schema/site-fast/bestiary/bestiary.json +12 -8
- package/schema/site-fast/class/class.json +18 -0
- package/schema/site-fast/conditionsdiseases.json +4 -1
- package/schema/site-fast/entry.json +78 -85
- package/schema/site-fast/feats.json +28 -1
- package/schema/site-fast/items-base.json +148 -1
- package/schema/site-fast/optionalfeatures.json +10 -1
- package/schema/site-fast/races.json +73 -73
- package/schema/site-fast/rewards.json +4 -1
- package/schema/site-fast/senses.json +4 -1
- package/schema/site-fast/skills.json +4 -1
- package/schema/site-fast/spells/spells.json +10 -1
- package/schema/site-fast/util-foundry.json +3 -0
- package/schema/site-fast/variantrules.json +10 -1
- package/schema/ua/actions.json +4 -1
- package/schema/ua/backgrounds.json +10 -1
- package/schema/ua/bestiary/bestiary.json +12 -8
- package/schema/ua/class/class.json +18 -0
- package/schema/ua/conditionsdiseases.json +4 -1
- package/schema/ua/entry.json +78 -85
- package/schema/ua/feats.json +28 -1
- package/schema/ua/items-base.json +148 -1
- package/schema/ua/optionalfeatures.json +10 -1
- package/schema/ua/races.json +73 -73
- package/schema/ua/rewards.json +4 -1
- package/schema/ua/senses.json +4 -1
- package/schema/ua/skills.json +4 -1
- package/schema/ua/spells/spells.json +10 -1
- package/schema/ua/util-foundry.json +3 -0
- package/schema/ua/variantrules.json +10 -1
- package/schema/ua-fast/actions.json +4 -1
- package/schema/ua-fast/backgrounds.json +10 -1
- package/schema/ua-fast/bestiary/bestiary.json +12 -8
- package/schema/ua-fast/class/class.json +18 -0
- package/schema/ua-fast/conditionsdiseases.json +4 -1
- package/schema/ua-fast/entry.json +78 -85
- package/schema/ua-fast/feats.json +28 -1
- package/schema/ua-fast/items-base.json +148 -1
- package/schema/ua-fast/optionalfeatures.json +10 -1
- package/schema/ua-fast/races.json +73 -73
- package/schema/ua-fast/rewards.json +4 -1
- package/schema/ua-fast/senses.json +4 -1
- package/schema/ua-fast/skills.json +4 -1
- package/schema/ua-fast/spells/spells.json +10 -1
- package/schema/ua-fast/util-foundry.json +3 -0
- package/schema/ua-fast/variantrules.json +10 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.36",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1128,7 +1128,7 @@
|
|
|
1128
1128
|
"miscTags": {
|
|
1129
1129
|
"type": "array",
|
|
1130
1130
|
"items": {
|
|
1131
|
-
"description": "AOE: Has Areas of Effect\
|
|
1131
|
+
"description": "AOE: Has Areas of Effect\nCUR: Inflicts Curse\nDIS: Inflicts Disease\nHPR: Has HP Reduction\nMW: Has Weapon Attacks, Melee\nRW: Has Weapon Attacks, Ranged\nMA: Has Attacks, Melee\nRA: Has Attacks, Ranged\nRCH: Has Reach Attacks\nMLW: Has Melee Weapons\nRNG: Has Ranged Weapons\nTHW: Has Thrown Weapons",
|
|
1132
1132
|
"enum": [
|
|
1133
1133
|
"AOE",
|
|
1134
1134
|
"CUR",
|
|
@@ -1136,6 +1136,8 @@
|
|
|
1136
1136
|
"HPR",
|
|
1137
1137
|
"MW",
|
|
1138
1138
|
"RW",
|
|
1139
|
+
"MA",
|
|
1140
|
+
"RA",
|
|
1139
1141
|
"RCH",
|
|
1140
1142
|
"MLW",
|
|
1141
1143
|
"RNG",
|
|
@@ -2249,7 +2251,7 @@
|
|
|
2249
2251
|
"miscTags": {
|
|
2250
2252
|
"type": "array",
|
|
2251
2253
|
"items": {
|
|
2252
|
-
"description": "AOE: Has Areas of Effect\
|
|
2254
|
+
"description": "AOE: Has Areas of Effect\nCUR: Inflicts Curse\nDIS: Inflicts Disease\nHPR: Has HP Reduction\nMW: Has Weapon Attacks, Melee\nRW: Has Weapon Attacks, Ranged\nMA: Has Attacks, Melee\nRA: Has Attacks, Ranged\nRCH: Has Reach Attacks\nMLW: Has Melee Weapons\nRNG: Has Ranged Weapons\nTHW: Has Thrown Weapons",
|
|
2253
2255
|
"enum": [
|
|
2254
2256
|
"AOE",
|
|
2255
2257
|
"CUR",
|
|
@@ -2257,6 +2259,8 @@
|
|
|
2257
2259
|
"HPR",
|
|
2258
2260
|
"MW",
|
|
2259
2261
|
"RW",
|
|
2262
|
+
"MA",
|
|
2263
|
+
"RA",
|
|
2260
2264
|
"RCH",
|
|
2261
2265
|
"MLW",
|
|
2262
2266
|
"RNG",
|
|
@@ -3375,7 +3379,7 @@
|
|
|
3375
3379
|
"miscTags": {
|
|
3376
3380
|
"type": "array",
|
|
3377
3381
|
"items": {
|
|
3378
|
-
"description": "AOE: Has Areas of Effect\
|
|
3382
|
+
"description": "AOE: Has Areas of Effect\nCUR: Inflicts Curse\nDIS: Inflicts Disease\nHPR: Has HP Reduction\nMW: Has Weapon Attacks, Melee\nRW: Has Weapon Attacks, Ranged\nMA: Has Attacks, Melee\nRA: Has Attacks, Ranged\nRCH: Has Reach Attacks\nMLW: Has Melee Weapons\nRNG: Has Ranged Weapons\nTHW: Has Thrown Weapons",
|
|
3379
3383
|
"enum": [
|
|
3380
3384
|
"AOE",
|
|
3381
3385
|
"CUR",
|
|
@@ -3383,6 +3387,8 @@
|
|
|
3383
3387
|
"HPR",
|
|
3384
3388
|
"MW",
|
|
3385
3389
|
"RW",
|
|
3390
|
+
"MA",
|
|
3391
|
+
"RA",
|
|
3386
3392
|
"RCH",
|
|
3387
3393
|
"MLW",
|
|
3388
3394
|
"RNG",
|
|
@@ -3583,8 +3589,7 @@
|
|
|
3583
3589
|
"$ref": "../util.json#/$defs/basicRules"
|
|
3584
3590
|
},
|
|
3585
3591
|
"data": {
|
|
3586
|
-
"
|
|
3587
|
-
"type": "object"
|
|
3592
|
+
"$ref": "../entry.json#/$defs/_entryDataData"
|
|
3588
3593
|
},
|
|
3589
3594
|
"id": {
|
|
3590
3595
|
"type": "string"
|
|
@@ -3690,8 +3695,7 @@
|
|
|
3690
3695
|
"$ref": "../util.json#/$defs/basicRules"
|
|
3691
3696
|
},
|
|
3692
3697
|
"data": {
|
|
3693
|
-
"
|
|
3694
|
-
"type": "object"
|
|
3698
|
+
"$ref": "../entry.json#/$defs/_entryDataData"
|
|
3695
3699
|
},
|
|
3696
3700
|
"id": {
|
|
3697
3701
|
"type": "string"
|
|
@@ -449,6 +449,9 @@
|
|
|
449
449
|
"isReprinted": {
|
|
450
450
|
"type": "boolean"
|
|
451
451
|
},
|
|
452
|
+
"reprintedAs": {
|
|
453
|
+
"$ref": "../util.json#/$defs/reprintedAs"
|
|
454
|
+
},
|
|
452
455
|
"srd": {
|
|
453
456
|
"$ref": "../util.json#/$defs/srd"
|
|
454
457
|
},
|
|
@@ -608,6 +611,9 @@
|
|
|
608
611
|
"isReprinted": {
|
|
609
612
|
"type": "boolean"
|
|
610
613
|
},
|
|
614
|
+
"reprintedAs": {
|
|
615
|
+
"$ref": "../util.json#/$defs/reprintedAs"
|
|
616
|
+
},
|
|
611
617
|
"srd": {
|
|
612
618
|
"$ref": "../util.json#/$defs/srd"
|
|
613
619
|
},
|
|
@@ -767,6 +773,9 @@
|
|
|
767
773
|
"isReprinted": {
|
|
768
774
|
"type": "boolean"
|
|
769
775
|
},
|
|
776
|
+
"reprintedAs": {
|
|
777
|
+
"$ref": "../util.json#/$defs/reprintedAs"
|
|
778
|
+
},
|
|
770
779
|
"srd": {
|
|
771
780
|
"$ref": "../util.json#/$defs/srd"
|
|
772
781
|
},
|
|
@@ -1009,6 +1018,9 @@
|
|
|
1009
1018
|
"isReprinted": {
|
|
1010
1019
|
"type": "boolean"
|
|
1011
1020
|
},
|
|
1021
|
+
"reprintedAs": {
|
|
1022
|
+
"$ref": "../util.json#/$defs/reprintedAs"
|
|
1023
|
+
},
|
|
1012
1024
|
"classGroup": {
|
|
1013
1025
|
"type": "array",
|
|
1014
1026
|
"items": {
|
|
@@ -1287,6 +1299,9 @@
|
|
|
1287
1299
|
"isReprinted": {
|
|
1288
1300
|
"type": "boolean"
|
|
1289
1301
|
},
|
|
1302
|
+
"reprintedAs": {
|
|
1303
|
+
"$ref": "../util.json#/$defs/reprintedAs"
|
|
1304
|
+
},
|
|
1290
1305
|
"classGroup": {
|
|
1291
1306
|
"type": "array",
|
|
1292
1307
|
"items": {
|
|
@@ -1568,6 +1583,9 @@
|
|
|
1568
1583
|
"isReprinted": {
|
|
1569
1584
|
"type": "boolean"
|
|
1570
1585
|
},
|
|
1586
|
+
"reprintedAs": {
|
|
1587
|
+
"$ref": "../util.json#/$defs/reprintedAs"
|
|
1588
|
+
},
|
|
1571
1589
|
"classGroup": {
|
|
1572
1590
|
"type": "array",
|
|
1573
1591
|
"items": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "conditionsdiseases.json",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.4",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"conditionDisease": {
|
|
@@ -40,6 +40,9 @@
|
|
|
40
40
|
"otherSources": {
|
|
41
41
|
"$ref": "util.json#/$defs/otherSources"
|
|
42
42
|
},
|
|
43
|
+
"reprintedAs": {
|
|
44
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
45
|
+
},
|
|
43
46
|
"hasFluff": {
|
|
44
47
|
"type": "boolean"
|
|
45
48
|
},
|
|
@@ -37,6 +37,10 @@
|
|
|
37
37
|
"inset"
|
|
38
38
|
]
|
|
39
39
|
},
|
|
40
|
+
"_entryDataData": {
|
|
41
|
+
"description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
|
|
42
|
+
"type": "object"
|
|
43
|
+
},
|
|
40
44
|
"mediaHrefInternal": {
|
|
41
45
|
"type": "object",
|
|
42
46
|
"properties": {
|
|
@@ -111,8 +115,7 @@
|
|
|
111
115
|
"$ref": "util.json#/$defs/basicRules"
|
|
112
116
|
},
|
|
113
117
|
"data": {
|
|
114
|
-
"
|
|
115
|
-
"type": "object"
|
|
118
|
+
"$ref": "#/$defs/_entryDataData"
|
|
116
119
|
},
|
|
117
120
|
"id": {
|
|
118
121
|
"type": "string"
|
|
@@ -151,8 +154,7 @@
|
|
|
151
154
|
"$ref": "util.json#/$defs/basicRules"
|
|
152
155
|
},
|
|
153
156
|
"data": {
|
|
154
|
-
"
|
|
155
|
-
"type": "object"
|
|
157
|
+
"$ref": "#/$defs/_entryDataData"
|
|
156
158
|
},
|
|
157
159
|
"id": {
|
|
158
160
|
"type": "string"
|
|
@@ -205,8 +207,7 @@
|
|
|
205
207
|
"$ref": "util.json#/$defs/basicRules"
|
|
206
208
|
},
|
|
207
209
|
"data": {
|
|
208
|
-
"
|
|
209
|
-
"type": "object"
|
|
210
|
+
"$ref": "#/$defs/_entryDataData"
|
|
210
211
|
},
|
|
211
212
|
"id": {
|
|
212
213
|
"type": "string"
|
|
@@ -259,8 +260,7 @@
|
|
|
259
260
|
"$ref": "util.json#/$defs/basicRules"
|
|
260
261
|
},
|
|
261
262
|
"data": {
|
|
262
|
-
"
|
|
263
|
-
"type": "object"
|
|
263
|
+
"$ref": "#/$defs/_entryDataData"
|
|
264
264
|
},
|
|
265
265
|
"id": {
|
|
266
266
|
"type": "string"
|
|
@@ -336,8 +336,7 @@
|
|
|
336
336
|
"$ref": "util.json#/$defs/basicRules"
|
|
337
337
|
},
|
|
338
338
|
"data": {
|
|
339
|
-
"
|
|
340
|
-
"type": "object"
|
|
339
|
+
"$ref": "#/$defs/_entryDataData"
|
|
341
340
|
},
|
|
342
341
|
"id": {
|
|
343
342
|
"type": "string"
|
|
@@ -384,8 +383,7 @@
|
|
|
384
383
|
"$ref": "util.json#/$defs/basicRules"
|
|
385
384
|
},
|
|
386
385
|
"data": {
|
|
387
|
-
"
|
|
388
|
-
"type": "object"
|
|
386
|
+
"$ref": "#/$defs/_entryDataData"
|
|
389
387
|
},
|
|
390
388
|
"id": {
|
|
391
389
|
"type": "string"
|
|
@@ -432,8 +430,7 @@
|
|
|
432
430
|
"$ref": "util.json#/$defs/basicRules"
|
|
433
431
|
},
|
|
434
432
|
"data": {
|
|
435
|
-
"
|
|
436
|
-
"type": "object"
|
|
433
|
+
"$ref": "#/$defs/_entryDataData"
|
|
437
434
|
},
|
|
438
435
|
"id": {
|
|
439
436
|
"type": "string"
|
|
@@ -582,8 +579,7 @@
|
|
|
582
579
|
"$ref": "util.json#/$defs/basicRules"
|
|
583
580
|
},
|
|
584
581
|
"data": {
|
|
585
|
-
"
|
|
586
|
-
"type": "object"
|
|
582
|
+
"$ref": "#/$defs/_entryDataData"
|
|
587
583
|
},
|
|
588
584
|
"id": {
|
|
589
585
|
"type": "string"
|
|
@@ -715,8 +711,7 @@
|
|
|
715
711
|
"$ref": "util.json#/$defs/basicRules"
|
|
716
712
|
},
|
|
717
713
|
"data": {
|
|
718
|
-
"
|
|
719
|
-
"type": "object"
|
|
714
|
+
"$ref": "#/$defs/_entryDataData"
|
|
720
715
|
},
|
|
721
716
|
"id": {
|
|
722
717
|
"type": "string"
|
|
@@ -763,8 +758,7 @@
|
|
|
763
758
|
"$ref": "util.json#/$defs/basicRules"
|
|
764
759
|
},
|
|
765
760
|
"data": {
|
|
766
|
-
"
|
|
767
|
-
"type": "object"
|
|
761
|
+
"$ref": "#/$defs/_entryDataData"
|
|
768
762
|
},
|
|
769
763
|
"id": {
|
|
770
764
|
"type": "string"
|
|
@@ -814,8 +808,7 @@
|
|
|
814
808
|
"$ref": "util.json#/$defs/basicRules"
|
|
815
809
|
},
|
|
816
810
|
"data": {
|
|
817
|
-
"
|
|
818
|
-
"type": "object"
|
|
811
|
+
"$ref": "#/$defs/_entryDataData"
|
|
819
812
|
},
|
|
820
813
|
"id": {
|
|
821
814
|
"type": "string"
|
|
@@ -899,8 +892,7 @@
|
|
|
899
892
|
"$ref": "util.json#/$defs/basicRules"
|
|
900
893
|
},
|
|
901
894
|
"data": {
|
|
902
|
-
"
|
|
903
|
-
"type": "object"
|
|
895
|
+
"$ref": "#/$defs/_entryDataData"
|
|
904
896
|
},
|
|
905
897
|
"id": {
|
|
906
898
|
"type": "string"
|
|
@@ -967,8 +959,7 @@
|
|
|
967
959
|
"$ref": "util.json#/$defs/basicRules"
|
|
968
960
|
},
|
|
969
961
|
"data": {
|
|
970
|
-
"
|
|
971
|
-
"type": "object"
|
|
962
|
+
"$ref": "#/$defs/_entryDataData"
|
|
972
963
|
},
|
|
973
964
|
"id": {
|
|
974
965
|
"type": "string"
|
|
@@ -1012,8 +1003,7 @@
|
|
|
1012
1003
|
"$ref": "util.json#/$defs/basicRules"
|
|
1013
1004
|
},
|
|
1014
1005
|
"data": {
|
|
1015
|
-
"
|
|
1016
|
-
"type": "object"
|
|
1006
|
+
"$ref": "#/$defs/_entryDataData"
|
|
1017
1007
|
},
|
|
1018
1008
|
"id": {
|
|
1019
1009
|
"type": "string"
|
|
@@ -1057,8 +1047,7 @@
|
|
|
1057
1047
|
"$ref": "util.json#/$defs/basicRules"
|
|
1058
1048
|
},
|
|
1059
1049
|
"data": {
|
|
1060
|
-
"
|
|
1061
|
-
"type": "object"
|
|
1050
|
+
"$ref": "#/$defs/_entryDataData"
|
|
1062
1051
|
},
|
|
1063
1052
|
"id": {
|
|
1064
1053
|
"type": "string"
|
|
@@ -1127,8 +1116,7 @@
|
|
|
1127
1116
|
"$ref": "util.json#/$defs/basicRules"
|
|
1128
1117
|
},
|
|
1129
1118
|
"data": {
|
|
1130
|
-
"
|
|
1131
|
-
"type": "object"
|
|
1119
|
+
"$ref": "#/$defs/_entryDataData"
|
|
1132
1120
|
},
|
|
1133
1121
|
"id": {
|
|
1134
1122
|
"type": "string"
|
|
@@ -1185,8 +1173,7 @@
|
|
|
1185
1173
|
"$ref": "util.json#/$defs/basicRules"
|
|
1186
1174
|
},
|
|
1187
1175
|
"data": {
|
|
1188
|
-
"
|
|
1189
|
-
"type": "object"
|
|
1176
|
+
"$ref": "#/$defs/_entryDataData"
|
|
1190
1177
|
},
|
|
1191
1178
|
"id": {
|
|
1192
1179
|
"type": "string"
|
|
@@ -1243,8 +1230,7 @@
|
|
|
1243
1230
|
"$ref": "util.json#/$defs/basicRules"
|
|
1244
1231
|
},
|
|
1245
1232
|
"data": {
|
|
1246
|
-
"
|
|
1247
|
-
"type": "object"
|
|
1233
|
+
"$ref": "#/$defs/_entryDataData"
|
|
1248
1234
|
},
|
|
1249
1235
|
"id": {
|
|
1250
1236
|
"type": "string"
|
|
@@ -1294,8 +1280,7 @@
|
|
|
1294
1280
|
"$ref": "util.json#/$defs/basicRules"
|
|
1295
1281
|
},
|
|
1296
1282
|
"data": {
|
|
1297
|
-
"
|
|
1298
|
-
"type": "object"
|
|
1283
|
+
"$ref": "#/$defs/_entryDataData"
|
|
1299
1284
|
},
|
|
1300
1285
|
"id": {
|
|
1301
1286
|
"type": "string"
|
|
@@ -1411,7 +1396,7 @@
|
|
|
1411
1396
|
"additionalProperties": false
|
|
1412
1397
|
},
|
|
1413
1398
|
"entryOptFeature": {
|
|
1414
|
-
"description": "For e.g. Eldritch Invocations which require prerequisite text",
|
|
1399
|
+
"description": "For e.g. Eldritch Invocations which require prerequisite text. Deprecated; prefer \"refOptionalfeature\" or \"statblock\" entries instead.",
|
|
1415
1400
|
"type": "object",
|
|
1416
1401
|
"properties": {
|
|
1417
1402
|
"name": {
|
|
@@ -1440,12 +1425,12 @@
|
|
|
1440
1425
|
"$ref": "util.json#/$defs/basicRules"
|
|
1441
1426
|
},
|
|
1442
1427
|
"data": {
|
|
1443
|
-
"
|
|
1444
|
-
"type": "object"
|
|
1428
|
+
"$ref": "#/$defs/_entryDataData"
|
|
1445
1429
|
},
|
|
1446
1430
|
"id": {
|
|
1447
1431
|
"type": "string"
|
|
1448
1432
|
},
|
|
1433
|
+
"deprecated": true,
|
|
1449
1434
|
"prerequisite": {
|
|
1450
1435
|
"type": "string"
|
|
1451
1436
|
},
|
|
@@ -1491,8 +1476,7 @@
|
|
|
1491
1476
|
"$ref": "util.json#/$defs/basicRules"
|
|
1492
1477
|
},
|
|
1493
1478
|
"data": {
|
|
1494
|
-
"
|
|
1495
|
-
"type": "object"
|
|
1479
|
+
"$ref": "#/$defs/_entryDataData"
|
|
1496
1480
|
},
|
|
1497
1481
|
"id": {
|
|
1498
1482
|
"type": "string"
|
|
@@ -1542,8 +1526,7 @@
|
|
|
1542
1526
|
"$ref": "util.json#/$defs/basicRules"
|
|
1543
1527
|
},
|
|
1544
1528
|
"data": {
|
|
1545
|
-
"
|
|
1546
|
-
"type": "object"
|
|
1529
|
+
"$ref": "#/$defs/_entryDataData"
|
|
1547
1530
|
},
|
|
1548
1531
|
"id": {
|
|
1549
1532
|
"type": "string"
|
|
@@ -1593,8 +1576,7 @@
|
|
|
1593
1576
|
"$ref": "util.json#/$defs/basicRules"
|
|
1594
1577
|
},
|
|
1595
1578
|
"data": {
|
|
1596
|
-
"
|
|
1597
|
-
"type": "object"
|
|
1579
|
+
"$ref": "#/$defs/_entryDataData"
|
|
1598
1580
|
},
|
|
1599
1581
|
"id": {
|
|
1600
1582
|
"type": "string"
|
|
@@ -1642,8 +1624,7 @@
|
|
|
1642
1624
|
"$ref": "util.json#/$defs/basicRules"
|
|
1643
1625
|
},
|
|
1644
1626
|
"data": {
|
|
1645
|
-
"
|
|
1646
|
-
"type": "object"
|
|
1627
|
+
"$ref": "#/$defs/_entryDataData"
|
|
1647
1628
|
},
|
|
1648
1629
|
"id": {
|
|
1649
1630
|
"type": "string"
|
|
@@ -1691,8 +1672,7 @@
|
|
|
1691
1672
|
"$ref": "util.json#/$defs/basicRules"
|
|
1692
1673
|
},
|
|
1693
1674
|
"data": {
|
|
1694
|
-
"
|
|
1695
|
-
"type": "object"
|
|
1675
|
+
"$ref": "#/$defs/_entryDataData"
|
|
1696
1676
|
},
|
|
1697
1677
|
"id": {
|
|
1698
1678
|
"type": "string"
|
|
@@ -1742,8 +1722,7 @@
|
|
|
1742
1722
|
"$ref": "util.json#/$defs/basicRules"
|
|
1743
1723
|
},
|
|
1744
1724
|
"data": {
|
|
1745
|
-
"
|
|
1746
|
-
"type": "object"
|
|
1725
|
+
"$ref": "#/$defs/_entryDataData"
|
|
1747
1726
|
},
|
|
1748
1727
|
"id": {
|
|
1749
1728
|
"type": "string"
|
|
@@ -1793,8 +1772,7 @@
|
|
|
1793
1772
|
"$ref": "util.json#/$defs/basicRules"
|
|
1794
1773
|
},
|
|
1795
1774
|
"data": {
|
|
1796
|
-
"
|
|
1797
|
-
"type": "object"
|
|
1775
|
+
"$ref": "#/$defs/_entryDataData"
|
|
1798
1776
|
},
|
|
1799
1777
|
"id": {
|
|
1800
1778
|
"type": "string"
|
|
@@ -1849,8 +1827,7 @@
|
|
|
1849
1827
|
"$ref": "util.json#/$defs/basicRules"
|
|
1850
1828
|
},
|
|
1851
1829
|
"data": {
|
|
1852
|
-
"
|
|
1853
|
-
"type": "object"
|
|
1830
|
+
"$ref": "#/$defs/_entryDataData"
|
|
1854
1831
|
},
|
|
1855
1832
|
"id": {
|
|
1856
1833
|
"type": "string"
|
|
@@ -1898,8 +1875,7 @@
|
|
|
1898
1875
|
"$ref": "util.json#/$defs/basicRules"
|
|
1899
1876
|
},
|
|
1900
1877
|
"data": {
|
|
1901
|
-
"
|
|
1902
|
-
"type": "object"
|
|
1878
|
+
"$ref": "#/$defs/_entryDataData"
|
|
1903
1879
|
},
|
|
1904
1880
|
"id": {
|
|
1905
1881
|
"type": "string"
|
|
@@ -1944,8 +1920,7 @@
|
|
|
1944
1920
|
"$ref": "util.json#/$defs/basicRules"
|
|
1945
1921
|
},
|
|
1946
1922
|
"data": {
|
|
1947
|
-
"
|
|
1948
|
-
"type": "object"
|
|
1923
|
+
"$ref": "#/$defs/_entryDataData"
|
|
1949
1924
|
},
|
|
1950
1925
|
"id": {
|
|
1951
1926
|
"type": "string"
|
|
@@ -2153,8 +2128,7 @@
|
|
|
2153
2128
|
"$ref": "util.json#/$defs/basicRules"
|
|
2154
2129
|
},
|
|
2155
2130
|
"data": {
|
|
2156
|
-
"
|
|
2157
|
-
"type": "object"
|
|
2131
|
+
"$ref": "#/$defs/_entryDataData"
|
|
2158
2132
|
},
|
|
2159
2133
|
"id": {
|
|
2160
2134
|
"type": "string"
|
|
@@ -2201,8 +2175,7 @@
|
|
|
2201
2175
|
"$ref": "util.json#/$defs/basicRules"
|
|
2202
2176
|
},
|
|
2203
2177
|
"data": {
|
|
2204
|
-
"
|
|
2205
|
-
"type": "object"
|
|
2178
|
+
"$ref": "#/$defs/_entryDataData"
|
|
2206
2179
|
},
|
|
2207
2180
|
"id": {
|
|
2208
2181
|
"type": "string"
|
|
@@ -2250,8 +2223,7 @@
|
|
|
2250
2223
|
"$ref": "util.json#/$defs/basicRules"
|
|
2251
2224
|
},
|
|
2252
2225
|
"data": {
|
|
2253
|
-
"
|
|
2254
|
-
"type": "object"
|
|
2226
|
+
"$ref": "#/$defs/_entryDataData"
|
|
2255
2227
|
},
|
|
2256
2228
|
"id": {
|
|
2257
2229
|
"type": "string"
|
|
@@ -2314,8 +2286,7 @@
|
|
|
2314
2286
|
"$ref": "util.json#/$defs/basicRules"
|
|
2315
2287
|
},
|
|
2316
2288
|
"data": {
|
|
2317
|
-
"
|
|
2318
|
-
"type": "object"
|
|
2289
|
+
"$ref": "#/$defs/_entryDataData"
|
|
2319
2290
|
},
|
|
2320
2291
|
"id": {
|
|
2321
2292
|
"type": "string"
|
|
@@ -2362,8 +2333,7 @@
|
|
|
2362
2333
|
"$ref": "util.json#/$defs/basicRules"
|
|
2363
2334
|
},
|
|
2364
2335
|
"data": {
|
|
2365
|
-
"
|
|
2366
|
-
"type": "object"
|
|
2336
|
+
"$ref": "#/$defs/_entryDataData"
|
|
2367
2337
|
},
|
|
2368
2338
|
"id": {
|
|
2369
2339
|
"type": "string"
|
|
@@ -2409,8 +2379,7 @@
|
|
|
2409
2379
|
"$ref": "util.json#/$defs/basicRules"
|
|
2410
2380
|
},
|
|
2411
2381
|
"data": {
|
|
2412
|
-
"
|
|
2413
|
-
"type": "object"
|
|
2382
|
+
"$ref": "#/$defs/_entryDataData"
|
|
2414
2383
|
},
|
|
2415
2384
|
"id": {
|
|
2416
2385
|
"type": "string"
|
|
@@ -3306,8 +3275,7 @@
|
|
|
3306
3275
|
"$ref": "util.json#/$defs/basicRules"
|
|
3307
3276
|
},
|
|
3308
3277
|
"data": {
|
|
3309
|
-
"
|
|
3310
|
-
"type": "object"
|
|
3278
|
+
"$ref": "#/$defs/_entryDataData"
|
|
3311
3279
|
},
|
|
3312
3280
|
"id": {
|
|
3313
3281
|
"type": "string"
|
|
@@ -3364,8 +3332,7 @@
|
|
|
3364
3332
|
"$ref": "util.json#/$defs/basicRules"
|
|
3365
3333
|
},
|
|
3366
3334
|
"data": {
|
|
3367
|
-
"
|
|
3368
|
-
"type": "object"
|
|
3335
|
+
"$ref": "#/$defs/_entryDataData"
|
|
3369
3336
|
},
|
|
3370
3337
|
"id": {
|
|
3371
3338
|
"type": "string"
|
|
@@ -3404,12 +3371,16 @@
|
|
|
3404
3371
|
},
|
|
3405
3372
|
"classFeature": {
|
|
3406
3373
|
"type": "string"
|
|
3374
|
+
},
|
|
3375
|
+
"data": {
|
|
3376
|
+
"$ref": "#/$defs/_entryDataData"
|
|
3407
3377
|
}
|
|
3408
3378
|
},
|
|
3409
3379
|
"required": [
|
|
3410
3380
|
"type",
|
|
3411
3381
|
"classFeature"
|
|
3412
|
-
]
|
|
3382
|
+
],
|
|
3383
|
+
"additionalProperties": false
|
|
3413
3384
|
},
|
|
3414
3385
|
"entryRefSubclassFeature": {
|
|
3415
3386
|
"description": "For use in classes page content only.",
|
|
@@ -3420,12 +3391,16 @@
|
|
|
3420
3391
|
},
|
|
3421
3392
|
"subclassFeature": {
|
|
3422
3393
|
"type": "string"
|
|
3394
|
+
},
|
|
3395
|
+
"data": {
|
|
3396
|
+
"$ref": "#/$defs/_entryDataData"
|
|
3423
3397
|
}
|
|
3424
3398
|
},
|
|
3425
3399
|
"required": [
|
|
3426
3400
|
"type",
|
|
3427
3401
|
"subclassFeature"
|
|
3428
|
-
]
|
|
3402
|
+
],
|
|
3403
|
+
"additionalProperties": false
|
|
3429
3404
|
},
|
|
3430
3405
|
"entryRefOptionalfeature": {
|
|
3431
3406
|
"description": "For use in classes page content only.",
|
|
@@ -3439,12 +3414,28 @@
|
|
|
3439
3414
|
},
|
|
3440
3415
|
"name": {
|
|
3441
3416
|
"type": "string"
|
|
3417
|
+
},
|
|
3418
|
+
"preserve": {
|
|
3419
|
+
"type": "object",
|
|
3420
|
+
"properties": {
|
|
3421
|
+
"prerequisite": {
|
|
3422
|
+
"const": true
|
|
3423
|
+
},
|
|
3424
|
+
"consumes": {
|
|
3425
|
+
"const": true
|
|
3426
|
+
}
|
|
3427
|
+
},
|
|
3428
|
+
"additionalProperties": false
|
|
3429
|
+
},
|
|
3430
|
+
"data": {
|
|
3431
|
+
"$ref": "#/$defs/_entryDataData"
|
|
3442
3432
|
}
|
|
3443
3433
|
},
|
|
3444
3434
|
"required": [
|
|
3445
3435
|
"type",
|
|
3446
3436
|
"optionalfeature"
|
|
3447
|
-
]
|
|
3437
|
+
],
|
|
3438
|
+
"additionalProperties": false
|
|
3448
3439
|
},
|
|
3449
3440
|
"entryRefFeat": {
|
|
3450
3441
|
"description": "For use in classes page content only.",
|
|
@@ -3458,12 +3449,16 @@
|
|
|
3458
3449
|
},
|
|
3459
3450
|
"name": {
|
|
3460
3451
|
"type": "string"
|
|
3452
|
+
},
|
|
3453
|
+
"data": {
|
|
3454
|
+
"$ref": "#/$defs/_entryDataData"
|
|
3461
3455
|
}
|
|
3462
3456
|
},
|
|
3463
3457
|
"required": [
|
|
3464
3458
|
"type",
|
|
3465
3459
|
"feat"
|
|
3466
|
-
]
|
|
3460
|
+
],
|
|
3461
|
+
"additionalProperties": false
|
|
3467
3462
|
},
|
|
3468
3463
|
"entryHr": {
|
|
3469
3464
|
"type": "object",
|
|
@@ -3505,8 +3500,7 @@
|
|
|
3505
3500
|
"$ref": "util.json#/$defs/basicRules"
|
|
3506
3501
|
},
|
|
3507
3502
|
"data": {
|
|
3508
|
-
"
|
|
3509
|
-
"type": "object"
|
|
3503
|
+
"$ref": "#/$defs/_entryDataData"
|
|
3510
3504
|
},
|
|
3511
3505
|
"id": {
|
|
3512
3506
|
"type": "string"
|
|
@@ -3781,8 +3775,7 @@
|
|
|
3781
3775
|
"$ref": "util.json#/$defs/basicRules"
|
|
3782
3776
|
},
|
|
3783
3777
|
"data": {
|
|
3784
|
-
"
|
|
3785
|
-
"type": "object"
|
|
3778
|
+
"$ref": "#/$defs/_entryDataData"
|
|
3786
3779
|
},
|
|
3787
3780
|
"id": {
|
|
3788
3781
|
"type": "string"
|