readme
[Seppo.git] / test / data / webfinger / mini.json
blob81617f78438e1f677f7fc139734b43cd6086552c
2   "subject": "acct:ursi@example.com",
3   "aliases": [
4     "https://example.com/activitypub/"
5   ],
6   "links": [
7     {
8       "href": "https://example.com/activitypub/",
9       "rel": "self",
10       "type": "application/activity+json"
11     },
12     {
13       "href": "https://example.com/",
14       "rel": "http://webfinger.net/rel/profile-page",
15       "type": "text/html; charset=utf8"
16     },
17     {
18       "rel": "http://ostatus.org/schema/1.0/subscribe",
19       "template": "https://example.com/seppo.cgi/ostatus/authorize?uri={uri}"
20     }
21   ]