-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathjson-activity.yaml
207 lines (174 loc) · 6.6 KB
/
json-activity.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
---
identifier: json-activity
title: JSON Activity Streams 1.0
specification_url: http://activitystrea.ms/specs/json/1.0/
status: published
date: 2011-03-17
verbs:
- name: Post
identifier: post
description: The act of authoring an object and then publishing it online.
specification_anchor: post-verb
object_types:
- name: Activity
identifier: activity
description: An object representation of an activity.
specification_anchor: activity-object
activity_components:
- name: Actor
description: An Object that describes the entity that performed the activity.
specification_anchor: activity
json:
property_name: actor
specification_anchor: activity
- name: Content
description: Natural-language description of the activity encoded as a single JSON String containing HTML markup. Visual elements such as thumbnail images MAY be included.
specification_anchor: activity
json:
property_name: content
specification_anchor: activity
- name: Generator
description: An Object that describes the application that generated the activity.
specification_anchor: activity
json:
property_name: generator
specification_anchor: activity
- name: Icon
description: A Media Link that describes a resource providing a visual representation of the object, intended for human consumption.
specification_anchor: activity
json:
property_name: icon
specification_anchor: activity
- name: ID
description: Provides a permanent, universally unique identifier for the activity in the form of an absolute IRI.
specification_anchor: activity
json:
property_name: id
specification_anchor: activity
- name: Object
description: An object construct that describes the primary object of the activity.
specification_anchor: activity
json:
property_name: object
specification_anchor: activity
- name: Published
description: The date and time at which the activity was published.
specification_anchor: activity
json:
property_name: published
specification_anchor: activity
- name: Provider
description: An object construct that describes the application that published the activity.
specification_anchor: activity
json:
property_name: provider
specification_anchor: activity
- name: Target
description: An Object that describes the target of the activity. The precise meaning of the activity target is dependent on the activities verb, but will often be the object the English preposition "to".
specification_anchor: activity
json:
property_name: target
specification_anchor: activity
- name: Title
description: Natural-language title or headline for the activity encoded as a single JSON String containing HTML markup.
specification_anchor: activity
json:
property_name: title
specification_anchor: activity
- name: Updated
description: The date and time at which the activity was modified.
specification_anchor: activity
json:
property_name: updated
specification_anchor: activity
- name: URL
description: An IRI identifying a resource providing an HTML representation of the activity.
specification_anchor: activity
json:
property_name: url
specification_anchor: activity
- name: Verb
description: Identifies the action that the activity describes.
specification_anchor: activity
json:
property_name: verb
specification_anchor: activity
object_components:
- name: Attachments
description: A collection of one or more additional, associated objects, similar to the concept of attached files in an email message.
specification_anchor: object
json:
property_name: attachments
specification_anchor: object
- name: Author
description: An Object that describes the entity that created or authored the object. Note that the author field identifies the entity that created the object and does not necessarily identify the entity that published the object.
specification_anchor: object
json:
property_name: author
specification_anchor: object
- name: Content
description: Natural-language description of the object encoded as a single JSON String containing HTML markup.
specification_anchor: object
json:
property_name: content
specification_anchor: object
- name: Display Name
description: A natural-language, human-readable and plain-text name for the object. HTML markup MUST NOT be included.
specification_anchor: object
json:
property_name: displayName
specification_anchor: object
- name: Downstream Duplicates
description: A JSON Array of one or more absolute IRIs identifying objects that duplicate this object's content.
specification_anchor: object
json:
property_name: downstreamDuplicates
specification_anchor: object
- name: ID
description: An absolute URI that uniquely identifies the object.
specification_anchor: object
json:
property_name: id
specification_anchor: object
- name: Image
description: A Media Link that describes a resource providing a visual representation of the object, intended for human consumption.
specification_anchor: object
json:
property_name: image
specification_anchor: object
- name: Object Type
description: Identifies the type of object.
specification_anchor: object
json:
property_name: objectType
specification_anchor: object
- name: Published
description: The date and time at which the object was published.
specification_anchor: activity
json:
property_name: published
specification_anchor: activity
- name: Summary
description: Natural-language summarization of the object encoded as a single JSON String containing HTML markup.
specification_anchor: object
json:
property_name: summary
specification_anchor: object
- name: Updated
description: The date and time at which the object was modified.
specification_anchor: object
json:
property_name: updated
specification_anchor: object
- name: Upstream Duplicates
description: A JSON Array of one or more absolute IRIs identifying objects that duplicate this object's content.
specification_anchor: object
json:
property_name: upstreamDuplicates
specification_anchor: object
- name: URL
description: An IRI identifying a resource providing an HTML representation of the object.
specification_anchor: object
json:
property_name: url
specification_anchor: object