-
Notifications
You must be signed in to change notification settings - Fork 7
/
activity-replies.yaml
129 lines (110 loc) · 4.94 KB
/
activity-replies.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
---
identifier: activity-streams-replies
title: Responses for Activity Streams
specification_url: http://activitystrea.ms/specs/json/1.0/
status: draft
date: 2011-06-14
activity_components:
- name: In-Reply-To
description: Array of Objects for which the containing activity or object is a response
specification_anchor: stream
json:
property_name: inReplyTo
specification_anchor: stream
object_components:
- name: Attended By
description: Used to provide information about the collection of entities that attended an event
specification_anchor: stream
json:
property_name: attendedBy
specification_anchor: stream
- name: Not Attended By
description: Used to provide information about the collection of entities that did not attend an event
specification_anchor: stream
json:
property_name: notAttendedBy
specification_anchor: stream
- name: Invited
description: Used to provide information about the collection of entities that have been invited to an event, or possibly invited to join a group, etc.
specification_anchor: stream
json:
property_name: invited
specification_anchor: stream
- name: Attending
description: Used to provide information about the collection of actors that have responded to an event using the rsvp-yes verb.
specification_anchor: stream
json:
property_name: attending
specification_anchor: stream
- name: Followers
description: Used to provide information about the collection of objects (typically person objects) that are "following" the containing object.
specification_anchor: stream
json:
property_name: followers
specification_anchor: stream
- name: Following
description: Used to provide information about the collection of objects that this object is "following".
specification_anchor: stream
json:
property_name: following
specification_anchor: stream
- name: Friends
description: Used to provide information about the collection of objects with which a "friendship" relationship has been established using the make-friend verb. This property will typically only be relevant for the person object type.
specification_anchor: stream
json:
property_name: friends
specification_anchor: stream
- name: Friend Requests
description: Used to provide information about the collection of objects with which a "friendship" relationship is being requested using the request-friend verb. This property will typically only be relevant for the person object type.
specification_anchor: stream
json:
property_name: friend-requests
specification_anchor: stream
- name: Likes
description: Used to provide information about the actors (typically person objects) that have favorited or liked the containing object.
specification_anchor: stream
json:
property_name: likes
specification_anchor: stream
- name: Not Attending
description: Used to provide information about the collection of actors that have responded to an event using the rsvp-no verb.
specification_anchor: stream
json:
property_name: notAttending
specification_anchor: stream
- name: Maybe Attending
description: Used to provide information about the collection of actors that have responded to an event using the rsvp-maybe verb.
specification_anchor: stream
json:
property_name: maybeAttending
specification_anchor: stream
- name: Members
description: Used to provide information about the actors (typically person objects) that have "joined" the containing object. This is typically only useful for object types that represent groups.
specification_anchor: stream
json:
property_name: members
specification_anchor: stream
- name: Replies
description: Used to provide information about the thread of discussion associated with a given object. Typically, the objects contained will have an implied inReplyTo property value equal to the object containing the replies property.
specification_anchor: stream
json:
property_name: replies
specification_anchor: stream
- name: Reviews
description: Used to provide information about reviews available for the containing object.
specification_anchor: stream
json:
property_name: reviews
specification_anchor: stream
- name: Saves
description: Used to provide information about the actors (typically person objects) that have "saved" the containing object.
specification_anchor: stream
json:
property_name: saves
specification_anchor: stream
- name: Shares
description: Used to provide information about the actors (typically person objects) that have "shared" the containing object.
specification_anchor: stream
json:
property_name: shares
specification_anchor: stream