aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/mocks/activity/testfollow.json
blob: e308e52eafed774a31de5fa41528f7ac0aa93fb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    "https://w3id.org/security/v1",
    {
      "schema": "http://schema.org#",
      "PropertyValue": "schema:PropertyValue",
      "value": "schema:value"
    }
  ],
  "id": "https://example.com/12345678",
  "type": "Follow",
  "actor": "https://example.com/u/testuser",
  "object": "http://localhost:8080/u/ugnich"
}