5etools-utils 0.9.30 → 0.9.32

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/backgrounds.json +1 -64
  3. package/schema/brew/bestiary/bestiary.json +1 -64
  4. package/schema/brew/bestiary/legendarygroups.json +1 -64
  5. package/schema/brew/bestiary/template.json +1 -64
  6. package/schema/brew/class/class.json +2 -128
  7. package/schema/brew/decks.json +2 -128
  8. package/schema/brew/deities.json +1 -64
  9. package/schema/brew/fluff-races.json +1 -64
  10. package/schema/brew/foundry-races.json +2 -128
  11. package/schema/brew/items-base.json +246 -149
  12. package/schema/brew/items.json +1 -64
  13. package/schema/brew/magicvariants.json +4 -1
  14. package/schema/brew/races.json +2 -128
  15. package/schema/brew/recipes.json +1 -64
  16. package/schema/brew/spells/spells.json +1 -64
  17. package/schema/brew/util.json +90 -117
  18. package/schema/brew-fast/backgrounds.json +1 -64
  19. package/schema/brew-fast/bestiary/bestiary.json +1 -64
  20. package/schema/brew-fast/bestiary/legendarygroups.json +1 -64
  21. package/schema/brew-fast/bestiary/template.json +1 -64
  22. package/schema/brew-fast/class/class.json +2 -128
  23. package/schema/brew-fast/decks.json +2 -128
  24. package/schema/brew-fast/deities.json +1 -64
  25. package/schema/brew-fast/fluff-races.json +1 -64
  26. package/schema/brew-fast/foundry-races.json +2 -128
  27. package/schema/brew-fast/items-base.json +246 -149
  28. package/schema/brew-fast/items.json +1 -64
  29. package/schema/brew-fast/magicvariants.json +4 -1
  30. package/schema/brew-fast/races.json +2 -128
  31. package/schema/brew-fast/recipes.json +1 -64
  32. package/schema/brew-fast/spells/spells.json +1 -64
  33. package/schema/brew-fast/util.json +90 -117
  34. package/schema/site/backgrounds.json +1 -64
  35. package/schema/site/bestiary/bestiary.json +1 -64
  36. package/schema/site/bestiary/legendarygroups.json +1 -64
  37. package/schema/site/bestiary/template.json +1 -64
  38. package/schema/site/class/class.json +2 -128
  39. package/schema/site/decks.json +2 -128
  40. package/schema/site/deities.json +1 -64
  41. package/schema/site/fluff-races.json +1 -64
  42. package/schema/site/foundry-races.json +2 -128
  43. package/schema/site/items-base.json +249 -152
  44. package/schema/site/items.json +1 -64
  45. package/schema/site/magicvariants.json +4 -1
  46. package/schema/site/races.json +2 -128
  47. package/schema/site/recipes.json +1 -64
  48. package/schema/site/spells/spells.json +1 -64
  49. package/schema/site/util.json +90 -117
  50. package/schema/site-fast/backgrounds.json +1 -64
  51. package/schema/site-fast/bestiary/bestiary.json +1 -64
  52. package/schema/site-fast/bestiary/legendarygroups.json +1 -64
  53. package/schema/site-fast/bestiary/template.json +1 -64
  54. package/schema/site-fast/class/class.json +2 -128
  55. package/schema/site-fast/decks.json +2 -128
  56. package/schema/site-fast/deities.json +1 -64
  57. package/schema/site-fast/fluff-races.json +1 -64
  58. package/schema/site-fast/foundry-races.json +2 -128
  59. package/schema/site-fast/items-base.json +249 -152
  60. package/schema/site-fast/items.json +1 -64
  61. package/schema/site-fast/magicvariants.json +4 -1
  62. package/schema/site-fast/races.json +2 -128
  63. package/schema/site-fast/recipes.json +1 -64
  64. package/schema/site-fast/spells/spells.json +1 -64
  65. package/schema/site-fast/util.json +90 -117
  66. package/schema/ua/backgrounds.json +1 -64
  67. package/schema/ua/bestiary/bestiary.json +1 -64
  68. package/schema/ua/bestiary/legendarygroups.json +1 -64
  69. package/schema/ua/bestiary/template.json +1 -64
  70. package/schema/ua/class/class.json +2 -128
  71. package/schema/ua/decks.json +2 -128
  72. package/schema/ua/deities.json +1 -64
  73. package/schema/ua/fluff-races.json +1 -64
  74. package/schema/ua/foundry-races.json +2 -128
  75. package/schema/ua/items-base.json +249 -152
  76. package/schema/ua/items.json +1 -64
  77. package/schema/ua/magicvariants.json +4 -1
  78. package/schema/ua/races.json +2 -128
  79. package/schema/ua/recipes.json +1 -64
  80. package/schema/ua/spells/spells.json +1 -64
  81. package/schema/ua/util.json +90 -117
  82. package/schema/ua-fast/backgrounds.json +1 -64
  83. package/schema/ua-fast/bestiary/bestiary.json +1 -64
  84. package/schema/ua-fast/bestiary/legendarygroups.json +1 -64
  85. package/schema/ua-fast/bestiary/template.json +1 -64
  86. package/schema/ua-fast/class/class.json +2 -128
  87. package/schema/ua-fast/decks.json +2 -128
  88. package/schema/ua-fast/deities.json +1 -64
  89. package/schema/ua-fast/fluff-races.json +1 -64
  90. package/schema/ua-fast/foundry-races.json +2 -128
  91. package/schema/ua-fast/items-base.json +249 -152
  92. package/schema/ua-fast/items.json +1 -64
  93. package/schema/ua-fast/magicvariants.json +4 -1
  94. package/schema/ua-fast/races.json +2 -128
  95. package/schema/ua-fast/recipes.json +1 -64
  96. package/schema/ua-fast/spells/spells.json +1 -64
  97. package/schema/ua-fast/util.json +90 -117
