5etools-utils 0.14.30 → 0.14.31
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/bestiary/bestiary.json +10 -1
- package/schema/brew/objects.json +4 -1
- package/schema/brew/vehicles.json +13 -1
- package/schema/brew-fast/bestiary/bestiary.json +10 -1
- package/schema/brew-fast/objects.json +4 -1
- package/schema/brew-fast/vehicles.json +13 -1
- package/schema/site/bestiary/bestiary.json +1 -1
- package/schema/site/objects.json +1 -1
- package/schema/site/vehicles.json +1 -1
- package/schema/site-fast/bestiary/bestiary.json +1 -1
- package/schema/site-fast/objects.json +1 -1
- package/schema/site-fast/vehicles.json +1 -1
- package/schema/ua/bestiary/bestiary.json +10 -1
- package/schema/ua/objects.json +4 -1
- package/schema/ua/vehicles.json +13 -1
- package/schema/ua-fast/bestiary/bestiary.json +10 -1
- package/schema/ua-fast/objects.json +4 -1
- package/schema/ua-fast/vehicles.json +13 -1
package/package.json
CHANGED
|
@@ -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.57",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1445,6 +1445,9 @@
|
|
|
1445
1445
|
"tokenHref": {
|
|
1446
1446
|
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
1447
1447
|
},
|
|
1448
|
+
"tokenHref3d": {
|
|
1449
|
+
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
1450
|
+
},
|
|
1448
1451
|
"foundryTokenSubjectHref": {
|
|
1449
1452
|
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
1450
1453
|
},
|
|
@@ -2787,6 +2790,9 @@
|
|
|
2787
2790
|
"tokenHref": {
|
|
2788
2791
|
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
2789
2792
|
},
|
|
2793
|
+
"tokenHref3d": {
|
|
2794
|
+
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
2795
|
+
},
|
|
2790
2796
|
"foundryTokenSubjectHref": {
|
|
2791
2797
|
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
2792
2798
|
},
|
|
@@ -4134,6 +4140,9 @@
|
|
|
4134
4140
|
"tokenHref": {
|
|
4135
4141
|
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
4136
4142
|
},
|
|
4143
|
+
"tokenHref3d": {
|
|
4144
|
+
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
4145
|
+
},
|
|
4137
4146
|
"foundryTokenSubjectHref": {
|
|
4138
4147
|
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
4139
4148
|
},
|
package/schema/brew/objects.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "objects.json",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.13",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -174,6 +174,9 @@
|
|
|
174
174
|
"tokenHref": {
|
|
175
175
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
176
176
|
},
|
|
177
|
+
"tokenHref3d": {
|
|
178
|
+
"$ref": "util-token.json#/$defs/tokenHref"
|
|
179
|
+
},
|
|
177
180
|
"foundryTokenSubjectHref": {
|
|
178
181
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
179
182
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "vehicles.json",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -601,6 +601,9 @@
|
|
|
601
601
|
"tokenHref": {
|
|
602
602
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
603
603
|
},
|
|
604
|
+
"tokenHref3d": {
|
|
605
|
+
"$ref": "util-token.json#/$defs/tokenHref"
|
|
606
|
+
},
|
|
604
607
|
"foundryTokenSubjectHref": {
|
|
605
608
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
606
609
|
},
|
|
@@ -726,6 +729,9 @@
|
|
|
726
729
|
"tokenHref": {
|
|
727
730
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
728
731
|
},
|
|
732
|
+
"tokenHref3d": {
|
|
733
|
+
"$ref": "util-token.json#/$defs/tokenHref"
|
|
734
|
+
},
|
|
729
735
|
"foundryTokenSubjectHref": {
|
|
730
736
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
731
737
|
},
|
|
@@ -856,6 +862,9 @@
|
|
|
856
862
|
"tokenHref": {
|
|
857
863
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
858
864
|
},
|
|
865
|
+
"tokenHref3d": {
|
|
866
|
+
"$ref": "util-token.json#/$defs/tokenHref"
|
|
867
|
+
},
|
|
859
868
|
"foundryTokenSubjectHref": {
|
|
860
869
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
861
870
|
},
|
|
@@ -1069,6 +1078,9 @@
|
|
|
1069
1078
|
"tokenHref": {
|
|
1070
1079
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
1071
1080
|
},
|
|
1081
|
+
"tokenHref3d": {
|
|
1082
|
+
"$ref": "util-token.json#/$defs/tokenHref"
|
|
1083
|
+
},
|
|
1072
1084
|
"foundryTokenSubjectHref": {
|
|
1073
1085
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
1074
1086
|
},
|
|
@@ -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.57",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1445,6 +1445,9 @@
|
|
|
1445
1445
|
"tokenHref": {
|
|
1446
1446
|
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
1447
1447
|
},
|
|
1448
|
+
"tokenHref3d": {
|
|
1449
|
+
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
1450
|
+
},
|
|
1448
1451
|
"foundryTokenSubjectHref": {
|
|
1449
1452
|
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
1450
1453
|
},
|
|
@@ -2787,6 +2790,9 @@
|
|
|
2787
2790
|
"tokenHref": {
|
|
2788
2791
|
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
2789
2792
|
},
|
|
2793
|
+
"tokenHref3d": {
|
|
2794
|
+
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
2795
|
+
},
|
|
2790
2796
|
"foundryTokenSubjectHref": {
|
|
2791
2797
|
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
2792
2798
|
},
|
|
@@ -4134,6 +4140,9 @@
|
|
|
4134
4140
|
"tokenHref": {
|
|
4135
4141
|
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
4136
4142
|
},
|
|
4143
|
+
"tokenHref3d": {
|
|
4144
|
+
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
4145
|
+
},
|
|
4137
4146
|
"foundryTokenSubjectHref": {
|
|
4138
4147
|
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
4139
4148
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "objects.json",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.13",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -174,6 +174,9 @@
|
|
|
174
174
|
"tokenHref": {
|
|
175
175
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
176
176
|
},
|
|
177
|
+
"tokenHref3d": {
|
|
178
|
+
"$ref": "util-token.json#/$defs/tokenHref"
|
|
179
|
+
},
|
|
177
180
|
"foundryTokenSubjectHref": {
|
|
178
181
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
179
182
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "vehicles.json",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -601,6 +601,9 @@
|
|
|
601
601
|
"tokenHref": {
|
|
602
602
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
603
603
|
},
|
|
604
|
+
"tokenHref3d": {
|
|
605
|
+
"$ref": "util-token.json#/$defs/tokenHref"
|
|
606
|
+
},
|
|
604
607
|
"foundryTokenSubjectHref": {
|
|
605
608
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
606
609
|
},
|
|
@@ -726,6 +729,9 @@
|
|
|
726
729
|
"tokenHref": {
|
|
727
730
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
728
731
|
},
|
|
732
|
+
"tokenHref3d": {
|
|
733
|
+
"$ref": "util-token.json#/$defs/tokenHref"
|
|
734
|
+
},
|
|
729
735
|
"foundryTokenSubjectHref": {
|
|
730
736
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
731
737
|
},
|
|
@@ -856,6 +862,9 @@
|
|
|
856
862
|
"tokenHref": {
|
|
857
863
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
858
864
|
},
|
|
865
|
+
"tokenHref3d": {
|
|
866
|
+
"$ref": "util-token.json#/$defs/tokenHref"
|
|
867
|
+
},
|
|
859
868
|
"foundryTokenSubjectHref": {
|
|
860
869
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
861
870
|
},
|
|
@@ -1069,6 +1078,9 @@
|
|
|
1069
1078
|
"tokenHref": {
|
|
1070
1079
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
1071
1080
|
},
|
|
1081
|
+
"tokenHref3d": {
|
|
1082
|
+
"$ref": "util-token.json#/$defs/tokenHref"
|
|
1083
|
+
},
|
|
1072
1084
|
"foundryTokenSubjectHref": {
|
|
1073
1085
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
1074
1086
|
},
|
package/schema/site/objects.json
CHANGED
|
@@ -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.57",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1479,6 +1479,9 @@
|
|
|
1479
1479
|
"tokenHref": {
|
|
1480
1480
|
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
1481
1481
|
},
|
|
1482
|
+
"tokenHref3d": {
|
|
1483
|
+
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
1484
|
+
},
|
|
1482
1485
|
"foundryTokenSubjectHref": {
|
|
1483
1486
|
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
1484
1487
|
},
|
|
@@ -2855,6 +2858,9 @@
|
|
|
2855
2858
|
"tokenHref": {
|
|
2856
2859
|
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
2857
2860
|
},
|
|
2861
|
+
"tokenHref3d": {
|
|
2862
|
+
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
2863
|
+
},
|
|
2858
2864
|
"foundryTokenSubjectHref": {
|
|
2859
2865
|
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
2860
2866
|
},
|
|
@@ -4236,6 +4242,9 @@
|
|
|
4236
4242
|
"tokenHref": {
|
|
4237
4243
|
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
4238
4244
|
},
|
|
4245
|
+
"tokenHref3d": {
|
|
4246
|
+
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
4247
|
+
},
|
|
4239
4248
|
"foundryTokenSubjectHref": {
|
|
4240
4249
|
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
4241
4250
|
},
|
package/schema/ua/objects.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "objects.json",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.13",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -163,6 +163,9 @@
|
|
|
163
163
|
"tokenHref": {
|
|
164
164
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
165
165
|
},
|
|
166
|
+
"tokenHref3d": {
|
|
167
|
+
"$ref": "util-token.json#/$defs/tokenHref"
|
|
168
|
+
},
|
|
166
169
|
"foundryTokenSubjectHref": {
|
|
167
170
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
168
171
|
},
|
package/schema/ua/vehicles.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "vehicles.json",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -579,6 +579,9 @@
|
|
|
579
579
|
"tokenHref": {
|
|
580
580
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
581
581
|
},
|
|
582
|
+
"tokenHref3d": {
|
|
583
|
+
"$ref": "util-token.json#/$defs/tokenHref"
|
|
584
|
+
},
|
|
582
585
|
"foundryTokenSubjectHref": {
|
|
583
586
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
584
587
|
},
|
|
@@ -681,6 +684,9 @@
|
|
|
681
684
|
"tokenHref": {
|
|
682
685
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
683
686
|
},
|
|
687
|
+
"tokenHref3d": {
|
|
688
|
+
"$ref": "util-token.json#/$defs/tokenHref"
|
|
689
|
+
},
|
|
684
690
|
"foundryTokenSubjectHref": {
|
|
685
691
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
686
692
|
},
|
|
@@ -788,6 +794,9 @@
|
|
|
788
794
|
"tokenHref": {
|
|
789
795
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
790
796
|
},
|
|
797
|
+
"tokenHref3d": {
|
|
798
|
+
"$ref": "util-token.json#/$defs/tokenHref"
|
|
799
|
+
},
|
|
791
800
|
"foundryTokenSubjectHref": {
|
|
792
801
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
793
802
|
},
|
|
@@ -978,6 +987,9 @@
|
|
|
978
987
|
"tokenHref": {
|
|
979
988
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
980
989
|
},
|
|
990
|
+
"tokenHref3d": {
|
|
991
|
+
"$ref": "util-token.json#/$defs/tokenHref"
|
|
992
|
+
},
|
|
981
993
|
"foundryTokenSubjectHref": {
|
|
982
994
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
983
995
|
},
|
|
@@ -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.57",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1479,6 +1479,9 @@
|
|
|
1479
1479
|
"tokenHref": {
|
|
1480
1480
|
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
1481
1481
|
},
|
|
1482
|
+
"tokenHref3d": {
|
|
1483
|
+
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
1484
|
+
},
|
|
1482
1485
|
"foundryTokenSubjectHref": {
|
|
1483
1486
|
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
1484
1487
|
},
|
|
@@ -2855,6 +2858,9 @@
|
|
|
2855
2858
|
"tokenHref": {
|
|
2856
2859
|
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
2857
2860
|
},
|
|
2861
|
+
"tokenHref3d": {
|
|
2862
|
+
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
2863
|
+
},
|
|
2858
2864
|
"foundryTokenSubjectHref": {
|
|
2859
2865
|
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
2860
2866
|
},
|
|
@@ -4236,6 +4242,9 @@
|
|
|
4236
4242
|
"tokenHref": {
|
|
4237
4243
|
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
4238
4244
|
},
|
|
4245
|
+
"tokenHref3d": {
|
|
4246
|
+
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
4247
|
+
},
|
|
4239
4248
|
"foundryTokenSubjectHref": {
|
|
4240
4249
|
"$ref": "../util-token.json#/$defs/tokenHref"
|
|
4241
4250
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "objects.json",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.13",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -163,6 +163,9 @@
|
|
|
163
163
|
"tokenHref": {
|
|
164
164
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
165
165
|
},
|
|
166
|
+
"tokenHref3d": {
|
|
167
|
+
"$ref": "util-token.json#/$defs/tokenHref"
|
|
168
|
+
},
|
|
166
169
|
"foundryTokenSubjectHref": {
|
|
167
170
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
168
171
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "vehicles.json",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -579,6 +579,9 @@
|
|
|
579
579
|
"tokenHref": {
|
|
580
580
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
581
581
|
},
|
|
582
|
+
"tokenHref3d": {
|
|
583
|
+
"$ref": "util-token.json#/$defs/tokenHref"
|
|
584
|
+
},
|
|
582
585
|
"foundryTokenSubjectHref": {
|
|
583
586
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
584
587
|
},
|
|
@@ -681,6 +684,9 @@
|
|
|
681
684
|
"tokenHref": {
|
|
682
685
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
683
686
|
},
|
|
687
|
+
"tokenHref3d": {
|
|
688
|
+
"$ref": "util-token.json#/$defs/tokenHref"
|
|
689
|
+
},
|
|
684
690
|
"foundryTokenSubjectHref": {
|
|
685
691
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
686
692
|
},
|
|
@@ -788,6 +794,9 @@
|
|
|
788
794
|
"tokenHref": {
|
|
789
795
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
790
796
|
},
|
|
797
|
+
"tokenHref3d": {
|
|
798
|
+
"$ref": "util-token.json#/$defs/tokenHref"
|
|
799
|
+
},
|
|
791
800
|
"foundryTokenSubjectHref": {
|
|
792
801
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
793
802
|
},
|
|
@@ -978,6 +987,9 @@
|
|
|
978
987
|
"tokenHref": {
|
|
979
988
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
980
989
|
},
|
|
990
|
+
"tokenHref3d": {
|
|
991
|
+
"$ref": "util-token.json#/$defs/tokenHref"
|
|
992
|
+
},
|
|
981
993
|
"foundryTokenSubjectHref": {
|
|
982
994
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
983
995
|
},
|