@twin.org/standards-w3c-activity-streams 0.0.3-next.55 → 0.0.3-next.57
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/docs/changelog.md +14 -0
- package/docs/reference/interfaces/IActivityStreamsActivity.md +36 -36
- package/docs/reference/interfaces/IActivityStreamsActor.md +31 -31
- package/docs/reference/interfaces/IActivityStreamsApplication.md +30 -30
- package/docs/reference/interfaces/IActivityStreamsArticle.md +30 -30
- package/docs/reference/interfaces/IActivityStreamsAudio.md +30 -30
- package/docs/reference/interfaces/IActivityStreamsCollection.md +35 -35
- package/docs/reference/interfaces/IActivityStreamsCollectionPage.md +38 -38
- package/docs/reference/interfaces/IActivityStreamsDocument.md +30 -30
- package/docs/reference/interfaces/IActivityStreamsEvent.md +30 -30
- package/docs/reference/interfaces/IActivityStreamsGroup.md +30 -30
- package/docs/reference/interfaces/IActivityStreamsImage.md +30 -30
- package/docs/reference/interfaces/IActivityStreamsIntransitiveActivity.md +35 -35
- package/docs/reference/interfaces/IActivityStreamsLink.md +7 -7
- package/docs/reference/interfaces/IActivityStreamsMention.md +7 -7
- package/docs/reference/interfaces/IActivityStreamsNote.md +30 -30
- package/docs/reference/interfaces/IActivityStreamsObject.md +31 -31
- package/docs/reference/interfaces/IActivityStreamsOrderedCollection.md +36 -36
- package/docs/reference/interfaces/IActivityStreamsOrderedCollectionPage.md +40 -40
- package/docs/reference/interfaces/IActivityStreamsOrganization.md +30 -30
- package/docs/reference/interfaces/IActivityStreamsPage.md +30 -30
- package/docs/reference/interfaces/IActivityStreamsPerson.md +30 -30
- package/docs/reference/interfaces/IActivityStreamsPlace.md +36 -36
- package/docs/reference/interfaces/IActivityStreamsProfile.md +31 -31
- package/docs/reference/interfaces/IActivityStreamsQuestionAnyOfChoice.md +1 -1
- package/docs/reference/interfaces/IActivityStreamsQuestionBase.md +36 -36
- package/docs/reference/interfaces/IActivityStreamsQuestionNeitherChoice.md +2 -2
- package/docs/reference/interfaces/IActivityStreamsQuestionOneOfChoice.md +1 -1
- package/docs/reference/interfaces/IActivityStreamsRelationship.md +33 -33
- package/docs/reference/interfaces/IActivityStreamsService.md +30 -30
- package/docs/reference/interfaces/IActivityStreamsTombstone.md +32 -32
- package/docs/reference/interfaces/IActivityStreamsVideo.md +30 -30
- package/package.json +1 -1
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.57](https://github.com/twinfoundation/standards/compare/standards-w3c-activity-streams-v0.0.3-next.56...standards-w3c-activity-streams-v0.0.3-next.57) (2026-03-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **standards-w3c-activity-streams:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
## [0.0.3-next.56](https://github.com/twinfoundation/standards/compare/standards-w3c-activity-streams-v0.0.3-next.55...standards-w3c-activity-streams-v0.0.3-next.56) (2026-03-20)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Miscellaneous Chores
|
|
14
|
+
|
|
15
|
+
* **standards-w3c-activity-streams:** Synchronize repo versions
|
|
16
|
+
|
|
3
17
|
## [0.0.3-next.55](https://github.com/twinfoundation/standards/compare/standards-w3c-activity-streams-v0.0.3-next.54...standards-w3c-activity-streams-v0.0.3-next.55) (2026-03-19)
|
|
4
18
|
|
|
5
19
|
|
|
@@ -41,7 +41,7 @@ Activity Type.
|
|
|
41
41
|
|
|
42
42
|
### generator? {#generator}
|
|
43
43
|
|
|
44
|
-
> `optional` **generator
|
|
44
|
+
> `optional` **generator?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
45
45
|
|
|
46
46
|
The generator of the Activity.
|
|
47
47
|
|
|
@@ -57,7 +57,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-generator
|
|
|
57
57
|
|
|
58
58
|
### actor? {#actor}
|
|
59
59
|
|
|
60
|
-
> `optional` **actor
|
|
60
|
+
> `optional` **actor?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
61
61
|
|
|
62
62
|
The Actor behind the Activity.
|
|
63
63
|
|
|
@@ -69,7 +69,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-actor
|
|
|
69
69
|
|
|
70
70
|
### object? {#object}
|
|
71
71
|
|
|
72
|
-
> `optional` **object
|
|
72
|
+
> `optional` **object?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
73
73
|
|
|
74
74
|
The object affected by the Activity.
|
|
75
75
|
|
|
@@ -81,7 +81,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object
|
|
|
81
81
|
|
|
82
82
|
### target? {#target}
|
|
83
83
|
|
|
84
|
-
> `optional` **target
|
|
84
|
+
> `optional` **target?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
85
85
|
|
|
86
86
|
The target of the Activity.
|
|
87
87
|
|
|
@@ -93,7 +93,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-target
|
|
|
93
93
|
|
|
94
94
|
### summary? {#summary}
|
|
95
95
|
|
|
96
|
-
> `optional` **summary
|
|
96
|
+
> `optional` **summary?**: `string` \| `IJsonLdLanguageMap`
|
|
97
97
|
|
|
98
98
|
Summary of the Activity.
|
|
99
99
|
|
|
@@ -109,7 +109,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-summary
|
|
|
109
109
|
|
|
110
110
|
### result? {#result}
|
|
111
111
|
|
|
112
|
-
> `optional` **result
|
|
112
|
+
> `optional` **result?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
113
113
|
|
|
114
114
|
Result of the Activity.
|
|
115
115
|
|
|
@@ -121,7 +121,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-result
|
|
|
121
121
|
|
|
122
122
|
### origin? {#origin}
|
|
123
123
|
|
|
124
|
-
> `optional` **origin
|
|
124
|
+
> `optional` **origin?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
125
125
|
|
|
126
126
|
Activity's origin.
|
|
127
127
|
|
|
@@ -133,7 +133,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-origin
|
|
|
133
133
|
|
|
134
134
|
### instrument? {#instrument}
|
|
135
135
|
|
|
136
|
-
> `optional` **instrument
|
|
136
|
+
> `optional` **instrument?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
137
137
|
|
|
138
138
|
Instrument used in the Activity.
|
|
139
139
|
|
|
@@ -145,7 +145,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-instrument
|
|
|
145
145
|
|
|
146
146
|
### id? {#id}
|
|
147
147
|
|
|
148
|
-
> `optional` **id
|
|
148
|
+
> `optional` **id?**: `string`
|
|
149
149
|
|
|
150
150
|
Global identifier.
|
|
151
151
|
|
|
@@ -161,7 +161,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-id
|
|
|
161
161
|
|
|
162
162
|
### name? {#name}
|
|
163
163
|
|
|
164
|
-
> `optional` **name
|
|
164
|
+
> `optional` **name?**: `string` \| `IJsonLdLanguageMap`
|
|
165
165
|
|
|
166
166
|
Natural language name.
|
|
167
167
|
|
|
@@ -177,7 +177,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-name
|
|
|
177
177
|
|
|
178
178
|
### nameMap? {#namemap}
|
|
179
179
|
|
|
180
|
-
> `optional` **nameMap
|
|
180
|
+
> `optional` **nameMap?**: `IJsonLdLanguageMap`
|
|
181
181
|
|
|
182
182
|
Natural language name map.
|
|
183
183
|
|
|
@@ -193,7 +193,7 @@ https://www.w3.org/TR/activitystreams-core/#naturalLanguageValues
|
|
|
193
193
|
|
|
194
194
|
### summaryMap? {#summarymap}
|
|
195
195
|
|
|
196
|
-
> `optional` **summaryMap
|
|
196
|
+
> `optional` **summaryMap?**: `IJsonLdLanguageMap`
|
|
197
197
|
|
|
198
198
|
Natural language summary map.
|
|
199
199
|
|
|
@@ -209,7 +209,7 @@ https://www.w3.org/TR/activitystreams-core/#naturalLanguageValues
|
|
|
209
209
|
|
|
210
210
|
### content? {#content}
|
|
211
211
|
|
|
212
|
-
> `optional` **content
|
|
212
|
+
> `optional` **content?**: `string` \| `IJsonLdLanguageMap`
|
|
213
213
|
|
|
214
214
|
Natural language content.
|
|
215
215
|
|
|
@@ -225,7 +225,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-content
|
|
|
225
225
|
|
|
226
226
|
### contentMap? {#contentmap}
|
|
227
227
|
|
|
228
|
-
> `optional` **contentMap
|
|
228
|
+
> `optional` **contentMap?**: `IJsonLdLanguageMap`
|
|
229
229
|
|
|
230
230
|
Natural language content map.
|
|
231
231
|
|
|
@@ -241,7 +241,7 @@ https://www.w3.org/TR/activitystreams-core/#naturalLanguageValues
|
|
|
241
241
|
|
|
242
242
|
### url? {#url}
|
|
243
243
|
|
|
244
|
-
> `optional` **url
|
|
244
|
+
> `optional` **url?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
245
245
|
|
|
246
246
|
A link to the representation of the object.
|
|
247
247
|
|
|
@@ -259,7 +259,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-url
|
|
|
259
259
|
|
|
260
260
|
### image? {#image}
|
|
261
261
|
|
|
262
|
-
> `optional` **image
|
|
262
|
+
> `optional` **image?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
263
263
|
|
|
264
264
|
A graphical representation of the object.
|
|
265
265
|
|
|
@@ -277,7 +277,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-image-term
|
|
|
277
277
|
|
|
278
278
|
### icon? {#icon}
|
|
279
279
|
|
|
280
|
-
> `optional` **icon
|
|
280
|
+
> `optional` **icon?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
281
281
|
|
|
282
282
|
An icon for the object.
|
|
283
283
|
|
|
@@ -295,7 +295,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-icon
|
|
|
295
295
|
|
|
296
296
|
### published? {#published}
|
|
297
297
|
|
|
298
|
-
> `optional` **published
|
|
298
|
+
> `optional` **published?**: `string`
|
|
299
299
|
|
|
300
300
|
Published date-time.
|
|
301
301
|
|
|
@@ -311,7 +311,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-published
|
|
|
311
311
|
|
|
312
312
|
### updated? {#updated}
|
|
313
313
|
|
|
314
|
-
> `optional` **updated
|
|
314
|
+
> `optional` **updated?**: `string`
|
|
315
315
|
|
|
316
316
|
Updated date-time.
|
|
317
317
|
|
|
@@ -327,7 +327,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-updated
|
|
|
327
327
|
|
|
328
328
|
### startTime? {#starttime}
|
|
329
329
|
|
|
330
|
-
> `optional` **startTime
|
|
330
|
+
> `optional` **startTime?**: `string`
|
|
331
331
|
|
|
332
332
|
Start time.
|
|
333
333
|
|
|
@@ -343,7 +343,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-starttime
|
|
|
343
343
|
|
|
344
344
|
### endTime? {#endtime}
|
|
345
345
|
|
|
346
|
-
> `optional` **endTime
|
|
346
|
+
> `optional` **endTime?**: `string`
|
|
347
347
|
|
|
348
348
|
End time.
|
|
349
349
|
|
|
@@ -359,7 +359,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-endtime
|
|
|
359
359
|
|
|
360
360
|
### duration? {#duration}
|
|
361
361
|
|
|
362
|
-
> `optional` **duration
|
|
362
|
+
> `optional` **duration?**: `string`
|
|
363
363
|
|
|
364
364
|
Duration.
|
|
365
365
|
|
|
@@ -375,7 +375,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-duration
|
|
|
375
375
|
|
|
376
376
|
### attachment? {#attachment}
|
|
377
377
|
|
|
378
|
-
> `optional` **attachment
|
|
378
|
+
> `optional` **attachment?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
379
379
|
|
|
380
380
|
Attachments.
|
|
381
381
|
|
|
@@ -391,7 +391,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attachment
|
|
|
391
391
|
|
|
392
392
|
### attributedTo? {#attributedto}
|
|
393
393
|
|
|
394
|
-
> `optional` **attributedTo
|
|
394
|
+
> `optional` **attributedTo?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
395
395
|
|
|
396
396
|
Objects attributed to.
|
|
397
397
|
|
|
@@ -407,7 +407,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attributedto
|
|
|
407
407
|
|
|
408
408
|
### audience? {#audience}
|
|
409
409
|
|
|
410
|
-
> `optional` **audience
|
|
410
|
+
> `optional` **audience?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
411
411
|
|
|
412
412
|
Audience.
|
|
413
413
|
|
|
@@ -423,7 +423,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-audience
|
|
|
423
423
|
|
|
424
424
|
### context? {#context-1}
|
|
425
425
|
|
|
426
|
-
> `optional` **context
|
|
426
|
+
> `optional` **context?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
427
427
|
|
|
428
428
|
Context.
|
|
429
429
|
|
|
@@ -439,7 +439,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-context
|
|
|
439
439
|
|
|
440
440
|
### location? {#location}
|
|
441
441
|
|
|
442
|
-
> `optional` **location
|
|
442
|
+
> `optional` **location?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
443
443
|
|
|
444
444
|
Location.
|
|
445
445
|
|
|
@@ -455,7 +455,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-location
|
|
|
455
455
|
|
|
456
456
|
### tag? {#tag}
|
|
457
457
|
|
|
458
|
-
> `optional` **tag
|
|
458
|
+
> `optional` **tag?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
459
459
|
|
|
460
460
|
Tag.
|
|
461
461
|
|
|
@@ -471,7 +471,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-tag
|
|
|
471
471
|
|
|
472
472
|
### inReplyTo? {#inreplyto}
|
|
473
473
|
|
|
474
|
-
> `optional` **inReplyTo
|
|
474
|
+
> `optional` **inReplyTo?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
475
475
|
|
|
476
476
|
In reply to.
|
|
477
477
|
|
|
@@ -487,7 +487,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-inreplyto
|
|
|
487
487
|
|
|
488
488
|
### replies? {#replies}
|
|
489
489
|
|
|
490
|
-
> `optional` **replies
|
|
490
|
+
> `optional` **replies?**: `IJsonLdNodeObject`
|
|
491
491
|
|
|
492
492
|
Replies collection.
|
|
493
493
|
|
|
@@ -505,7 +505,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-replies
|
|
|
505
505
|
|
|
506
506
|
### preview? {#preview}
|
|
507
507
|
|
|
508
|
-
> `optional` **preview
|
|
508
|
+
> `optional` **preview?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
509
509
|
|
|
510
510
|
Preview.
|
|
511
511
|
|
|
@@ -521,7 +521,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-preview
|
|
|
521
521
|
|
|
522
522
|
### to? {#to}
|
|
523
523
|
|
|
524
|
-
> `optional` **to
|
|
524
|
+
> `optional` **to?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
525
525
|
|
|
526
526
|
To.
|
|
527
527
|
|
|
@@ -537,7 +537,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-to
|
|
|
537
537
|
|
|
538
538
|
### bto? {#bto}
|
|
539
539
|
|
|
540
|
-
> `optional` **bto
|
|
540
|
+
> `optional` **bto?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
541
541
|
|
|
542
542
|
BTo.
|
|
543
543
|
|
|
@@ -553,7 +553,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-bto
|
|
|
553
553
|
|
|
554
554
|
### cc? {#cc}
|
|
555
555
|
|
|
556
|
-
> `optional` **cc
|
|
556
|
+
> `optional` **cc?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
557
557
|
|
|
558
558
|
CC.
|
|
559
559
|
|
|
@@ -569,7 +569,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-cc
|
|
|
569
569
|
|
|
570
570
|
### bcc? {#bcc}
|
|
571
571
|
|
|
572
|
-
> `optional` **bcc
|
|
572
|
+
> `optional` **bcc?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
573
573
|
|
|
574
574
|
BCC.
|
|
575
575
|
|
|
@@ -585,7 +585,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-bcc
|
|
|
585
585
|
|
|
586
586
|
### mediaType? {#mediatype}
|
|
587
587
|
|
|
588
|
-
> `optional` **mediaType
|
|
588
|
+
> `optional` **mediaType?**: `string`
|
|
589
589
|
|
|
590
590
|
MIME media type of the referenced resource.
|
|
591
591
|
|
|
@@ -25,7 +25,7 @@ https://www.w3.org/TR/activitystreams-core/#actors
|
|
|
25
25
|
|
|
26
26
|
### type? {#type}
|
|
27
27
|
|
|
28
|
-
> `optional` **type
|
|
28
|
+
> `optional` **type?**: `ObjectOrArray`\<`string`\>
|
|
29
29
|
|
|
30
30
|
Actor type.
|
|
31
31
|
|
|
@@ -49,7 +49,7 @@ The LD Context.
|
|
|
49
49
|
|
|
50
50
|
### id? {#id}
|
|
51
51
|
|
|
52
|
-
> `optional` **id
|
|
52
|
+
> `optional` **id?**: `string`
|
|
53
53
|
|
|
54
54
|
Global identifier.
|
|
55
55
|
|
|
@@ -65,7 +65,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-id
|
|
|
65
65
|
|
|
66
66
|
### name? {#name}
|
|
67
67
|
|
|
68
|
-
> `optional` **name
|
|
68
|
+
> `optional` **name?**: `string` \| `IJsonLdLanguageMap`
|
|
69
69
|
|
|
70
70
|
Natural language name.
|
|
71
71
|
|
|
@@ -81,7 +81,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-name
|
|
|
81
81
|
|
|
82
82
|
### nameMap? {#namemap}
|
|
83
83
|
|
|
84
|
-
> `optional` **nameMap
|
|
84
|
+
> `optional` **nameMap?**: `IJsonLdLanguageMap`
|
|
85
85
|
|
|
86
86
|
Natural language name map.
|
|
87
87
|
|
|
@@ -97,7 +97,7 @@ https://www.w3.org/TR/activitystreams-core/#naturalLanguageValues
|
|
|
97
97
|
|
|
98
98
|
### summary? {#summary}
|
|
99
99
|
|
|
100
|
-
> `optional` **summary
|
|
100
|
+
> `optional` **summary?**: `string` \| `IJsonLdLanguageMap`
|
|
101
101
|
|
|
102
102
|
Natural language summary.
|
|
103
103
|
|
|
@@ -113,7 +113,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-summary
|
|
|
113
113
|
|
|
114
114
|
### summaryMap? {#summarymap}
|
|
115
115
|
|
|
116
|
-
> `optional` **summaryMap
|
|
116
|
+
> `optional` **summaryMap?**: `IJsonLdLanguageMap`
|
|
117
117
|
|
|
118
118
|
Natural language summary map.
|
|
119
119
|
|
|
@@ -129,7 +129,7 @@ https://www.w3.org/TR/activitystreams-core/#naturalLanguageValues
|
|
|
129
129
|
|
|
130
130
|
### content? {#content}
|
|
131
131
|
|
|
132
|
-
> `optional` **content
|
|
132
|
+
> `optional` **content?**: `string` \| `IJsonLdLanguageMap`
|
|
133
133
|
|
|
134
134
|
Natural language content.
|
|
135
135
|
|
|
@@ -145,7 +145,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-content
|
|
|
145
145
|
|
|
146
146
|
### contentMap? {#contentmap}
|
|
147
147
|
|
|
148
|
-
> `optional` **contentMap
|
|
148
|
+
> `optional` **contentMap?**: `IJsonLdLanguageMap`
|
|
149
149
|
|
|
150
150
|
Natural language content map.
|
|
151
151
|
|
|
@@ -161,7 +161,7 @@ https://www.w3.org/TR/activitystreams-core/#naturalLanguageValues
|
|
|
161
161
|
|
|
162
162
|
### url? {#url}
|
|
163
163
|
|
|
164
|
-
> `optional` **url
|
|
164
|
+
> `optional` **url?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
165
165
|
|
|
166
166
|
A link to the representation of the object.
|
|
167
167
|
|
|
@@ -179,7 +179,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-url
|
|
|
179
179
|
|
|
180
180
|
### image? {#image}
|
|
181
181
|
|
|
182
|
-
> `optional` **image
|
|
182
|
+
> `optional` **image?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
183
183
|
|
|
184
184
|
A graphical representation of the object.
|
|
185
185
|
|
|
@@ -197,7 +197,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-image-term
|
|
|
197
197
|
|
|
198
198
|
### icon? {#icon}
|
|
199
199
|
|
|
200
|
-
> `optional` **icon
|
|
200
|
+
> `optional` **icon?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
201
201
|
|
|
202
202
|
An icon for the object.
|
|
203
203
|
|
|
@@ -215,7 +215,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-icon
|
|
|
215
215
|
|
|
216
216
|
### published? {#published}
|
|
217
217
|
|
|
218
|
-
> `optional` **published
|
|
218
|
+
> `optional` **published?**: `string`
|
|
219
219
|
|
|
220
220
|
Published date-time.
|
|
221
221
|
|
|
@@ -231,7 +231,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-published
|
|
|
231
231
|
|
|
232
232
|
### updated? {#updated}
|
|
233
233
|
|
|
234
|
-
> `optional` **updated
|
|
234
|
+
> `optional` **updated?**: `string`
|
|
235
235
|
|
|
236
236
|
Updated date-time.
|
|
237
237
|
|
|
@@ -247,7 +247,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-updated
|
|
|
247
247
|
|
|
248
248
|
### startTime? {#starttime}
|
|
249
249
|
|
|
250
|
-
> `optional` **startTime
|
|
250
|
+
> `optional` **startTime?**: `string`
|
|
251
251
|
|
|
252
252
|
Start time.
|
|
253
253
|
|
|
@@ -263,7 +263,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-starttime
|
|
|
263
263
|
|
|
264
264
|
### endTime? {#endtime}
|
|
265
265
|
|
|
266
|
-
> `optional` **endTime
|
|
266
|
+
> `optional` **endTime?**: `string`
|
|
267
267
|
|
|
268
268
|
End time.
|
|
269
269
|
|
|
@@ -279,7 +279,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-endtime
|
|
|
279
279
|
|
|
280
280
|
### duration? {#duration}
|
|
281
281
|
|
|
282
|
-
> `optional` **duration
|
|
282
|
+
> `optional` **duration?**: `string`
|
|
283
283
|
|
|
284
284
|
Duration.
|
|
285
285
|
|
|
@@ -295,7 +295,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-duration
|
|
|
295
295
|
|
|
296
296
|
### generator? {#generator}
|
|
297
297
|
|
|
298
|
-
> `optional` **generator
|
|
298
|
+
> `optional` **generator?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
299
299
|
|
|
300
300
|
The generator of the object.
|
|
301
301
|
|
|
@@ -311,7 +311,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-generator
|
|
|
311
311
|
|
|
312
312
|
### attachment? {#attachment}
|
|
313
313
|
|
|
314
|
-
> `optional` **attachment
|
|
314
|
+
> `optional` **attachment?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
315
315
|
|
|
316
316
|
Attachments.
|
|
317
317
|
|
|
@@ -327,7 +327,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attachment
|
|
|
327
327
|
|
|
328
328
|
### attributedTo? {#attributedto}
|
|
329
329
|
|
|
330
|
-
> `optional` **attributedTo
|
|
330
|
+
> `optional` **attributedTo?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
331
331
|
|
|
332
332
|
Objects attributed to.
|
|
333
333
|
|
|
@@ -343,7 +343,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attributedto
|
|
|
343
343
|
|
|
344
344
|
### audience? {#audience}
|
|
345
345
|
|
|
346
|
-
> `optional` **audience
|
|
346
|
+
> `optional` **audience?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
347
347
|
|
|
348
348
|
Audience.
|
|
349
349
|
|
|
@@ -359,7 +359,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-audience
|
|
|
359
359
|
|
|
360
360
|
### context? {#context-1}
|
|
361
361
|
|
|
362
|
-
> `optional` **context
|
|
362
|
+
> `optional` **context?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
363
363
|
|
|
364
364
|
Context.
|
|
365
365
|
|
|
@@ -375,7 +375,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-context
|
|
|
375
375
|
|
|
376
376
|
### location? {#location}
|
|
377
377
|
|
|
378
|
-
> `optional` **location
|
|
378
|
+
> `optional` **location?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
379
379
|
|
|
380
380
|
Location.
|
|
381
381
|
|
|
@@ -391,7 +391,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-location
|
|
|
391
391
|
|
|
392
392
|
### tag? {#tag}
|
|
393
393
|
|
|
394
|
-
> `optional` **tag
|
|
394
|
+
> `optional` **tag?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
395
395
|
|
|
396
396
|
Tag.
|
|
397
397
|
|
|
@@ -407,7 +407,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-tag
|
|
|
407
407
|
|
|
408
408
|
### inReplyTo? {#inreplyto}
|
|
409
409
|
|
|
410
|
-
> `optional` **inReplyTo
|
|
410
|
+
> `optional` **inReplyTo?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
411
411
|
|
|
412
412
|
In reply to.
|
|
413
413
|
|
|
@@ -423,7 +423,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-inreplyto
|
|
|
423
423
|
|
|
424
424
|
### replies? {#replies}
|
|
425
425
|
|
|
426
|
-
> `optional` **replies
|
|
426
|
+
> `optional` **replies?**: `IJsonLdNodeObject`
|
|
427
427
|
|
|
428
428
|
Replies collection.
|
|
429
429
|
|
|
@@ -441,7 +441,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-replies
|
|
|
441
441
|
|
|
442
442
|
### preview? {#preview}
|
|
443
443
|
|
|
444
|
-
> `optional` **preview
|
|
444
|
+
> `optional` **preview?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
445
445
|
|
|
446
446
|
Preview.
|
|
447
447
|
|
|
@@ -457,7 +457,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-preview
|
|
|
457
457
|
|
|
458
458
|
### to? {#to}
|
|
459
459
|
|
|
460
|
-
> `optional` **to
|
|
460
|
+
> `optional` **to?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
461
461
|
|
|
462
462
|
To.
|
|
463
463
|
|
|
@@ -473,7 +473,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-to
|
|
|
473
473
|
|
|
474
474
|
### bto? {#bto}
|
|
475
475
|
|
|
476
|
-
> `optional` **bto
|
|
476
|
+
> `optional` **bto?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
477
477
|
|
|
478
478
|
BTo.
|
|
479
479
|
|
|
@@ -489,7 +489,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-bto
|
|
|
489
489
|
|
|
490
490
|
### cc? {#cc}
|
|
491
491
|
|
|
492
|
-
> `optional` **cc
|
|
492
|
+
> `optional` **cc?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
493
493
|
|
|
494
494
|
CC.
|
|
495
495
|
|
|
@@ -505,7 +505,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-cc
|
|
|
505
505
|
|
|
506
506
|
### bcc? {#bcc}
|
|
507
507
|
|
|
508
|
-
> `optional` **bcc
|
|
508
|
+
> `optional` **bcc?**: `ObjectOrArray`\<`string` \| `IJsonLdNodeObject`\>
|
|
509
509
|
|
|
510
510
|
BCC.
|
|
511
511
|
|
|
@@ -521,7 +521,7 @@ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-bcc
|
|
|
521
521
|
|
|
522
522
|
### mediaType? {#mediatype}
|
|
523
523
|
|
|
524
|
-
> `optional` **mediaType
|
|
524
|
+
> `optional` **mediaType?**: `string`
|
|
525
525
|
|
|
526
526
|
MIME media type of the referenced resource.
|
|
527
527
|
|