@@ -1788,70 +1788,7 @@
1788
1788
  "$ref": "items-shared.json#/$defs/fluff"
1789
1789
  },
1790
1790
  "_copy": {
1791
- "type": "object",
1792
- "properties": {
1793
- "name": {
1794
- "type": "string"
1795
- },
1796
- "source": {
1797
- "$ref": "util.json#/$defs/source"
1798
- },
1799
- "pantheon": {
1800
- "description": "Used in deity data",
1801
- "type": "string"
1802
- },
1803
- "shortName": {
1804
- "description": "Used in subclass data",
1805
- "type": "string"
1806
- },
1807
- "className": {
1808
- "description": "Used in subclass data",
1809
- "type": "string"
1810
- },
1811
- "classSource": {
1812
- "description": "Used in subclass data",
1813
- "$ref": "util.json#/$defs/source"
1814
- },
1815
- "raceName": {
1816
- "description": "Used in race feature data",
1817
- "type": "string"
1818
- },
1819
- "raceSource": {
1820
- "description": "Used in race feature data",
1821
- "$ref": "util.json#/$defs/source"
1822
- },
1823
- "_mod": {
1824
- "$ref": "util.json#/$defs/_modObject"
1825
- },
1826
- "_trait": {
1827
- "type": "object",
1828
- "properties": {
1829
- "name": {
1830
- "type": "string"
1831
- },
1832
- "source": {
1833
- "$ref": "util.json#/$defs/source"
1834
- }
1835
- },
1836
- "required": [
1837
- "name",
1838
- "source"
1839
- ]
1840
- },
1841
- "_preserve": {
1842
- "type": "object",
1843
- "patternProperties": {
1844
- ".*": {
1845
- "const": true
1846
- }
1847
- }
1848
- }
1849
- },
1850
- "required": [
1851
- "name",
1852
- "source"
1853
- ],
1854
- "additionalProperties": false
1791
+ "$ref": "util.json#/$defs/copyBlock_copy_generic"
1855
1792
  }
1856
1793
  },
1857
1794
  "additionalProperties": false,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "magicvariants.json",
4
- "version": "1.8.8",
4
+ "version": "1.8.9",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "magicvariant": {
@@ -144,6 +144,9 @@
144
144
  "bonusSpellDamage": {
145
145
  "type": "string"
146
146
  },
147
+ "bonusSpellSaveDc": {
148
+ "type": "string"
149
+ },
147
150
  "bonusSavingThrow": {
148
151
  "type": "string"
149
152
  },
@@ -1073,70 +1073,7 @@
1073
1073
  "$ref": "util.json#/$defs/foundryImg"
1074
1074
  },
