@fedify/vocab-runtime 2.1.0-dev.530 → 2.1.0-dev.543
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/deno.json +1 -1
- package/dist/mod.cjs +54 -1
- package/dist/mod.js +54 -1
- package/dist/tests/docloader.test.cjs +54 -1
- package/dist/tests/docloader.test.js +54 -1
- package/dist/tests/{request-BNEQrWC4.cjs → request-BJJB7u81.cjs} +1 -1
- package/dist/tests/{request-Bkv8GSw3.js → request-Divb6wDy.js} +1 -1
- package/dist/tests/request.test.cjs +1 -1
- package/dist/tests/request.test.js +1 -1
- package/package.json +1 -1
- package/src/contexts.ts +53 -0
package/deno.json
CHANGED
package/dist/mod.cjs
CHANGED
|
@@ -4191,7 +4191,40 @@ const preloadedContexts = {
|
|
|
4191
4191
|
"yield": { "@id": "schema:yield" }
|
|
4192
4192
|
} },
|
|
4193
4193
|
"https://gotosocial.org/ns": { "@context": {
|
|
4194
|
+
"xsd": "http://www.w3.org/2001/XMLSchema#",
|
|
4194
4195
|
"gts": "https://gotosocial.org/ns#",
|
|
4196
|
+
"LikeRequest": "gts:LikeRequest",
|
|
4197
|
+
"ReplyRequest": "gts:ReplyRequest",
|
|
4198
|
+
"AnnounceRequest": "gts:AnnounceRequest",
|
|
4199
|
+
"QuoteRequest": "gts:QuoteRequest",
|
|
4200
|
+
"LikeAuthorization": "gts:LikeApproval",
|
|
4201
|
+
"ReplyAuthorization": "gts:ReplyAuthorization",
|
|
4202
|
+
"AnnounceAuthorization": "gts:AnnounceAuthorization",
|
|
4203
|
+
"QuoteAuthorization": "gts:QuoteAuthorization",
|
|
4204
|
+
"likeAuthorization": {
|
|
4205
|
+
"@id": "gts:likeAuthorization",
|
|
4206
|
+
"@type": "@id"
|
|
4207
|
+
},
|
|
4208
|
+
"replyAuthorization": {
|
|
4209
|
+
"@id": "gts:replyAuthorization",
|
|
4210
|
+
"@type": "@id"
|
|
4211
|
+
},
|
|
4212
|
+
"announceAuthorization": {
|
|
4213
|
+
"@id": "gts:announceAuthorization",
|
|
4214
|
+
"@type": "@id"
|
|
4215
|
+
},
|
|
4216
|
+
"quoteAuthorization": {
|
|
4217
|
+
"@id": "gts:quoteAuthorization",
|
|
4218
|
+
"@type": "@id"
|
|
4219
|
+
},
|
|
4220
|
+
"interactingObject": {
|
|
4221
|
+
"@id": "gts:interactingObject",
|
|
4222
|
+
"@type": "@id"
|
|
4223
|
+
},
|
|
4224
|
+
"interactionTarget": {
|
|
4225
|
+
"@id": "gts:interactionTarget",
|
|
4226
|
+
"@type": "@id"
|
|
4227
|
+
},
|
|
4195
4228
|
"interactionPolicy": {
|
|
4196
4229
|
"@id": "gts:interactionPolicy",
|
|
4197
4230
|
"@type": "@id"
|
|
@@ -4208,6 +4241,26 @@ const preloadedContexts = {
|
|
|
4208
4241
|
"@id": "gts:canAnnounce",
|
|
4209
4242
|
"@type": "@id"
|
|
4210
4243
|
},
|
|
4244
|
+
"canQuote": {
|
|
4245
|
+
"@id": "gts:canQuote",
|
|
4246
|
+
"@type": "@id"
|
|
4247
|
+
},
|
|
4248
|
+
"automaticApproval": {
|
|
4249
|
+
"@id": "gts:automaticApproval",
|
|
4250
|
+
"@type": "@id"
|
|
4251
|
+
},
|
|
4252
|
+
"manualApproval": {
|
|
4253
|
+
"@id": "gts:manualApproval",
|
|
4254
|
+
"@type": "@id"
|
|
4255
|
+
},
|
|
4256
|
+
"hidesToPublicFromUnauthedWeb": {
|
|
4257
|
+
"@id": "gts:hidesToPublicFromUnauthedWeb",
|
|
4258
|
+
"@type": "xsd:boolean"
|
|
4259
|
+
},
|
|
4260
|
+
"hidesCcPublicFromUnauthedWeb": {
|
|
4261
|
+
"@id": "gts:hidesCcPublicFromUnauthedWeb",
|
|
4262
|
+
"@type": "xsd:boolean"
|
|
4263
|
+
},
|
|
4211
4264
|
"always": {
|
|
4212
4265
|
"@id": "gts:always",
|
|
4213
4266
|
"@type": "@id"
|
|
@@ -4261,7 +4314,7 @@ var contexts_default = preloadedContexts;
|
|
|
4261
4314
|
//#endregion
|
|
4262
4315
|
//#region deno.json
|
|
4263
4316
|
var name = "@fedify/vocab-runtime";
|
|
4264
|
-
var version = "2.1.0-dev.
|
|
4317
|
+
var version = "2.1.0-dev.543+e09fd1b4";
|
|
4265
4318
|
var license = "MIT";
|
|
4266
4319
|
var exports$1 = { ".": "./src/mod.ts" };
|
|
4267
4320
|
var description = "Runtime library for @fedify/vocab";
|
package/dist/mod.js
CHANGED
|
@@ -4168,7 +4168,40 @@ const preloadedContexts = {
|
|
|
4168
4168
|
"yield": { "@id": "schema:yield" }
|
|
4169
4169
|
} },
|
|
4170
4170
|
"https://gotosocial.org/ns": { "@context": {
|
|
4171
|
+
"xsd": "http://www.w3.org/2001/XMLSchema#",
|
|
4171
4172
|
"gts": "https://gotosocial.org/ns#",
|
|
4173
|
+
"LikeRequest": "gts:LikeRequest",
|
|
4174
|
+
"ReplyRequest": "gts:ReplyRequest",
|
|
4175
|
+
"AnnounceRequest": "gts:AnnounceRequest",
|
|
4176
|
+
"QuoteRequest": "gts:QuoteRequest",
|
|
4177
|
+
"LikeAuthorization": "gts:LikeApproval",
|
|
4178
|
+
"ReplyAuthorization": "gts:ReplyAuthorization",
|
|
4179
|
+
"AnnounceAuthorization": "gts:AnnounceAuthorization",
|
|
4180
|
+
"QuoteAuthorization": "gts:QuoteAuthorization",
|
|
4181
|
+
"likeAuthorization": {
|
|
4182
|
+
"@id": "gts:likeAuthorization",
|
|
4183
|
+
"@type": "@id"
|
|
4184
|
+
},
|
|
4185
|
+
"replyAuthorization": {
|
|
4186
|
+
"@id": "gts:replyAuthorization",
|
|
4187
|
+
"@type": "@id"
|
|
4188
|
+
},
|
|
4189
|
+
"announceAuthorization": {
|
|
4190
|
+
"@id": "gts:announceAuthorization",
|
|
4191
|
+
"@type": "@id"
|
|
4192
|
+
},
|
|
4193
|
+
"quoteAuthorization": {
|
|
4194
|
+
"@id": "gts:quoteAuthorization",
|
|
4195
|
+
"@type": "@id"
|
|
4196
|
+
},
|
|
4197
|
+
"interactingObject": {
|
|
4198
|
+
"@id": "gts:interactingObject",
|
|
4199
|
+
"@type": "@id"
|
|
4200
|
+
},
|
|
4201
|
+
"interactionTarget": {
|
|
4202
|
+
"@id": "gts:interactionTarget",
|
|
4203
|
+
"@type": "@id"
|
|
4204
|
+
},
|
|
4172
4205
|
"interactionPolicy": {
|
|
4173
4206
|
"@id": "gts:interactionPolicy",
|
|
4174
4207
|
"@type": "@id"
|
|
@@ -4185,6 +4218,26 @@ const preloadedContexts = {
|
|
|
4185
4218
|
"@id": "gts:canAnnounce",
|
|
4186
4219
|
"@type": "@id"
|
|
4187
4220
|
},
|
|
4221
|
+
"canQuote": {
|
|
4222
|
+
"@id": "gts:canQuote",
|
|
4223
|
+
"@type": "@id"
|
|
4224
|
+
},
|
|
4225
|
+
"automaticApproval": {
|
|
4226
|
+
"@id": "gts:automaticApproval",
|
|
4227
|
+
"@type": "@id"
|
|
4228
|
+
},
|
|
4229
|
+
"manualApproval": {
|
|
4230
|
+
"@id": "gts:manualApproval",
|
|
4231
|
+
"@type": "@id"
|
|
4232
|
+
},
|
|
4233
|
+
"hidesToPublicFromUnauthedWeb": {
|
|
4234
|
+
"@id": "gts:hidesToPublicFromUnauthedWeb",
|
|
4235
|
+
"@type": "xsd:boolean"
|
|
4236
|
+
},
|
|
4237
|
+
"hidesCcPublicFromUnauthedWeb": {
|
|
4238
|
+
"@id": "gts:hidesCcPublicFromUnauthedWeb",
|
|
4239
|
+
"@type": "xsd:boolean"
|
|
4240
|
+
},
|
|
4188
4241
|
"always": {
|
|
4189
4242
|
"@id": "gts:always",
|
|
4190
4243
|
"@type": "@id"
|
|
@@ -4238,7 +4291,7 @@ var contexts_default = preloadedContexts;
|
|
|
4238
4291
|
//#endregion
|
|
4239
4292
|
//#region deno.json
|
|
4240
4293
|
var name = "@fedify/vocab-runtime";
|
|
4241
|
-
var version = "2.1.0-dev.
|
|
4294
|
+
var version = "2.1.0-dev.543+e09fd1b4";
|
|
4242
4295
|
var license = "MIT";
|
|
4243
4296
|
var exports = { ".": "./src/mod.ts" };
|
|
4244
4297
|
var description = "Runtime library for @fedify/vocab";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_chunk = require('./chunk-DWy1uDak.cjs');
|
|
2
|
-
const require_request = require('./request-
|
|
2
|
+
const require_request = require('./request-BJJB7u81.cjs');
|
|
3
3
|
const require_link = require('./link-CdFPEo9O.cjs');
|
|
4
4
|
const require_url = require('./url-C5Vs9nYh.cjs');
|
|
5
5
|
const node_assert = require_chunk.__toESM(require("node:assert"));
|
|
@@ -5397,7 +5397,40 @@ const preloadedContexts = {
|
|
|
5397
5397
|
"yield": { "@id": "schema:yield" }
|
|
5398
5398
|
} },
|
|
5399
5399
|
"https://gotosocial.org/ns": { "@context": {
|
|
5400
|
+
"xsd": "http://www.w3.org/2001/XMLSchema#",
|
|
5400
5401
|
"gts": "https://gotosocial.org/ns#",
|
|
5402
|
+
"LikeRequest": "gts:LikeRequest",
|
|
5403
|
+
"ReplyRequest": "gts:ReplyRequest",
|
|
5404
|
+
"AnnounceRequest": "gts:AnnounceRequest",
|
|
5405
|
+
"QuoteRequest": "gts:QuoteRequest",
|
|
5406
|
+
"LikeAuthorization": "gts:LikeApproval",
|
|
5407
|
+
"ReplyAuthorization": "gts:ReplyAuthorization",
|
|
5408
|
+
"AnnounceAuthorization": "gts:AnnounceAuthorization",
|
|
5409
|
+
"QuoteAuthorization": "gts:QuoteAuthorization",
|
|
5410
|
+
"likeAuthorization": {
|
|
5411
|
+
"@id": "gts:likeAuthorization",
|
|
5412
|
+
"@type": "@id"
|
|
5413
|
+
},
|
|
5414
|
+
"replyAuthorization": {
|
|
5415
|
+
"@id": "gts:replyAuthorization",
|
|
5416
|
+
"@type": "@id"
|
|
5417
|
+
},
|
|
5418
|
+
"announceAuthorization": {
|
|
5419
|
+
"@id": "gts:announceAuthorization",
|
|
5420
|
+
"@type": "@id"
|
|
5421
|
+
},
|
|
5422
|
+
"quoteAuthorization": {
|
|
5423
|
+
"@id": "gts:quoteAuthorization",
|
|
5424
|
+
"@type": "@id"
|
|
5425
|
+
},
|
|
5426
|
+
"interactingObject": {
|
|
5427
|
+
"@id": "gts:interactingObject",
|
|
5428
|
+
"@type": "@id"
|
|
5429
|
+
},
|
|
5430
|
+
"interactionTarget": {
|
|
5431
|
+
"@id": "gts:interactionTarget",
|
|
5432
|
+
"@type": "@id"
|
|
5433
|
+
},
|
|
5401
5434
|
"interactionPolicy": {
|
|
5402
5435
|
"@id": "gts:interactionPolicy",
|
|
5403
5436
|
"@type": "@id"
|
|
@@ -5414,6 +5447,26 @@ const preloadedContexts = {
|
|
|
5414
5447
|
"@id": "gts:canAnnounce",
|
|
5415
5448
|
"@type": "@id"
|
|
5416
5449
|
},
|
|
5450
|
+
"canQuote": {
|
|
5451
|
+
"@id": "gts:canQuote",
|
|
5452
|
+
"@type": "@id"
|
|
5453
|
+
},
|
|
5454
|
+
"automaticApproval": {
|
|
5455
|
+
"@id": "gts:automaticApproval",
|
|
5456
|
+
"@type": "@id"
|
|
5457
|
+
},
|
|
5458
|
+
"manualApproval": {
|
|
5459
|
+
"@id": "gts:manualApproval",
|
|
5460
|
+
"@type": "@id"
|
|
5461
|
+
},
|
|
5462
|
+
"hidesToPublicFromUnauthedWeb": {
|
|
5463
|
+
"@id": "gts:hidesToPublicFromUnauthedWeb",
|
|
5464
|
+
"@type": "xsd:boolean"
|
|
5465
|
+
},
|
|
5466
|
+
"hidesCcPublicFromUnauthedWeb": {
|
|
5467
|
+
"@id": "gts:hidesCcPublicFromUnauthedWeb",
|
|
5468
|
+
"@type": "xsd:boolean"
|
|
5469
|
+
},
|
|
5417
5470
|
"always": {
|
|
5418
5471
|
"@id": "gts:always",
|
|
5419
5472
|
"@type": "@id"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FetchError, createActivityPubRequest, deno_default, logRequest } from "./request-
|
|
1
|
+
import { FetchError, createActivityPubRequest, deno_default, logRequest } from "./request-Divb6wDy.js";
|
|
2
2
|
import { HttpHeaderLink } from "./link-Ck2yj4dH.js";
|
|
3
3
|
import { UrlError, validatePublicUrl } from "./url-fW_DHbih.js";
|
|
4
4
|
import "node:module";
|
|
@@ -5423,7 +5423,40 @@ const preloadedContexts = {
|
|
|
5423
5423
|
"yield": { "@id": "schema:yield" }
|
|
5424
5424
|
} },
|
|
5425
5425
|
"https://gotosocial.org/ns": { "@context": {
|
|
5426
|
+
"xsd": "http://www.w3.org/2001/XMLSchema#",
|
|
5426
5427
|
"gts": "https://gotosocial.org/ns#",
|
|
5428
|
+
"LikeRequest": "gts:LikeRequest",
|
|
5429
|
+
"ReplyRequest": "gts:ReplyRequest",
|
|
5430
|
+
"AnnounceRequest": "gts:AnnounceRequest",
|
|
5431
|
+
"QuoteRequest": "gts:QuoteRequest",
|
|
5432
|
+
"LikeAuthorization": "gts:LikeApproval",
|
|
5433
|
+
"ReplyAuthorization": "gts:ReplyAuthorization",
|
|
5434
|
+
"AnnounceAuthorization": "gts:AnnounceAuthorization",
|
|
5435
|
+
"QuoteAuthorization": "gts:QuoteAuthorization",
|
|
5436
|
+
"likeAuthorization": {
|
|
5437
|
+
"@id": "gts:likeAuthorization",
|
|
5438
|
+
"@type": "@id"
|
|
5439
|
+
},
|
|
5440
|
+
"replyAuthorization": {
|
|
5441
|
+
"@id": "gts:replyAuthorization",
|
|
5442
|
+
"@type": "@id"
|
|
5443
|
+
},
|
|
5444
|
+
"announceAuthorization": {
|
|
5445
|
+
"@id": "gts:announceAuthorization",
|
|
5446
|
+
"@type": "@id"
|
|
5447
|
+
},
|
|
5448
|
+
"quoteAuthorization": {
|
|
5449
|
+
"@id": "gts:quoteAuthorization",
|
|
5450
|
+
"@type": "@id"
|
|
5451
|
+
},
|
|
5452
|
+
"interactingObject": {
|
|
5453
|
+
"@id": "gts:interactingObject",
|
|
5454
|
+
"@type": "@id"
|
|
5455
|
+
},
|
|
5456
|
+
"interactionTarget": {
|
|
5457
|
+
"@id": "gts:interactionTarget",
|
|
5458
|
+
"@type": "@id"
|
|
5459
|
+
},
|
|
5427
5460
|
"interactionPolicy": {
|
|
5428
5461
|
"@id": "gts:interactionPolicy",
|
|
5429
5462
|
"@type": "@id"
|
|
@@ -5440,6 +5473,26 @@ const preloadedContexts = {
|
|
|
5440
5473
|
"@id": "gts:canAnnounce",
|
|
5441
5474
|
"@type": "@id"
|
|
5442
5475
|
},
|
|
5476
|
+
"canQuote": {
|
|
5477
|
+
"@id": "gts:canQuote",
|
|
5478
|
+
"@type": "@id"
|
|
5479
|
+
},
|
|
5480
|
+
"automaticApproval": {
|
|
5481
|
+
"@id": "gts:automaticApproval",
|
|
5482
|
+
"@type": "@id"
|
|
5483
|
+
},
|
|
5484
|
+
"manualApproval": {
|
|
5485
|
+
"@id": "gts:manualApproval",
|
|
5486
|
+
"@type": "@id"
|
|
5487
|
+
},
|
|
5488
|
+
"hidesToPublicFromUnauthedWeb": {
|
|
5489
|
+
"@id": "gts:hidesToPublicFromUnauthedWeb",
|
|
5490
|
+
"@type": "xsd:boolean"
|
|
5491
|
+
},
|
|
5492
|
+
"hidesCcPublicFromUnauthedWeb": {
|
|
5493
|
+
"@id": "gts:hidesCcPublicFromUnauthedWeb",
|
|
5494
|
+
"@type": "xsd:boolean"
|
|
5495
|
+
},
|
|
5443
5496
|
"always": {
|
|
5444
5497
|
"@id": "gts:always",
|
|
5445
5498
|
"@type": "@id"
|
|
@@ -3,7 +3,7 @@ const node_process = require_chunk.__toESM(require("node:process"));
|
|
|
3
3
|
|
|
4
4
|
//#region deno.json
|
|
5
5
|
var name = "@fedify/vocab-runtime";
|
|
6
|
-
var version = "2.1.0-dev.
|
|
6
|
+
var version = "2.1.0-dev.543+e09fd1b4";
|
|
7
7
|
var license = "MIT";
|
|
8
8
|
var exports$1 = { ".": "./src/mod.ts" };
|
|
9
9
|
var description = "Runtime library for @fedify/vocab";
|
|
@@ -2,7 +2,7 @@ import process from "node:process";
|
|
|
2
2
|
|
|
3
3
|
//#region deno.json
|
|
4
4
|
var name = "@fedify/vocab-runtime";
|
|
5
|
-
var version = "2.1.0-dev.
|
|
5
|
+
var version = "2.1.0-dev.543+e09fd1b4";
|
|
6
6
|
var license = "MIT";
|
|
7
7
|
var exports = { ".": "./src/mod.ts" };
|
|
8
8
|
var description = "Runtime library for @fedify/vocab";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_chunk = require('./chunk-DWy1uDak.cjs');
|
|
2
|
-
const require_request = require('./request-
|
|
2
|
+
const require_request = require('./request-BJJB7u81.cjs');
|
|
3
3
|
const node_assert = require_chunk.__toESM(require("node:assert"));
|
|
4
4
|
const node_test = require_chunk.__toESM(require("node:test"));
|
|
5
5
|
const node_process = require_chunk.__toESM(require("node:process"));
|
package/package.json
CHANGED
package/src/contexts.ts
CHANGED
|
@@ -4247,7 +4247,40 @@ const preloadedContexts: Record<string, unknown> = {
|
|
|
4247
4247
|
},
|
|
4248
4248
|
"https://gotosocial.org/ns": {
|
|
4249
4249
|
"@context": {
|
|
4250
|
+
"xsd": "http://www.w3.org/2001/XMLSchema#",
|
|
4250
4251
|
"gts": "https://gotosocial.org/ns#",
|
|
4252
|
+
"LikeRequest": "gts:LikeRequest",
|
|
4253
|
+
"ReplyRequest": "gts:ReplyRequest",
|
|
4254
|
+
"AnnounceRequest": "gts:AnnounceRequest",
|
|
4255
|
+
"QuoteRequest": "gts:QuoteRequest",
|
|
4256
|
+
"LikeAuthorization": "gts:LikeApproval",
|
|
4257
|
+
"ReplyAuthorization": "gts:ReplyAuthorization",
|
|
4258
|
+
"AnnounceAuthorization": "gts:AnnounceAuthorization",
|
|
4259
|
+
"QuoteAuthorization": "gts:QuoteAuthorization",
|
|
4260
|
+
"likeAuthorization": {
|
|
4261
|
+
"@id": "gts:likeAuthorization",
|
|
4262
|
+
"@type": "@id",
|
|
4263
|
+
},
|
|
4264
|
+
"replyAuthorization": {
|
|
4265
|
+
"@id": "gts:replyAuthorization",
|
|
4266
|
+
"@type": "@id",
|
|
4267
|
+
},
|
|
4268
|
+
"announceAuthorization": {
|
|
4269
|
+
"@id": "gts:announceAuthorization",
|
|
4270
|
+
"@type": "@id",
|
|
4271
|
+
},
|
|
4272
|
+
"quoteAuthorization": {
|
|
4273
|
+
"@id": "gts:quoteAuthorization",
|
|
4274
|
+
"@type": "@id",
|
|
4275
|
+
},
|
|
4276
|
+
"interactingObject": {
|
|
4277
|
+
"@id": "gts:interactingObject",
|
|
4278
|
+
"@type": "@id",
|
|
4279
|
+
},
|
|
4280
|
+
"interactionTarget": {
|
|
4281
|
+
"@id": "gts:interactionTarget",
|
|
4282
|
+
"@type": "@id",
|
|
4283
|
+
},
|
|
4251
4284
|
"interactionPolicy": {
|
|
4252
4285
|
"@id": "gts:interactionPolicy",
|
|
4253
4286
|
"@type": "@id",
|
|
@@ -4264,6 +4297,26 @@ const preloadedContexts: Record<string, unknown> = {
|
|
|
4264
4297
|
"@id": "gts:canAnnounce",
|
|
4265
4298
|
"@type": "@id",
|
|
4266
4299
|
},
|
|
4300
|
+
"canQuote": {
|
|
4301
|
+
"@id": "gts:canQuote",
|
|
4302
|
+
"@type": "@id",
|
|
4303
|
+
},
|
|
4304
|
+
"automaticApproval": {
|
|
4305
|
+
"@id": "gts:automaticApproval",
|
|
4306
|
+
"@type": "@id",
|
|
4307
|
+
},
|
|
4308
|
+
"manualApproval": {
|
|
4309
|
+
"@id": "gts:manualApproval",
|
|
4310
|
+
"@type": "@id",
|
|
4311
|
+
},
|
|
4312
|
+
"hidesToPublicFromUnauthedWeb": {
|
|
4313
|
+
"@id": "gts:hidesToPublicFromUnauthedWeb",
|
|
4314
|
+
"@type": "xsd:boolean",
|
|
4315
|
+
},
|
|
4316
|
+
"hidesCcPublicFromUnauthedWeb": {
|
|
4317
|
+
"@id": "gts:hidesCcPublicFromUnauthedWeb",
|
|
4318
|
+
"@type": "xsd:boolean",
|
|
4319
|
+
},
|
|
4267
4320
|
"always": {
|
|
4268
4321
|
"@id": "gts:always",
|
|
4269
4322
|
"@type": "@id",
|