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.
Files changed (97) hide show
  1. package/package.json +1 -1
  2. package/schema/brew/actions.json +4 -1
  3. package/schema/brew/backgrounds.json +10 -1
  4. package/schema/brew/bestiary/bestiary.json +12 -8
  5. package/schema/brew/class/class.json +18 -0
  6. package/schema/brew/conditionsdiseases.json +4 -1
  7. package/schema/brew/entry.json +79 -87
  8. package/schema/brew/feats.json +28 -1
  9. package/schema/brew/items-base.json +148 -1
  10. package/schema/brew/optionalfeatures.json +10 -1
  11. package/schema/brew/races.json +73 -73
  12. package/schema/brew/rewards.json +4 -1
  13. package/schema/brew/senses.json +4 -1
  14. package/schema/brew/skills.json +4 -1
  15. package/schema/brew/spells/spells.json +10 -1
  16. package/schema/brew/util-foundry.json +3 -0
  17. package/schema/brew/variantrules.json +10 -1
  18. package/schema/brew-fast/actions.json +4 -1
  19. package/schema/brew-fast/backgrounds.json +10 -1
  20. package/schema/brew-fast/bestiary/bestiary.json +12 -8
  21. package/schema/brew-fast/class/class.json +18 -0
  22. package/schema/brew-fast/conditionsdiseases.json +4 -1
  23. package/schema/brew-fast/entry.json +79 -87
  24. package/schema/brew-fast/feats.json +28 -1
  25. package/schema/brew-fast/items-base.json +148 -1
  26. package/schema/brew-fast/optionalfeatures.json +10 -1
  27. package/schema/brew-fast/races.json +73 -73
  28. package/schema/brew-fast/rewards.json +4 -1
  29. package/schema/brew-fast/senses.json +4 -1
  30. package/schema/brew-fast/skills.json +4 -1
  31. package/schema/brew-fast/spells/spells.json +10 -1
  32. package/schema/brew-fast/util-foundry.json +3 -0
  33. package/schema/brew-fast/variantrules.json +10 -1
  34. package/schema/site/actions.json +4 -1
  35. package/schema/site/backgrounds.json +10 -1
  36. package/schema/site/bestiary/bestiary.json +12 -8
  37. package/schema/site/class/class.json +18 -0
  38. package/schema/site/conditionsdiseases.json +4 -1
  39. package/schema/site/entry.json +78 -85
  40. package/schema/site/feats.json +28 -1
  41. package/schema/site/items-base.json +148 -1
  42. package/schema/site/optionalfeatures.json +10 -1
  43. package/schema/site/races.json +73 -73
  44. package/schema/site/rewards.json +4 -1
  45. package/schema/site/senses.json +4 -1
  46. package/schema/site/skills.json +4 -1
  47. package/schema/site/spells/spells.json +10 -1
  48. package/schema/site/util-foundry.json +3 -0
  49. package/schema/site/variantrules.json +10 -1
  50. package/schema/site-fast/actions.json +4 -1
  51. package/schema/site-fast/backgrounds.json +10 -1
  52. package/schema/site-fast/bestiary/bestiary.json +12 -8
  53. package/schema/site-fast/class/class.json +18 -0
  54. package/schema/site-fast/conditionsdiseases.json +4 -1
  55. package/schema/site-fast/entry.json +78 -85
  56. package/schema/site-fast/feats.json +28 -1
  57. package/schema/site-fast/items-base.json +148 -1
  58. package/schema/site-fast/optionalfeatures.json +10 -1
  59. package/schema/site-fast/races.json +73 -73
  60. package/schema/site-fast/rewards.json +4 -1
  61. package/schema/site-fast/senses.json +4 -1
  62. package/schema/site-fast/skills.json +4 -1
  63. package/schema/site-fast/spells/spells.json +10 -1
  64. package/schema/site-fast/util-foundry.json +3 -0
  65. package/schema/site-fast/variantrules.json +10 -1
  66. package/schema/ua/actions.json +4 -1
  67. package/schema/ua/backgrounds.json +10 -1
  68. package/schema/ua/bestiary/bestiary.json +12 -8
  69. package/schema/ua/class/class.json +18 -0
  70. package/schema/ua/conditionsdiseases.json +4 -1
  71. package/schema/ua/entry.json +78 -85
  72. package/schema/ua/feats.json +28 -1
  73. package/schema/ua/items-base.json +148 -1
  74. package/schema/ua/optionalfeatures.json +10 -1
  75. package/schema/ua/races.json +73 -73
  76. package/schema/ua/rewards.json +4 -1
  77. package/schema/ua/senses.json +4 -1
  78. package/schema/ua/skills.json +4 -1
  79. package/schema/ua/spells/spells.json +10 -1
  80. package/schema/ua/util-foundry.json +3 -0
  81. package/schema/ua/variantrules.json +10 -1
  82. package/schema/ua-fast/actions.json +4 -1
  83. package/schema/ua-fast/backgrounds.json +10 -1
  84. package/schema/ua-fast/bestiary/bestiary.json +12 -8
  85. package/schema/ua-fast/class/class.json +18 -0
  86. package/schema/ua-fast/conditionsdiseases.json +4 -1
  87. package/schema/ua-fast/entry.json +78 -85
  88. package/schema/ua-fast/feats.json +28 -1
  89. package/schema/ua-fast/items-base.json +148 -1
  90. package/schema/ua-fast/optionalfeatures.json +10 -1
  91. package/schema/ua-fast/races.json +73 -73
  92. package/schema/ua-fast/rewards.json +4 -1
  93. package/schema/ua-fast/senses.json +4 -1
  94. package/schema/ua-fast/skills.json +4 -1
  95. package/schema/ua-fast/spells/spells.json +10 -1
  96. package/schema/ua-fast/util-foundry.json +3 -0
  97. 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.35",
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\n CUR: Inflicts Curse\n DIS: Inflicts Disease\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n MLW: Has Melee Weapons\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
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",
@@ -2243,7 +2245,7 @@
2243
2245
  "miscTags": {
2244
2246
  "type": "array",
2245
2247
  "items": {
2246
- "description": "AOE: Has Areas of Effect\n CUR: Inflicts Curse\n DIS: Inflicts Disease\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n MLW: Has Melee Weapons\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
2248
+ "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",
2247
2249
  "enum": [
2248
2250
  "AOE",
2249
2251
  "CUR",
@@ -2251,6 +2253,8 @@
2251
2253
  "HPR",
2252
2254
  "MW",
2253
2255
  "RW",
2256
+ "MA",
2257
+ "RA",
2254
2258
  "RCH",
2255
2259
  "MLW",
2256
2260
  "RNG",
@@ -3363,7 +3367,7 @@
3363
3367
  "miscTags": {
3364
3368
  "type": "array",
3365
3369
  "items": {
3366
- "description": "AOE: Has Areas of Effect\n CUR: Inflicts Curse\n DIS: Inflicts Disease\n HPR: Has HP Reduction\n MW: Has Weapon Attacks, Melee\n RW: Has Weapon Attacks, Ranged\n RCH: Has Reach Attacks\n MLW: Has Melee Weapons\n RNG: Has Ranged Weapons\n THW: Has Thrown Weapons",
3370
+ "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",
3367
3371
  "enum": [
3368
3372
  "AOE",
3369
3373
  "CUR",
@@ -3371,6 +3375,8 @@
3371
3375
  "HPR",
3372
3376
  "MW",
3373
3377
  "RW",
3378
+ "MA",
3379
+ "RA",
3374
3380
  "RCH",
3375
3381
  "MLW",
3376
3382
  "RNG",
@@ -3565,8 +3571,7 @@
3565
3571
  "$ref": "../util.json#/$defs/basicRules"
3566
3572
  },
3567
3573
  "data": {
3568
- "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.",
3569
- "type": "object"
3574
+ "$ref": "../entry.json#/$defs/_entryDataData"
3570
3575
  },
3571
3576
  "id": {
3572
3577
  "type": "string"
@@ -3672,8 +3677,7 @@
3672
3677
  "$ref": "../util.json#/$defs/basicRules"
3673
3678
  },
3674
3679
  "data": {
3675
- "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.",
3676
- "type": "object"
3680
+ "$ref": "../entry.json#/$defs/_entryDataData"
3677
3681
  },
3678
3682
  "id": {
3679
3683
  "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
  },
@@ -584,6 +587,9 @@
584
587
  "isReprinted": {
585
588
  "type": "boolean"
586
589
  },
590
+ "reprintedAs": {
591
+ "$ref": "../util.json#/$defs/reprintedAs"
592
+ },
587
593
  "srd": {
588
594
  "$ref": "../util.json#/$defs/srd"
589
595
  },
@@ -719,6 +725,9 @@
719
725
  "isReprinted": {
720
726
  "type": "boolean"
721
727
  },
728
+ "reprintedAs": {
729
+ "$ref": "../util.json#/$defs/reprintedAs"
730
+ },
722
731
  "srd": {
723
732
  "$ref": "../util.json#/$defs/srd"
724
733
  },
@@ -937,6 +946,9 @@
937
946
  "isReprinted": {
938
947
  "type": "boolean"
939
948
  },
949
+ "reprintedAs": {
950
+ "$ref": "../util.json#/$defs/reprintedAs"
951
+ },
940
952
  "classGroup": {
941
953
  "type": "array",
942
954
  "items": {
@@ -1206,6 +1218,9 @@
1206
1218
  "isReprinted": {
1207
1219
  "type": "boolean"
1208
1220
  },
1221
+ "reprintedAs": {
1222
+ "$ref": "../util.json#/$defs/reprintedAs"
1223
+ },
1209
1224
  "classGroup": {
1210
1225
  "type": "array",
1211
1226
  "items": {
@@ -1478,6 +1493,9 @@
1478
1493
  "isReprinted": {
1479
1494
  "type": "boolean"
1480
1495
  },
1496
+ "reprintedAs": {
1497
+ "$ref": "../util.json#/$defs/reprintedAs"
1498
+ },
1481
1499
  "classGroup": {
1482
1500
  "type": "array",
1483
1501
  "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.3",
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": {
@@ -112,8 +116,7 @@
112
116
  "$ref": "util.json#/$defs/basicRules"
113
117
  },
114
118
  "data": {
115
- "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.",
116
- "type": "object"
119
+ "$ref": "#/$defs/_entryDataData"
117
120
  },
118
121
  "id": {
119
122
  "type": "string"
@@ -152,8 +155,7 @@
152
155
  "$ref": "util.json#/$defs/basicRules"
153
156
  },
154
157
  "data": {
155
- "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.",
156
- "type": "object"
158
+ "$ref": "#/$defs/_entryDataData"
157
159
  },
158
160
  "id": {
159
161
  "type": "string"
@@ -206,8 +208,7 @@
206
208
  "$ref": "util.json#/$defs/basicRules"
207
209
  },
208
210
  "data": {
209
- "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.",
210
- "type": "object"
211
+ "$ref": "#/$defs/_entryDataData"
211
212
  },
212
213
  "id": {
213
214
  "type": "string"
@@ -260,8 +261,7 @@
260
261
  "$ref": "util.json#/$defs/basicRules"
261
262
  },
262
263
  "data": {
263
- "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.",
264
- "type": "object"
264
+ "$ref": "#/$defs/_entryDataData"
265
265
  },
266
266
  "id": {
267
267
  "type": "string"
@@ -337,8 +337,7 @@
337
337
  "$ref": "util.json#/$defs/basicRules"
338
338
  },
339
339
  "data": {
340
- "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.",
341
- "type": "object"
340
+ "$ref": "#/$defs/_entryDataData"
342
341
  },
343
342
  "id": {
344
343
  "type": "string"
@@ -385,8 +384,7 @@
385
384
  "$ref": "util.json#/$defs/basicRules"
386
385
  },
387
386
  "data": {
388
- "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.",
389
- "type": "object"
387
+ "$ref": "#/$defs/_entryDataData"
390
388
  },
391
389
  "id": {
392
390
  "type": "string"
@@ -433,8 +431,7 @@
433
431
  "$ref": "util.json#/$defs/basicRules"
434
432
  },
435
433
  "data": {
436
- "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.",
437
- "type": "object"
434
+ "$ref": "#/$defs/_entryDataData"
438
435
  },
439
436
  "id": {
440
437
  "type": "string"
@@ -583,8 +580,7 @@
583
580
  "$ref": "util.json#/$defs/basicRules"
584
581
  },
585
582
  "data": {
586
- "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.",
587
- "type": "object"
583
+ "$ref": "#/$defs/_entryDataData"
588
584
  },
589
585
  "id": {
590
586
  "type": "string"
@@ -716,8 +712,7 @@
716
712
  "$ref": "util.json#/$defs/basicRules"
717
713
  },
718
714
  "data": {
719
- "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.",
720
- "type": "object"
715
+ "$ref": "#/$defs/_entryDataData"
721
716
  },
722
717
  "id": {
723
718
  "type": "string"
@@ -764,8 +759,7 @@
764
759
  "$ref": "util.json#/$defs/basicRules"
765
760
  },
766
761
  "data": {
767
- "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.",
768
- "type": "object"
762
+ "$ref": "#/$defs/_entryDataData"
769
763
  },
770
764
  "id": {
771
765
  "type": "string"
@@ -815,8 +809,7 @@
815
809
  "$ref": "util.json#/$defs/basicRules"
816
810
  },
817
811
  "data": {
818
- "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.",
819
- "type": "object"
812
+ "$ref": "#/$defs/_entryDataData"
820
813
  },
821
814
  "id": {
822
815
  "type": "string"
@@ -900,8 +893,7 @@
900
893
  "$ref": "util.json#/$defs/basicRules"
901
894
  },
902
895
  "data": {
903
- "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.",
904
- "type": "object"
896
+ "$ref": "#/$defs/_entryDataData"
905
897
  },
906
898
  "id": {
907
899
  "type": "string"
@@ -968,8 +960,7 @@
968
960
  "$ref": "util.json#/$defs/basicRules"
969
961
  },
970
962
  "data": {
971
- "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.",
972
- "type": "object"
963
+ "$ref": "#/$defs/_entryDataData"
973
964
  },
974
965
  "id": {
975
966
  "type": "string"
@@ -1013,8 +1004,7 @@
1013
1004
  "$ref": "util.json#/$defs/basicRules"
1014
1005
  },
1015
1006
  "data": {
1016
- "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.",
1017
- "type": "object"
1007
+ "$ref": "#/$defs/_entryDataData"
1018
1008
  },
1019
1009
  "id": {
1020
1010
  "type": "string"
@@ -1058,8 +1048,7 @@
1058
1048
  "$ref": "util.json#/$defs/basicRules"
1059
1049
  },
1060
1050
  "data": {
1061
- "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.",
1062
- "type": "object"
1051
+ "$ref": "#/$defs/_entryDataData"
1063
1052
  },
1064
1053
  "id": {
1065
1054
  "type": "string"
@@ -1128,8 +1117,7 @@
1128
1117
  "$ref": "util.json#/$defs/basicRules"
1129
1118
  },
1130
1119
  "data": {
1131
- "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.",
1132
- "type": "object"
1120
+ "$ref": "#/$defs/_entryDataData"
1133
1121
  },
1134
1122
  "id": {
1135
1123
  "type": "string"
@@ -1186,8 +1174,7 @@
1186
1174
  "$ref": "util.json#/$defs/basicRules"
1187
1175
  },
1188
1176
  "data": {
1189
- "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.",
1190
- "type": "object"
1177
+ "$ref": "#/$defs/_entryDataData"
1191
1178
  },
1192
1179
  "id": {
1193
1180
  "type": "string"
@@ -1244,8 +1231,7 @@
1244
1231
  "$ref": "util.json#/$defs/basicRules"
1245
1232
  },
1246
1233
  "data": {
1247
- "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.",
1248
- "type": "object"
1234
+ "$ref": "#/$defs/_entryDataData"
1249
1235
  },
1250
1236
  "id": {
1251
1237
  "type": "string"
@@ -1295,8 +1281,7 @@
1295
1281
  "$ref": "util.json#/$defs/basicRules"
1296
1282
  },
1297
1283
  "data": {
1298
- "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.",
1299
- "type": "object"
1284
+ "$ref": "#/$defs/_entryDataData"
1300
1285
  },
1301
1286
  "id": {
1302
1287
  "type": "string"
@@ -1412,7 +1397,7 @@
1412
1397
  "additionalProperties": false
1413
1398
  },
1414
1399
  "entryOptFeature": {
1415
- "description": "For e.g. Eldritch Invocations which require prerequisite text",
1400
+ "description": "For e.g. Eldritch Invocations which require prerequisite text. Deprecated; prefer \"refOptionalfeature\" or \"statblock\" entries instead.",
1416
1401
  "type": "object",
1417
1402
  "properties": {
1418
1403
  "name": {
@@ -1441,12 +1426,12 @@
1441
1426
  "$ref": "util.json#/$defs/basicRules"
1442
1427
  },
1443
1428
  "data": {
1444
- "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.",
1445
- "type": "object"
1429
+ "$ref": "#/$defs/_entryDataData"
1446
1430
  },
1447
1431
  "id": {
1448
1432
  "type": "string"
1449
1433
  },
1434
+ "deprecated": true,
1450
1435
  "prerequisite": {
1451
1436
  "type": "string"
1452
1437
  },
@@ -1492,8 +1477,7 @@
1492
1477
  "$ref": "util.json#/$defs/basicRules"
1493
1478
  },
1494
1479
  "data": {
1495
- "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.",
1496
- "type": "object"
1480
+ "$ref": "#/$defs/_entryDataData"
1497
1481
  },
1498
1482
  "id": {
1499
1483
  "type": "string"
@@ -1543,8 +1527,7 @@
1543
1527
  "$ref": "util.json#/$defs/basicRules"
1544
1528
  },
1545
1529
  "data": {
1546
- "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.",
1547
- "type": "object"
1530
+ "$ref": "#/$defs/_entryDataData"
1548
1531
  },
1549
1532
  "id": {
1550
1533
  "type": "string"
@@ -1594,8 +1577,7 @@
1594
1577
  "$ref": "util.json#/$defs/basicRules"
1595
1578
  },
1596
1579
  "data": {
1597
- "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.",
1598
- "type": "object"
1580
+ "$ref": "#/$defs/_entryDataData"
1599
1581
  },
1600
1582
  "id": {
1601
1583
  "type": "string"
@@ -1643,8 +1625,7 @@
1643
1625
  "$ref": "util.json#/$defs/basicRules"
1644
1626
  },
1645
1627
  "data": {
1646
- "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.",
1647
- "type": "object"
1628
+ "$ref": "#/$defs/_entryDataData"
1648
1629
  },
1649
1630
  "id": {
1650
1631
  "type": "string"
@@ -1692,8 +1673,7 @@
1692
1673
  "$ref": "util.json#/$defs/basicRules"
1693
1674
  },
1694
1675
  "data": {
1695
- "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.",
1696
- "type": "object"
1676
+ "$ref": "#/$defs/_entryDataData"
1697
1677
  },
1698
1678
  "id": {
1699
1679
  "type": "string"
@@ -1743,8 +1723,7 @@
1743
1723
  "$ref": "util.json#/$defs/basicRules"
1744
1724
  },
1745
1725
  "data": {
1746
- "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.",
1747
- "type": "object"
1726
+ "$ref": "#/$defs/_entryDataData"
1748
1727
  },
1749
1728
  "id": {
1750
1729
  "type": "string"
@@ -1794,8 +1773,7 @@
1794
1773
  "$ref": "util.json#/$defs/basicRules"
1795
1774
  },
1796
1775
  "data": {
1797
- "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.",
1798
- "type": "object"
1776
+ "$ref": "#/$defs/_entryDataData"
1799
1777
  },
1800
1778
  "id": {
1801
1779
  "type": "string"
@@ -1850,8 +1828,7 @@
1850
1828
  "$ref": "util.json#/$defs/basicRules"
1851
1829
  },
1852
1830
  "data": {
1853
- "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.",
1854
- "type": "object"
1831
+ "$ref": "#/$defs/_entryDataData"
1855
1832
  },
1856
1833
  "id": {
1857
1834
  "type": "string"
@@ -1899,8 +1876,7 @@
1899
1876
  "$ref": "util.json#/$defs/basicRules"
1900
1877
  },
1901
1878
  "data": {
1902
- "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.",
1903
- "type": "object"
1879
+ "$ref": "#/$defs/_entryDataData"
1904
1880
  },
1905
1881
  "id": {
1906
1882
  "type": "string"
@@ -1945,8 +1921,7 @@
1945
1921
  "$ref": "util.json#/$defs/basicRules"
1946
1922
  },
1947
1923
  "data": {
1948
- "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.",
1949
- "type": "object"
1924
+ "$ref": "#/$defs/_entryDataData"
1950
1925
  },
1951
1926
  "id": {
1952
1927
  "type": "string"
@@ -2154,8 +2129,7 @@
2154
2129
  "$ref": "util.json#/$defs/basicRules"
2155
2130
  },
2156
2131
  "data": {
2157
- "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.",
2158
- "type": "object"
2132
+ "$ref": "#/$defs/_entryDataData"
2159
2133
  },
2160
2134
  "id": {
2161
2135
  "type": "string"
@@ -2202,8 +2176,7 @@
2202
2176
  "$ref": "util.json#/$defs/basicRules"
2203
2177
  },
2204
2178
  "data": {
2205
- "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.",
2206
- "type": "object"
2179
+ "$ref": "#/$defs/_entryDataData"
2207
2180
  },
2208
2181
  "id": {
2209
2182
  "type": "string"
@@ -2251,8 +2224,7 @@
2251
2224
  "$ref": "util.json#/$defs/basicRules"
2252
2225
  },
2253
2226
  "data": {
2254
- "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.",
2255
- "type": "object"
2227
+ "$ref": "#/$defs/_entryDataData"
2256
2228
  },
2257
2229
  "id": {
2258
2230
  "type": "string"
@@ -2315,8 +2287,7 @@
2315
2287
  "$ref": "util.json#/$defs/basicRules"
2316
2288
  },
2317
2289
  "data": {
2318
- "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.",
2319
- "type": "object"
2290
+ "$ref": "#/$defs/_entryDataData"
2320
2291
  },
2321
2292
  "id": {
2322
2293
  "type": "string"
@@ -2363,8 +2334,7 @@
2363
2334
  "$ref": "util.json#/$defs/basicRules"
2364
2335
  },
2365
2336
  "data": {
2366
- "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.",
2367
- "type": "object"
2337
+ "$ref": "#/$defs/_entryDataData"
2368
2338
  },
2369
2339
  "id": {
2370
2340
  "type": "string"
@@ -2410,8 +2380,7 @@
2410
2380
  "$ref": "util.json#/$defs/basicRules"
2411
2381
  },
2412
2382
  "data": {
2413
- "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.",
2414
- "type": "object"
2383
+ "$ref": "#/$defs/_entryDataData"
2415
2384
  },
2416
2385
  "id": {
2417
2386
  "type": "string"
@@ -3307,8 +3276,7 @@
3307
3276
  "$ref": "util.json#/$defs/basicRules"
3308
3277
  },
3309
3278
  "data": {
3310
- "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.",
3311
- "type": "object"
3279
+ "$ref": "#/$defs/_entryDataData"
3312
3280
  },
3313
3281
  "id": {
3314
3282
  "type": "string"
@@ -3365,8 +3333,7 @@
3365
3333
  "$ref": "util.json#/$defs/basicRules"
3366
3334
  },
3367
3335
  "data": {
3368
- "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.",
3369
- "type": "object"
3336
+ "$ref": "#/$defs/_entryDataData"
3370
3337
  },
3371
3338
  "id": {
3372
3339
  "type": "string"
@@ -3405,12 +3372,16 @@
3405
3372
  },
3406
3373
  "classFeature": {
3407
3374
  "type": "string"
3375
+ },
3376
+ "data": {
3377
+ "$ref": "#/$defs/_entryDataData"
3408
3378
  }
3409
3379
  },
3410
3380
  "required": [
3411
3381
  "type",
3412
3382
  "classFeature"
3413
- ]
3383
+ ],
3384
+ "additionalProperties": false
3414
3385
  },
3415
3386
  "entryRefSubclassFeature": {
3416
3387
  "description": "For use in classes page content only.",
@@ -3421,12 +3392,16 @@
3421
3392
  },
3422
3393
  "subclassFeature": {
3423
3394
  "type": "string"
3395
+ },
3396
+ "data": {
3397
+ "$ref": "#/$defs/_entryDataData"
3424
3398
  }
3425
3399
  },
3426
3400
  "required": [
3427
3401
  "type",
3428
3402
  "subclassFeature"
3429
- ]
3403
+ ],
3404
+ "additionalProperties": false
3430
3405
  },
3431
3406
  "entryRefOptionalfeature": {
3432
3407
  "description": "For use in classes page content only.",
@@ -3440,12 +3415,28 @@
3440
3415
  },
3441
3416
  "name": {
3442
3417
  "type": "string"
3418
+ },
3419
+ "preserve": {
3420
+ "type": "object",
3421
+ "properties": {
3422
+ "prerequisite": {
3423
+ "const": true
3424
+ },
3425
+ "consumes": {
3426
+ "const": true
3427
+ }
3428
+ },
3429
+ "additionalProperties": false
3430
+ },
3431
+ "data": {
3432
+ "$ref": "#/$defs/_entryDataData"
3443
3433
  }
3444
3434
  },
3445
3435
  "required": [
3446
3436
  "type",
3447
3437
  "optionalfeature"
3448
- ]
3438
+ ],
3439
+ "additionalProperties": false
3449
3440
  },
3450
3441
  "entryRefFeat": {
3451
3442
  "description": "For use in classes page content only.",
@@ -3459,12 +3450,16 @@
3459
3450
  },
3460
3451
  "name": {
3461
3452
  "type": "string"
3453
+ },
3454
+ "data": {
3455
+ "$ref": "#/$defs/_entryDataData"
3462
3456
  }
3463
3457
  },
3464
3458
  "required": [
3465
3459
  "type",
3466
3460
  "feat"
3467
- ]
3461
+ ],
3462
+ "additionalProperties": false
3468
3463
  },
3469
3464
  "entryHr": {
3470
3465
  "type": "object",
@@ -3506,8 +3501,7 @@
3506
3501
  "$ref": "util.json#/$defs/basicRules"
3507
3502
  },
3508
3503
  "data": {
3509
- "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.",
3510
- "type": "object"
3504
+ "$ref": "#/$defs/_entryDataData"
3511
3505
  },
3512
3506
  "id": {
3513
3507
  "type": "string"
@@ -3782,8 +3776,7 @@
3782
3776
  "$ref": "util.json#/$defs/basicRules"
3783
3777
  },
3784
3778
  "data": {
3785
- "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.",
3786
- "type": "object"
3779
+ "$ref": "#/$defs/_entryDataData"
3787
3780
  },
3788
3781
  "id": {
3789
3782
  "type": "string"