1075
1075
  "_copy": {
1076
- "type": "object",
1077
- "properties": {
1078
- "name": {
1079
- "type": "string"
1080
- },
1081
- "source": {
1082
- "$ref": "util.json#/$defs/source"
1083
- },
1084
- "pantheon": {
1085
- "description": "Used in deity data",
1086
- "type": "string"
1087
- },
1088
- "shortName": {
1089
- "description": "Used in subclass data",
1090
- "type": "string"
1091
- },
1092
- "className": {
1093
- "description": "Used in subclass data",
1094
- "type": "string"
1095
- },
1096
- "classSource": {
1097
- "description": "Used in subclass data",
1098
- "$ref": "util.json#/$defs/source"
1099
- },
1100
- "raceName": {
1101
- "description": "Used in race feature data",
1102
- "type": "string"
1103
- },
1104
- "raceSource": {
1105
- "description": "Used in race feature data",
1106
- "$ref": "util.json#/$defs/source"
1107
- },
1108
- "_mod": {
1109
- "$ref": "util.json#/$defs/_modObject"
1110
- },
1111
- "_trait": {
1112
- "type": "object",
1113
- "properties": {
1114
- "name": {
1115
- "type": "string"
1116
- },
1117
- "source": {
1118
- "$ref": "util.json#/$defs/source"
1119
- }
1120
- },
1121
- "required": [
1122
- "name",
1123
- "source"
1124
- ]
1125
- },
1126
- "_preserve": {
1127
- "type": "object",
1128
- "patternProperties": {
1129
- ".*": {
1130
- "const": true
1131
- }
1132
- }
1133
- }
1134
- },
1135
- "required": [
1136
- "name",
1137
- "source"
1138
- ],
1139
- "additionalProperties": false
1076
+ "$ref": "util.json#/$defs/copyBlock_copy_generic"
1140
1077
  }
1141
1078
  },
1142
1079
  "additionalProperties": false,
@@ -1660,70 +1597,7 @@
1660
1597
  "type": "object"
1661
1598
  },
1662
1599
  "_copy": {
1663
- "type": "object",
1664
- "properties": {
1665
- "name": {
1666
- "type": "string"
1667
- },
1668
- "source": {
1669
- "$ref": "util.json#/$defs/source"
1670
- },
1671
- "pantheon": {
1672
- "description": "Used in deity data",
1673
- "type": "string"
1674
- },
1675
- "shortName": {
1676
- "description": "Used in subclass data",
1677
- "type": "string"
1678
- },
1679
- "className": {
1680
- "description": "Used in subclass data",
1681
- "type": "string"
1682
- },
1683
- "classSource": {
1684
- "description": "Used in subclass data",
1685
- "$ref": "util.json#/$defs/source"
1686
- },
1687
- "raceName": {
1688
- "description": "Used in race feature data",
1689
- "type": "string"
1690
- },
1691
- "raceSource": {
1692
- "description": "Used in race feature data",
1693
- "$ref": "util.json#/$defs/source"
1694
- },
1695
- "_mod": {
1696
- "$ref": "util.json#/$defs/_modObject"
1697
- },
1698
- "_trait": {
1699
- "type": "object",
1700
- "properties": {
1701
- "name": {
1702
- "type": "string"
1703
- },
1704
- "source": {
1705
- "$ref": "util.json#/$defs/source"
1706
- }
1707
- },
1708
- "required": [
1709
- "name",
1710
- "source"
1711
- ]
1712
- },
1713
- "_preserve": {
1714
- "type": "object",
1715
- "patternProperties": {
1716
- ".*": {
1717
- "const": true
1718
- }
1719
- }
1720
- }
1721
- },
1722
- "required": [
1723
- "name",
1724
- "source"
1725
- ],
1726
- "additionalProperties": false
1600
+ "$ref": "util.json#/$defs/copyBlock_copy_generic"
1727
1601
  }
1728
1602
  },
1729
1603
  "additionalProperties": false,
@@ -529,70 +529,7 @@
529
529
  "$ref": "util.json#/$defs/foundryImg"
530
530
  },
