5etools-utils 0.12.59 → 0.12.61
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/class/foundry.json +13 -1
- package/schema/brew/entry.json +2 -2
- package/schema/brew/objects.json +4 -4
- package/schema/brew/util-foundry.json +4 -1
- package/schema/brew/vehicles.json +10 -10
- package/schema/brew-fast/class/foundry.json +13 -1
- package/schema/brew-fast/entry.json +2 -2
- package/schema/brew-fast/objects.json +4 -4
- package/schema/brew-fast/util-foundry.json +4 -1
- package/schema/brew-fast/vehicles.json +10 -10
- package/schema/site/class/foundry.json +13 -1
- package/schema/site/entry.json +2 -2
- package/schema/site/objects.json +4 -1
- package/schema/site/util-foundry.json +4 -1
- package/schema/site/vehicles.json +10 -1
- package/schema/site-fast/class/foundry.json +13 -1
- package/schema/site-fast/entry.json +2 -2
- package/schema/site-fast/objects.json +4 -1
- package/schema/site-fast/util-foundry.json +4 -1
- package/schema/site-fast/vehicles.json +10 -1
- package/schema/ua/class/foundry.json +13 -1
- package/schema/ua/entry.json +2 -2
- package/schema/ua/objects.json +4 -4
- package/schema/ua/util-foundry.json +4 -1
- package/schema/ua/vehicles.json +10 -10
- package/schema/ua-fast/class/foundry.json +13 -1
- package/schema/ua-fast/entry.json +2 -2
- package/schema/ua-fast/objects.json +4 -4
- package/schema/ua-fast/util-foundry.json +4 -1
- package/schema/ua-fast/vehicles.json +10 -10
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "foundry-class.json",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.5",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"class": {
|
|
@@ -79,6 +79,9 @@
|
|
|
79
79
|
"isIgnored": {
|
|
80
80
|
"const": true
|
|
81
81
|
},
|
|
82
|
+
"ignoreSrdActivities": {
|
|
83
|
+
"const": true
|
|
84
|
+
},
|
|
82
85
|
"ignoreSrdEffects": {
|
|
83
86
|
"const": true
|
|
84
87
|
},
|
|
@@ -187,6 +190,9 @@
|
|
|
187
190
|
"isIgnored": {
|
|
188
191
|
"const": true
|
|
189
192
|
},
|
|
193
|
+
"ignoreSrdActivities": {
|
|
194
|
+
"const": true
|
|
195
|
+
},
|
|
190
196
|
"ignoreSrdEffects": {
|
|
191
197
|
"const": true
|
|
192
198
|
},
|
|
@@ -292,6 +298,9 @@
|
|
|
292
298
|
"isIgnored": {
|
|
293
299
|
"const": true
|
|
294
300
|
},
|
|
301
|
+
"ignoreSrdActivities": {
|
|
302
|
+
"const": true
|
|
303
|
+
},
|
|
295
304
|
"ignoreSrdEffects": {
|
|
296
305
|
"const": true
|
|
297
306
|
},
|
|
@@ -405,6 +414,9 @@
|
|
|
405
414
|
"isIgnored": {
|
|
406
415
|
"const": true
|
|
407
416
|
},
|
|
417
|
+
"ignoreSrdActivities": {
|
|
418
|
+
"const": true
|
|
419
|
+
},
|
|
408
420
|
"ignoreSrdEffects": {
|
|
409
421
|
"const": true
|
|
410
422
|
},
|
package/schema/brew/entry.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.3",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"minLength": 3,
|
|
131
131
|
"pattern": "^https?://",
|
|
132
132
|
"not": {
|
|
133
|
-
"pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io)/"
|
|
133
|
+
"pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io|raw\\.githubusercontent\\.com/5etools-mirror-\\d+)/"
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
136
|
},
|
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.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -128,6 +128,9 @@
|
|
|
128
128
|
"$ref": "entry.json"
|
|
129
129
|
}
|
|
130
130
|
},
|
|
131
|
+
"token": {
|
|
132
|
+
"$ref": "util-token.json#/$defs/token"
|
|
133
|
+
},
|
|
131
134
|
"tokenCredit": {
|
|
132
135
|
"type": "string"
|
|
133
136
|
},
|
|
@@ -162,9 +165,6 @@
|
|
|
162
165
|
"tokenUrl": {
|
|
163
166
|
"$ref": "util-token.json#/$defs/tokenUrl"
|
|
164
167
|
},
|
|
165
|
-
"token": {
|
|
166
|
-
"$ref": "util-token.json#/$defs/token"
|
|
167
|
-
},
|
|
168
168
|
"tokenHref": {
|
|
169
169
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
170
170
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.6",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -365,6 +365,9 @@
|
|
|
365
365
|
"isIgnored": {
|
|
366
366
|
"const": true
|
|
367
367
|
},
|
|
368
|
+
"ignoreSrdActivities": {
|
|
369
|
+
"const": true
|
|
370
|
+
},
|
|
368
371
|
"ignoreSrdEffects": {
|
|
369
372
|
"const": true
|
|
370
373
|
},
|
|
@@ -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.7.
|
|
4
|
+
"version": "1.7.13",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -444,6 +444,9 @@
|
|
|
444
444
|
}
|
|
445
445
|
]
|
|
446
446
|
},
|
|
447
|
+
"token": {
|
|
448
|
+
"$ref": "util-token.json#/$defs/token"
|
|
449
|
+
},
|
|
447
450
|
"tokenCredit": {
|
|
448
451
|
"type": "string"
|
|
449
452
|
},
|
|
@@ -475,9 +478,6 @@
|
|
|
475
478
|
"tokenUrl": {
|
|
476
479
|
"$ref": "util-token.json#/$defs/tokenUrl"
|
|
477
480
|
},
|
|
478
|
-
"token": {
|
|
479
|
-
"$ref": "util-token.json#/$defs/token"
|
|
480
|
-
},
|
|
481
481
|
"tokenHref": {
|
|
482
482
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
483
483
|
},
|
|
@@ -641,6 +641,9 @@
|
|
|
641
641
|
"additionalProperties": false
|
|
642
642
|
}
|
|
643
643
|
},
|
|
644
|
+
"token": {
|
|
645
|
+
"$ref": "util-token.json#/$defs/token"
|
|
646
|
+
},
|
|
644
647
|
"tokenCredit": {
|
|
645
648
|
"type": "string"
|
|
646
649
|
},
|
|
@@ -672,9 +675,6 @@
|
|
|
672
675
|
"tokenUrl": {
|
|
673
676
|
"$ref": "util-token.json#/$defs/tokenUrl"
|
|
674
677
|
},
|
|
675
|
-
"token": {
|
|
676
|
-
"$ref": "util-token.json#/$defs/token"
|
|
677
|
-
},
|
|
678
678
|
"tokenHref": {
|
|
679
679
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
680
680
|
},
|
|
@@ -840,6 +840,9 @@
|
|
|
840
840
|
}
|
|
841
841
|
}
|
|
842
842
|
},
|
|
843
|
+
"token": {
|
|
844
|
+
"$ref": "util-token.json#/$defs/token"
|
|
845
|
+
},
|
|
843
846
|
"tokenCredit": {
|
|
844
847
|
"type": "string"
|
|
845
848
|
},
|
|
@@ -871,9 +874,6 @@
|
|
|
871
874
|
"tokenUrl": {
|
|
872
875
|
"$ref": "util-token.json#/$defs/tokenUrl"
|
|
873
876
|
},
|
|
874
|
-
"token": {
|
|
875
|
-
"$ref": "util-token.json#/$defs/token"
|
|
876
|
-
},
|
|
877
877
|
"tokenHref": {
|
|
878
878
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
879
879
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "foundry-class.json",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.5",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"class": {
|
|
@@ -79,6 +79,9 @@
|
|
|
79
79
|
"isIgnored": {
|
|
80
80
|
"const": true
|
|
81
81
|
},
|
|
82
|
+
"ignoreSrdActivities": {
|
|
83
|
+
"const": true
|
|
84
|
+
},
|
|
82
85
|
"ignoreSrdEffects": {
|
|
83
86
|
"const": true
|
|
84
87
|
},
|
|
@@ -187,6 +190,9 @@
|
|
|
187
190
|
"isIgnored": {
|
|
188
191
|
"const": true
|
|
189
192
|
},
|
|
193
|
+
"ignoreSrdActivities": {
|
|
194
|
+
"const": true
|
|
195
|
+
},
|
|
190
196
|
"ignoreSrdEffects": {
|
|
191
197
|
"const": true
|
|
192
198
|
},
|
|
@@ -292,6 +298,9 @@
|
|
|
292
298
|
"isIgnored": {
|
|
293
299
|
"const": true
|
|
294
300
|
},
|
|
301
|
+
"ignoreSrdActivities": {
|
|
302
|
+
"const": true
|
|
303
|
+
},
|
|
295
304
|
"ignoreSrdEffects": {
|
|
296
305
|
"const": true
|
|
297
306
|
},
|
|
@@ -405,6 +414,9 @@
|
|
|
405
414
|
"isIgnored": {
|
|
406
415
|
"const": true
|
|
407
416
|
},
|
|
417
|
+
"ignoreSrdActivities": {
|
|
418
|
+
"const": true
|
|
419
|
+
},
|
|
408
420
|
"ignoreSrdEffects": {
|
|
409
421
|
"const": true
|
|
410
422
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.3",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"minLength": 3,
|
|
131
131
|
"pattern": "^https?://",
|
|
132
132
|
"not": {
|
|
133
|
-
"pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io)/"
|
|
133
|
+
"pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io|raw\\.githubusercontent\\.com/5etools-mirror-\\d+)/"
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
136
|
},
|
|
@@ -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.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -128,6 +128,9 @@
|
|
|
128
128
|
"$ref": "entry.json"
|
|
129
129
|
}
|
|
130
130
|
},
|
|
131
|
+
"token": {
|
|
132
|
+
"$ref": "util-token.json#/$defs/token"
|
|
133
|
+
},
|
|
131
134
|
"tokenCredit": {
|
|
132
135
|
"type": "string"
|
|
133
136
|
},
|
|
@@ -162,9 +165,6 @@
|
|
|
162
165
|
"tokenUrl": {
|
|
163
166
|
"$ref": "util-token.json#/$defs/tokenUrl"
|
|
164
167
|
},
|
|
165
|
-
"token": {
|
|
166
|
-
"$ref": "util-token.json#/$defs/token"
|
|
167
|
-
},
|
|
168
168
|
"tokenHref": {
|
|
169
169
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
170
170
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.6",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -365,6 +365,9 @@
|
|
|
365
365
|
"isIgnored": {
|
|
366
366
|
"const": true
|
|
367
367
|
},
|
|
368
|
+
"ignoreSrdActivities": {
|
|
369
|
+
"const": true
|
|
370
|
+
},
|
|
368
371
|
"ignoreSrdEffects": {
|
|
369
372
|
"const": true
|
|
370
373
|
},
|
|
@@ -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.7.
|
|
4
|
+
"version": "1.7.13",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -444,6 +444,9 @@
|
|
|
444
444
|
}
|
|
445
445
|
]
|
|
446
446
|
},
|
|
447
|
+
"token": {
|
|
448
|
+
"$ref": "util-token.json#/$defs/token"
|
|
449
|
+
},
|
|
447
450
|
"tokenCredit": {
|
|
448
451
|
"type": "string"
|
|
449
452
|
},
|
|
@@ -475,9 +478,6 @@
|
|
|
475
478
|
"tokenUrl": {
|
|
476
479
|
"$ref": "util-token.json#/$defs/tokenUrl"
|
|
477
480
|
},
|
|
478
|
-
"token": {
|
|
479
|
-
"$ref": "util-token.json#/$defs/token"
|
|
480
|
-
},
|
|
481
481
|
"tokenHref": {
|
|
482
482
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
483
483
|
},
|
|
@@ -641,6 +641,9 @@
|
|
|
641
641
|
"additionalProperties": false
|
|
642
642
|
}
|
|
643
643
|
},
|
|
644
|
+
"token": {
|
|
645
|
+
"$ref": "util-token.json#/$defs/token"
|
|
646
|
+
},
|
|
644
647
|
"tokenCredit": {
|
|
645
648
|
"type": "string"
|
|
646
649
|
},
|
|
@@ -672,9 +675,6 @@
|
|
|
672
675
|
"tokenUrl": {
|
|
673
676
|
"$ref": "util-token.json#/$defs/tokenUrl"
|
|
674
677
|
},
|
|
675
|
-
"token": {
|
|
676
|
-
"$ref": "util-token.json#/$defs/token"
|
|
677
|
-
},
|
|
678
678
|
"tokenHref": {
|
|
679
679
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
680
680
|
},
|
|
@@ -840,6 +840,9 @@
|
|
|
840
840
|
}
|
|
841
841
|
}
|
|
842
842
|
},
|
|
843
|
+
"token": {
|
|
844
|
+
"$ref": "util-token.json#/$defs/token"
|
|
845
|
+
},
|
|
843
846
|
"tokenCredit": {
|
|
844
847
|
"type": "string"
|
|
845
848
|
},
|
|
@@ -871,9 +874,6 @@
|
|
|
871
874
|
"tokenUrl": {
|
|
872
875
|
"$ref": "util-token.json#/$defs/tokenUrl"
|
|
873
876
|
},
|
|
874
|
-
"token": {
|
|
875
|
-
"$ref": "util-token.json#/$defs/token"
|
|
876
|
-
},
|
|
877
877
|
"tokenHref": {
|
|
878
878
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
879
879
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "foundry-class.json",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.5",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"class": {
|
|
@@ -79,6 +79,9 @@
|
|
|
79
79
|
"isIgnored": {
|
|
80
80
|
"const": true
|
|
81
81
|
},
|
|
82
|
+
"ignoreSrdActivities": {
|
|
83
|
+
"const": true
|
|
84
|
+
},
|
|
82
85
|
"ignoreSrdEffects": {
|
|
83
86
|
"const": true
|
|
84
87
|
},
|
|
@@ -187,6 +190,9 @@
|
|
|
187
190
|
"isIgnored": {
|
|
188
191
|
"const": true
|
|
189
192
|
},
|
|
193
|
+
"ignoreSrdActivities": {
|
|
194
|
+
"const": true
|
|
195
|
+
},
|
|
190
196
|
"ignoreSrdEffects": {
|
|
191
197
|
"const": true
|
|
192
198
|
},
|
|
@@ -292,6 +298,9 @@
|
|
|
292
298
|
"isIgnored": {
|
|
293
299
|
"const": true
|
|
294
300
|
},
|
|
301
|
+
"ignoreSrdActivities": {
|
|
302
|
+
"const": true
|
|
303
|
+
},
|
|
295
304
|
"ignoreSrdEffects": {
|
|
296
305
|
"const": true
|
|
297
306
|
},
|
|
@@ -405,6 +414,9 @@
|
|
|
405
414
|
"isIgnored": {
|
|
406
415
|
"const": true
|
|
407
416
|
},
|
|
417
|
+
"ignoreSrdActivities": {
|
|
418
|
+
"const": true
|
|
419
|
+
},
|
|
408
420
|
"ignoreSrdEffects": {
|
|
409
421
|
"const": true
|
|
410
422
|
},
|
package/schema/site/entry.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.3",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"format": "uri-reference",
|
|
131
131
|
"pattern": "^https?://",
|
|
132
132
|
"not": {
|
|
133
|
-
"pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io)/"
|
|
133
|
+
"pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io|raw\\.githubusercontent\\.com/5etools-mirror-\\d+)/"
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
136
|
},
|
package/schema/site/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.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -128,6 +128,9 @@
|
|
|
128
128
|
"$ref": "entry.json"
|
|
129
129
|
}
|
|
130
130
|
},
|
|
131
|
+
"token": {
|
|
132
|
+
"$ref": "util-token.json#/$defs/token"
|
|
133
|
+
},
|
|
131
134
|
"tokenCredit": {
|
|
132
135
|
"type": "string"
|
|
133
136
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.6",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -365,6 +365,9 @@
|
|
|
365
365
|
"isIgnored": {
|
|
366
366
|
"const": true
|
|
367
367
|
},
|
|
368
|
+
"ignoreSrdActivities": {
|
|
369
|
+
"const": true
|
|
370
|
+
},
|
|
368
371
|
"ignoreSrdEffects": {
|
|
369
372
|
"const": true
|
|
370
373
|
},
|
|
@@ -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.7.
|
|
4
|
+
"version": "1.7.13",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -445,6 +445,9 @@
|
|
|
445
445
|
}
|
|
446
446
|
]
|
|
447
447
|
},
|
|
448
|
+
"token": {
|
|
449
|
+
"$ref": "util-token.json#/$defs/token"
|
|
450
|
+
},
|
|
448
451
|
"tokenCredit": {
|
|
449
452
|
"type": "string"
|
|
450
453
|
},
|
|
@@ -611,6 +614,9 @@
|
|
|
611
614
|
"additionalProperties": false
|
|
612
615
|
}
|
|
613
616
|
},
|
|
617
|
+
"token": {
|
|
618
|
+
"$ref": "util-token.json#/$defs/token"
|
|
619
|
+
},
|
|
614
620
|
"tokenCredit": {
|
|
615
621
|
"type": "string"
|
|
616
622
|
},
|
|
@@ -779,6 +785,9 @@
|
|
|
779
785
|
}
|
|
780
786
|
}
|
|
781
787
|
},
|
|
788
|
+
"token": {
|
|
789
|
+
"$ref": "util-token.json#/$defs/token"
|
|
790
|
+
},
|
|
782
791
|
"tokenCredit": {
|
|
783
792
|
"type": "string"
|
|
784
793
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "foundry-class.json",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.5",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"class": {
|
|
@@ -79,6 +79,9 @@
|
|
|
79
79
|
"isIgnored": {
|
|
80
80
|
"const": true
|
|
81
81
|
},
|
|
82
|
+
"ignoreSrdActivities": {
|
|
83
|
+
"const": true
|
|
84
|
+
},
|
|
82
85
|
"ignoreSrdEffects": {
|
|
83
86
|
"const": true
|
|
84
87
|
},
|
|
@@ -187,6 +190,9 @@
|
|
|
187
190
|
"isIgnored": {
|
|
188
191
|
"const": true
|
|
189
192
|
},
|
|
193
|
+
"ignoreSrdActivities": {
|
|
194
|
+
"const": true
|
|
195
|
+
},
|
|
190
196
|
"ignoreSrdEffects": {
|
|
191
197
|
"const": true
|
|
192
198
|
},
|
|
@@ -292,6 +298,9 @@
|
|
|
292
298
|
"isIgnored": {
|
|
293
299
|
"const": true
|
|
294
300
|
},
|
|
301
|
+
"ignoreSrdActivities": {
|
|
302
|
+
"const": true
|
|
303
|
+
},
|
|
295
304
|
"ignoreSrdEffects": {
|
|
296
305
|
"const": true
|
|
297
306
|
},
|
|
@@ -405,6 +414,9 @@
|
|
|
405
414
|
"isIgnored": {
|
|
406
415
|
"const": true
|
|
407
416
|
},
|
|
417
|
+
"ignoreSrdActivities": {
|
|
418
|
+
"const": true
|
|
419
|
+
},
|
|
408
420
|
"ignoreSrdEffects": {
|
|
409
421
|
"const": true
|
|
410
422
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.3",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"format": "uri-reference",
|
|
131
131
|
"pattern": "^https?://",
|
|
132
132
|
"not": {
|
|
133
|
-
"pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io)/"
|
|
133
|
+
"pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io|raw\\.githubusercontent\\.com/5etools-mirror-\\d+)/"
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
136
|
},
|
|
@@ -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.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -128,6 +128,9 @@
|
|
|
128
128
|
"$ref": "entry.json"
|
|
129
129
|
}
|
|
130
130
|
},
|
|
131
|
+
"token": {
|
|
132
|
+
"$ref": "util-token.json#/$defs/token"
|
|
133
|
+
},
|
|
131
134
|
"tokenCredit": {
|
|
132
135
|
"type": "string"
|
|
133
136
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.6",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -365,6 +365,9 @@
|
|
|
365
365
|
"isIgnored": {
|
|
366
366
|
"const": true
|
|
367
367
|
},
|
|
368
|
+
"ignoreSrdActivities": {
|
|
369
|
+
"const": true
|
|
370
|
+
},
|
|
368
371
|
"ignoreSrdEffects": {
|
|
369
372
|
"const": true
|
|
370
373
|
},
|
|
@@ -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.7.
|
|
4
|
+
"version": "1.7.13",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -445,6 +445,9 @@
|
|
|
445
445
|
}
|
|
446
446
|
]
|
|
447
447
|
},
|
|
448
|
+
"token": {
|
|
449
|
+
"$ref": "util-token.json#/$defs/token"
|
|
450
|
+
},
|
|
448
451
|
"tokenCredit": {
|
|
449
452
|
"type": "string"
|
|
450
453
|
},
|
|
@@ -611,6 +614,9 @@
|
|
|
611
614
|
"additionalProperties": false
|
|
612
615
|
}
|
|
613
616
|
},
|
|
617
|
+
"token": {
|
|
618
|
+
"$ref": "util-token.json#/$defs/token"
|
|
619
|
+
},
|
|
614
620
|
"tokenCredit": {
|
|
615
621
|
"type": "string"
|
|
616
622
|
},
|
|
@@ -779,6 +785,9 @@
|
|
|
779
785
|
}
|
|
780
786
|
}
|
|
781
787
|
},
|
|
788
|
+
"token": {
|
|
789
|
+
"$ref": "util-token.json#/$defs/token"
|
|
790
|
+
},
|
|
782
791
|
"tokenCredit": {
|
|
783
792
|
"type": "string"
|
|
784
793
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "foundry-class.json",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.5",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"class": {
|
|
@@ -79,6 +79,9 @@
|
|
|
79
79
|
"isIgnored": {
|
|
80
80
|
"const": true
|
|
81
81
|
},
|
|
82
|
+
"ignoreSrdActivities": {
|
|
83
|
+
"const": true
|
|
84
|
+
},
|
|
82
85
|
"ignoreSrdEffects": {
|
|
83
86
|
"const": true
|
|
84
87
|
},
|
|
@@ -187,6 +190,9 @@
|
|
|
187
190
|
"isIgnored": {
|
|
188
191
|
"const": true
|
|
189
192
|
},
|
|
193
|
+
"ignoreSrdActivities": {
|
|
194
|
+
"const": true
|
|
195
|
+
},
|
|
190
196
|
"ignoreSrdEffects": {
|
|
191
197
|
"const": true
|
|
192
198
|
},
|
|
@@ -292,6 +298,9 @@
|
|
|
292
298
|
"isIgnored": {
|
|
293
299
|
"const": true
|
|
294
300
|
},
|
|
301
|
+
"ignoreSrdActivities": {
|
|
302
|
+
"const": true
|
|
303
|
+
},
|
|
295
304
|
"ignoreSrdEffects": {
|
|
296
305
|
"const": true
|
|
297
306
|
},
|
|
@@ -405,6 +414,9 @@
|
|
|
405
414
|
"isIgnored": {
|
|
406
415
|
"const": true
|
|
407
416
|
},
|
|
417
|
+
"ignoreSrdActivities": {
|
|
418
|
+
"const": true
|
|
419
|
+
},
|
|
408
420
|
"ignoreSrdEffects": {
|
|
409
421
|
"const": true
|
|
410
422
|
},
|
package/schema/ua/entry.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.3",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"description": "\"uri-reference\" is unsuitable for brew, as it requires URL-encoding \"'\" (see: https://www.ietf.org/rfc/rfc3986.txt)",
|
|
130
130
|
"pattern": "^https?://",
|
|
131
131
|
"not": {
|
|
132
|
-
"pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io)/"
|
|
132
|
+
"pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io|raw\\.githubusercontent\\.com/5etools-mirror-\\d+)/"
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
},
|
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.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -128,6 +128,9 @@
|
|
|
128
128
|
"$ref": "entry.json"
|
|
129
129
|
}
|
|
130
130
|
},
|
|
131
|
+
"token": {
|
|
132
|
+
"$ref": "util-token.json#/$defs/token"
|
|
133
|
+
},
|
|
131
134
|
"tokenCredit": {
|
|
132
135
|
"type": "string"
|
|
133
136
|
},
|
|
@@ -155,9 +158,6 @@
|
|
|
155
158
|
"tokenUrl": {
|
|
156
159
|
"$ref": "util-token.json#/$defs/tokenUrl"
|
|
157
160
|
},
|
|
158
|
-
"token": {
|
|
159
|
-
"$ref": "util-token.json#/$defs/token"
|
|
160
|
-
},
|
|
161
161
|
"tokenHref": {
|
|
162
162
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
163
163
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.6",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -365,6 +365,9 @@
|
|
|
365
365
|
"isIgnored": {
|
|
366
366
|
"const": true
|
|
367
367
|
},
|
|
368
|
+
"ignoreSrdActivities": {
|
|
369
|
+
"const": true
|
|
370
|
+
},
|
|
368
371
|
"ignoreSrdEffects": {
|
|
369
372
|
"const": true
|
|
370
373
|
},
|
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.7.
|
|
4
|
+
"version": "1.7.13",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -445,6 +445,9 @@
|
|
|
445
445
|
}
|
|
446
446
|
]
|
|
447
447
|
},
|
|
448
|
+
"token": {
|
|
449
|
+
"$ref": "util-token.json#/$defs/token"
|
|
450
|
+
},
|
|
448
451
|
"tokenCredit": {
|
|
449
452
|
"type": "string"
|
|
450
453
|
},
|
|
@@ -460,9 +463,6 @@
|
|
|
460
463
|
"tokenUrl": {
|
|
461
464
|
"$ref": "util-token.json#/$defs/tokenUrl"
|
|
462
465
|
},
|
|
463
|
-
"token": {
|
|
464
|
-
"$ref": "util-token.json#/$defs/token"
|
|
465
|
-
},
|
|
466
466
|
"tokenHref": {
|
|
467
467
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
468
468
|
},
|
|
@@ -626,6 +626,9 @@
|
|
|
626
626
|
"additionalProperties": false
|
|
627
627
|
}
|
|
628
628
|
},
|
|
629
|
+
"token": {
|
|
630
|
+
"$ref": "util-token.json#/$defs/token"
|
|
631
|
+
},
|
|
629
632
|
"tokenCredit": {
|
|
630
633
|
"type": "string"
|
|
631
634
|
},
|
|
@@ -641,9 +644,6 @@
|
|
|
641
644
|
"tokenUrl": {
|
|
642
645
|
"$ref": "util-token.json#/$defs/tokenUrl"
|
|
643
646
|
},
|
|
644
|
-
"token": {
|
|
645
|
-
"$ref": "util-token.json#/$defs/token"
|
|
646
|
-
},
|
|
647
647
|
"tokenHref": {
|
|
648
648
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
649
649
|
},
|
|
@@ -809,6 +809,9 @@
|
|
|
809
809
|
}
|
|
810
810
|
}
|
|
811
811
|
},
|
|
812
|
+
"token": {
|
|
813
|
+
"$ref": "util-token.json#/$defs/token"
|
|
814
|
+
},
|
|
812
815
|
"tokenCredit": {
|
|
813
816
|
"type": "string"
|
|
814
817
|
},
|
|
@@ -824,9 +827,6 @@
|
|
|
824
827
|
"tokenUrl": {
|
|
825
828
|
"$ref": "util-token.json#/$defs/tokenUrl"
|
|
826
829
|
},
|
|
827
|
-
"token": {
|
|
828
|
-
"$ref": "util-token.json#/$defs/token"
|
|
829
|
-
},
|
|
830
830
|
"tokenHref": {
|
|
831
831
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
832
832
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "foundry-class.json",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.5",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"class": {
|
|
@@ -79,6 +79,9 @@
|
|
|
79
79
|
"isIgnored": {
|
|
80
80
|
"const": true
|
|
81
81
|
},
|
|
82
|
+
"ignoreSrdActivities": {
|
|
83
|
+
"const": true
|
|
84
|
+
},
|
|
82
85
|
"ignoreSrdEffects": {
|
|
83
86
|
"const": true
|
|
84
87
|
},
|
|
@@ -187,6 +190,9 @@
|
|
|
187
190
|
"isIgnored": {
|
|
188
191
|
"const": true
|
|
189
192
|
},
|
|
193
|
+
"ignoreSrdActivities": {
|
|
194
|
+
"const": true
|
|
195
|
+
},
|
|
190
196
|
"ignoreSrdEffects": {
|
|
191
197
|
"const": true
|
|
192
198
|
},
|
|
@@ -292,6 +298,9 @@
|
|
|
292
298
|
"isIgnored": {
|
|
293
299
|
"const": true
|
|
294
300
|
},
|
|
301
|
+
"ignoreSrdActivities": {
|
|
302
|
+
"const": true
|
|
303
|
+
},
|
|
295
304
|
"ignoreSrdEffects": {
|
|
296
305
|
"const": true
|
|
297
306
|
},
|
|
@@ -405,6 +414,9 @@
|
|
|
405
414
|
"isIgnored": {
|
|
406
415
|
"const": true
|
|
407
416
|
},
|
|
417
|
+
"ignoreSrdActivities": {
|
|
418
|
+
"const": true
|
|
419
|
+
},
|
|
408
420
|
"ignoreSrdEffects": {
|
|
409
421
|
"const": true
|
|
410
422
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.3",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"description": "\"uri-reference\" is unsuitable for brew, as it requires URL-encoding \"'\" (see: https://www.ietf.org/rfc/rfc3986.txt)",
|
|
130
130
|
"pattern": "^https?://",
|
|
131
131
|
"not": {
|
|
132
|
-
"pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io)/"
|
|
132
|
+
"pattern": "^https?://(5e\\.tools|5etools-mirror-\\d+\\.github\\.io|raw\\.githubusercontent\\.com/5etools-mirror-\\d+)/"
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
},
|
|
@@ -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.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"object": {
|
|
@@ -128,6 +128,9 @@
|
|
|
128
128
|
"$ref": "entry.json"
|
|
129
129
|
}
|
|
130
130
|
},
|
|
131
|
+
"token": {
|
|
132
|
+
"$ref": "util-token.json#/$defs/token"
|
|
133
|
+
},
|
|
131
134
|
"tokenCredit": {
|
|
132
135
|
"type": "string"
|
|
133
136
|
},
|
|
@@ -155,9 +158,6 @@
|
|
|
155
158
|
"tokenUrl": {
|
|
156
159
|
"$ref": "util-token.json#/$defs/tokenUrl"
|
|
157
160
|
},
|
|
158
|
-
"token": {
|
|
159
|
-
"$ref": "util-token.json#/$defs/token"
|
|
160
|
-
},
|
|
161
161
|
"tokenHref": {
|
|
162
162
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
163
163
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-foundry.json",
|
|
4
4
|
"title": "Util: Foundry",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.6",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"entryDataObject": {
|
|
8
8
|
"description": "Additional \"5etools-type\" data to be stored on the entry.",
|
|
@@ -365,6 +365,9 @@
|
|
|
365
365
|
"isIgnored": {
|
|
366
366
|
"const": true
|
|
367
367
|
},
|
|
368
|
+
"ignoreSrdActivities": {
|
|
369
|
+
"const": true
|
|
370
|
+
},
|
|
368
371
|
"ignoreSrdEffects": {
|
|
369
372
|
"const": true
|
|
370
373
|
},
|
|
@@ -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.7.
|
|
4
|
+
"version": "1.7.13",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"vehicleTerrain": {
|
|
@@ -445,6 +445,9 @@
|
|
|
445
445
|
}
|
|
446
446
|
]
|
|
447
447
|
},
|
|
448
|
+
"token": {
|
|
449
|
+
"$ref": "util-token.json#/$defs/token"
|
|
450
|
+
},
|
|
448
451
|
"tokenCredit": {
|
|
449
452
|
"type": "string"
|
|
450
453
|
},
|
|
@@ -460,9 +463,6 @@
|
|
|
460
463
|
"tokenUrl": {
|
|
461
464
|
"$ref": "util-token.json#/$defs/tokenUrl"
|
|
462
465
|
},
|
|
463
|
-
"token": {
|
|
464
|
-
"$ref": "util-token.json#/$defs/token"
|
|
465
|
-
},
|
|
466
466
|
"tokenHref": {
|
|
467
467
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
468
468
|
},
|
|
@@ -626,6 +626,9 @@
|
|
|
626
626
|
"additionalProperties": false
|
|
627
627
|
}
|
|
628
628
|
},
|
|
629
|
+
"token": {
|
|
630
|
+
"$ref": "util-token.json#/$defs/token"
|
|
631
|
+
},
|
|
629
632
|
"tokenCredit": {
|
|
630
633
|
"type": "string"
|
|
631
634
|
},
|
|
@@ -641,9 +644,6 @@
|
|
|
641
644
|
"tokenUrl": {
|
|
642
645
|
"$ref": "util-token.json#/$defs/tokenUrl"
|
|
643
646
|
},
|
|
644
|
-
"token": {
|
|
645
|
-
"$ref": "util-token.json#/$defs/token"
|
|
646
|
-
},
|
|
647
647
|
"tokenHref": {
|
|
648
648
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
649
649
|
},
|
|
@@ -809,6 +809,9 @@
|
|
|
809
809
|
}
|
|
810
810
|
}
|
|
811
811
|
},
|
|
812
|
+
"token": {
|
|
813
|
+
"$ref": "util-token.json#/$defs/token"
|
|
814
|
+
},
|
|
812
815
|
"tokenCredit": {
|
|
813
816
|
"type": "string"
|
|
814
817
|
},
|
|
@@ -824,9 +827,6 @@
|
|
|
824
827
|
"tokenUrl": {
|
|
825
828
|
"$ref": "util-token.json#/$defs/tokenUrl"
|
|
826
829
|
},
|
|
827
|
-
"token": {
|
|
828
|
-
"$ref": "util-token.json#/$defs/token"
|
|
829
|
-
},
|
|
830
830
|
"tokenHref": {
|
|
831
831
|
"$ref": "util-token.json#/$defs/tokenHref"
|
|
832
832
|
},
|