Representing the cause of an activity
In Activity Streams 2.0, we can represent the result of an activity using the result property. Here, when the actor accepts a Follow activity, the result is that the follower is added to the actor's followers collection.
{ "@context": "https://www.w3.org/ns/activitystreams", "id": "https://social example/accept/12931", "type": "Accept", "actor": "https://social example/person/24405", "to": ["as:Public", "https://other example/person/21356"], "object": { "id": "https://other example/follow/30360",