531
531
  "_copy": {
532
- "type": "object",
533
- "properties": {
534
- "name": {
535
- "type": "string"
536
- },
537
- "source": {
538
- "$ref": "util.json#/$defs/source"
539
- },
540
- "pantheon": {
541
- "description": "Used in deity data",
542
- "type": "string"
543
- },
544
- "shortName": {
545
- "description": "Used in subclass data",
546
- "type": "string"
547
- },
548
- "className": {
549
- "description": "Used in subclass data",
550
- "type": "string"
551
- },
552
- "classSource": {
553
- "description": "Used in subclass data",
554
- "$ref": "util.json#/$defs/source"
555
- },
556
- "raceName": {
557
- "description": "Used in race feature data",
558
- "type": "string"
559
- },
560
- "raceSource": {
561
- "description": "Used in race feature data",
562
- "$ref": "util.json#/$defs/source"
563
- },
564
- "_mod": {
565
- "$ref": "util.json#/$defs/_modObject"
566
- },
567
- "_trait": {
568
- "type": "object",
569
- "properties": {
570
- "name": {
571
- "type": "string"
572
- },
573
- "source": {
574
- "$ref": "util.json#/$defs/source"
575
- }
576
- },
577
- "required": [
578
- "name",
579
- "source"
580
- ]
581
- },
582
- "_preserve": {
583
- "type": "object",
584
- "patternProperties": {
585
- ".*": {
586
- "const": true
587
- }
588
- }
589
- }
590
- },
591
- "required": [
592
- "name",
593
- "source"
594
- ],
595
- "additionalProperties": false
532
+ "$ref": "util.json#/$defs/copyBlock_copy_generic"
596
533
  }
597
534
  },
598
535
  "additionalProperties": false,
@@ -1647,70 +1647,7 @@
1647
1647
  "$ref": "../util.json#/$defs/foundryImg"
1648
1648
  },
1649
1649
  "_copy": {
1650
- "type": "object",
1651
- "properties": {
1652
- "name": {
1653
- "type": "string"
1654
- },
1655
- "source": {
1656
- "$ref": "../util.json#/$defs/source"
1657
- },
1658
- "pantheon": {
1659
- "description": "Used in deity data",
1660
- "type": "string"
1661
- },
1662
- "shortName": {
1663
- "description": "Used in subclass data",
1664
- "type": "string"
1665
- },
1666
- "className": {
1667
- "description": "Used in subclass data",
1668
- "type": "string"
1669
- },
1670
- "classSource": {
1671
- "description": "Used in subclass data",
1672
- "$ref": "../util.json#/$defs/source"
1673
- },
1674
- "raceName": {
1675
- "description": "Used in race feature data",
1676
- "type": "string"
1677
- },
1678
- "raceSource": {
1679
- "description": "Used in race feature data",
1680
- "$ref": "../util.json#/$defs/source"
1681
- },
1682
- "_mod": {
1683
- "$ref": "../util.json#/$defs/_modObject"
1684
- },
1685
- "_trait": {
1686
- "type": "object",
1687
- "properties": {
1688
- "name": {
1689
- "type": "string"
1690
- },
1691
- "source": {
1692
- "$ref": "../util.json#/$defs/source"
1693
- }
1694
- },
1695
- "required": [
1696
- "name",
1697
- "source"
1698
- ]
1699
- },
1700
- "_preserve": {
1701
- "type": "object",
1702
- "patternProperties": {
1703
- ".*": {
1704
- "const": true
1705
- }
1706
- }
1707
- }
1708
- },
1709
- "required": [
1710
- "name",
1711
- "source"
1712
- ],
1713
- "additionalProperties": false
1650
+ "$ref": "../util.json#/$defs/copyBlock_copy_generic"
1714
1651
  }
1715
1652
  },
1716
1653
  "additionalProperties": false,
@@ -3,7 +3,7 @@
3
3
  "$id": "util.json",
4
4
  "title": "Util",
5
5
  "description": "Utility definitions to be used in other schemas.",
6
- "version": "1.14.1",
6
+ "version": "1.14.2",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -2046,7 +2046,8 @@
2046
2046
  "items": {
2047
2047
  "type": "string",
2048
2048
  "examples": [
2049
- "Dragonlance"
2049
+ "Dragonlance",
2050
+ "Planescape"
2050
2051
  ]
2051
2052
  }
2052
2053
  },
