aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/snapshots/activity/testdelete.json
blob: d7e7af234e8d71c24fbfd002d1580a3432019b89 (plain) (blame)
1
2
3
4
5
6
7
8
{
  "@context": "https://www.w3.org/ns/activitystreams",
  "id": "https://example.com/u/testuser#delete",
  "type": "Delete",
  "actor": "https://example.com/u/testuser",
  "to": ["https://www.w3.org/ns/activitystreams#Public"],
  "object": "https://example.com/u/testuser"
}