summaryrefslogtreecommitdiff
path: root/test/fixtures/webfinger/pleroma-webfinger.json
blob: 8f075eaaf4a72a5ac7ac119b9bcae002da99cd9e (plain)
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
{
  "aliases": [
    "https://{{subdomain}}/users/{{nickname}}"
  ],
  "links": [
    {
      "href": "https://{{subdomain}}/users/{{nickname}}",
      "rel": "http://webfinger.net/rel/profile-page",
      "type": "text/html"
    },
    {
      "href": "https://{{subdomain}}/users/{{nickname}}",
      "rel": "self",
      "type": "application/activity+json"
    },
    {
      "href": "https://{{subdomain}}/users/{{nickname}}",
      "rel": "self",
      "type": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\""
    },
    {
      "rel": "http://ostatus.org/schema/1.0/subscribe",
      "template": "https://{{subdomain}}/ostatus_subscribe?acct={uri}"
    }
  ],
  "subject": "acct:{{nickname}}@{{domain}}"
}