@@ -2795,70 +2796,7 @@
2795
2796
  }
2796
2797
  },
2797
2798
  "_copy": {
2798
- "type": "object",
2799
- "properties": {
2800
- "name": {
2801
- "type": "string"
2802
- },
2803
- "source": {
2804
- "$ref": "util.json#/$defs/source"
2805
- },
2806
- "pantheon": {
2807
- "description": "Used in deity data",
2808
- "type": "string"
2809
- },
2810
- "shortName": {
2811
- "description": "Used in subclass data",
2812
- "type": "string"
2813
- },
2814
- "className": {
2815
- "description": "Used in subclass data",
2816
- "type": "string"
2817
- },
2818
- "classSource": {
2819
- "description": "Used in subclass data",
2820
- "$ref": "util.json#/$defs/source"
2821
- },
2822
- "raceName": {
2823
- "description": "Used in race feature data",
2824
- "type": "string"
2825
- },
2826
- "raceSource": {
2827
- "description": "Used in race feature data",
2828
- "$ref": "util.json#/$defs/source"
2829
- },
2830
- "_mod": {
2831
- "$ref": "#/$defs/_modObject"
2832
- },
2833
- "_trait": {
2834
- "type": "object",
2835
- "properties": {
2836
- "name": {
2837
- "type": "string"
2838
- },
2839
- "source": {
2840
- "$ref": "util.json#/$defs/source"
2841
- }
2842
- },
2843
- "required": [
2844
- "name",
2845
- "source"
2846
- ]
2847
- },
2848
- "_preserve": {
2849
- "type": "object",
2850
- "patternProperties": {
2851
- ".*": {
2852
- "const": true
2853
- }
2854
- }
2855
- }
2856
- },
2857
- "required": [
2858
- "name",
2859
- "source"
2860
- ],
2861
- "additionalProperties": false
2799
+ "$ref": "#/$defs/copyBlock_copy_generic"
2862
2800
  }
2863
2801
  },
2864
2802
  "additionalProperties": false,
@@ -3531,10 +3469,13 @@
3531
3469
  }
3532
3470
  ]
3533
3471
  },
3534
- "copyBlock": {
3472
+ "copyBlock_copy_base": {
3535
3473
  "type": "object",
3536
3474
  "properties": {
3537
- "_copy": {
3475
+ "_mod": {
3476
+ "$ref": "#/$defs/_modObject"
3477
+ },
3478
+ "_trait": {
3538
3479
  "type": "object",
3539
3480
  "properties": {
3540
3481
  "name": {
@@ -3542,63 +3483,95 @@
3542
3483
  },
3543
3484
  "source": {
3544
3485
  "$ref": "util.json#/$defs/source"
3545
- },
3546
- "pantheon": {
3547
- "description": "Used in deity data",
3548
- "type": "string"
3549
- },
3550
- "shortName": {
3551
- "description": "Used in subclass data",
3552
- "type": "string"
3553
- },
3554
- "className": {
3555
- "description": "Used in subclass data",
3556
- "type": "string"
3557
- },
3558
- "classSource": {
3559
- "description": "Used in subclass data",
3560
- "$ref": "util.json#/$defs/source"
3561
- },
3562
- "raceName": {
3563
- "description": "Used in race feature data",
3486
+ }
3487
+ },
3488
+ "required": [
3489
+ "name",
3490
+ "source"
3491
+ ]
3492
+ },
3493
+ "_preserve": {
3494
+ "type": "object",
3495
+ "patternProperties": {
3496
+ ".*": {
3497
+ "const": true
3498
+ }
3499
+ }
3500
+ }
3501
+ },
3502
+ "additionalProperties": false
3503
+ },
3504
+ "copyBlock_copy_generic": {
3505
+ "type": "object",
3506
+ "properties": {
3507
+ "_mod": {
3508
+ "$ref": "#/$defs/_modObject"
3509
+ },
3510
+ "_trait": {
3511
+ "type": "object",
3512
+ "properties": {
3513
+ "name": {
3564
3514
  "type": "string"
3565
3515
  },
3566
- "raceSource": {
3567
- "description": "Used in race feature data",
3516
+ "source": {
3568
3517
  "$ref": "util.json#/$defs/source"
3569
- },
3570
- "_mod": {
3571
- "$ref": "#/$defs/_modObject"
3572
- },
3573
- "_trait": {
3574
- "type": "object",
3575
- "properties": {
3576
- "name": {
3577
- "type": "string"
3578
- },
3579
- "source": {
3580
- "$ref": "util.json#/$defs/source"
3581
- }
3582
- },
3583
- "required": [
3584
- "name",
3585
- "source"
3586
- ]
3587
- },
3588
- "_preserve": {
3589
- "type": "object",
3590
- "patternProperties": {
3591
- ".*": {
3592
- "const": true
3593
- }
3594
- }
3595
3518
  }
3596
3519
  },
3597
3520
  "required": [
3598
3521
  "name",
3599
3522
  "source"
3600
- ],
3601
- "additionalProperties": false
3523
+ ]
3524
+ },
3525
+ "_preserve": {
3526
+ "type": "object",
3527
+ "patternProperties": {
3528
+ ".*": {
3529
+ "const": true
3530
+ }
3531
+ }
3532
+ },
3533
+ "name": {
3534
+ "type": "string"
3535
+ },
3536
+ "source": {
3537
+ "$ref": "util.json#/$defs/source"
3538
+ },
3539
+ "pantheon": {
3540
+ "description": "Used in deity data",
3541
+ "type": "string"
3542
+ },
3543
+ "shortName": {
3544
+ "description": "Used in subclass data",
3545
+ "type": "string"
3546
+ },
3547
+ "className": {
3548
+ "description": "Used in subclass data",
3549
+ "type": "string"
3550
+ },
3551
+ "classSource": {
3552
+ "description": "Used in subclass data",
3553
+ "$ref": "util.json#/$defs/source"
3554
+ },
3555
+ "raceName": {
3556
+ "description": "Used in race feature data",
3557
+ "type": "string"
3558
+ },
3559
+ "raceSource": {
3560
+ "description": "Used in race feature data",
3561
+ "$ref": "util.json#/$defs/source"
3562
+ }
3563
+ },
3564
+ "additionalProperties": false,
3565
+ "required": [
3566
+ "name",
3567
+ "source"
3568
+ ]
3569
+ },
3570
+ "copyBlockGeneric": {
3571
+ "type": "object",
3572
+ "properties": {
3573
+ "_copy": {
3574
+ "$ref": "#/$defs/copyBlock_copy_generic"
3602
3575
  }
3603
3576
  },
3604
3577
  "required": [
@@ -247,70 +247,7 @@
247
247
  "type": "boolean"
248
248
  },
249
249
  "_copy": {
250
- "type": "object",
251
- "properties": {
252
- "name": {
253
- "type": "string"
254
- },
255
- "source": {
256
- "$ref": "util.json#/$defs/source"
257
- },
258
- "pantheon": {
259
- "description": "Used in deity data",
260
- "type": "string"
261
- },
262
- "shortName": {
263
- "description": "Used in subclass data",
264
- "type": "string"
265
- },
266
- "className": {
267
- "description": "Used in subclass data",
268
- "type": "string"
269
- },
270
- "classSource": {
271
- "description": "Used in subclass data",
272
- "$ref": "util.json#/$defs/source"
273
- },
274
- "raceName": {
275
- "description": "Used in race feature data",
276
- "type": "string"
277
- },
278
- "raceSource": {
279
- "description": "Used in race feature data",
280
- "$ref": "util.json#/$defs/source"
281
- },
282
- "_mod": {
283
- "$ref": "util.json#/$defs/_modObject"
284
- },
285
- "_trait": {
286
- "type": "object",
287
- "properties": {
288
- "name": {
289
- "type": "string"
290
- },
291
- "source": {
292
- "$ref": "util.json#/$defs/source"
293
- }
294
- },
295
- "required": [
296
- "name",
297
- "source"
298
- ]
299
- },
300
- "_preserve": {
301
- "type": "object",
302
- "patternProperties": {
303
- ".*": {
304
- "const": true
305
- }
306
- }
307
- }
308
- },
309
- "required": [
310
- "name",
311
- "source"
312
- ],
313
- "additionalProperties": false
250
+ "$ref": "util.json#/$defs/copyBlock_copy_generic"
314
251
  }
315
252
  },
316
253
  "additionalProperties": false,