12345678910111213141516171819202122 |
- {
- "subject": "acct:ursi@example.com",
- "aliases": [
- "https://example.com/activitypub/"
- ],
- "links": [
- {
- "href": "https://example.com/activitypub/",
- "rel": "self",
- "type": "application/activity+json"
- },
- {
- "href": "https://example.com/",
- "rel": "http://webfinger.net/rel/profile-page",
- "type": "text/html; charset=utf8"
- },
- {
- "rel": "http://ostatus.org/schema/1.0/subscribe",
- "template": "https://example.com/seppo.cgi/ostatus/authorize?uri={uri}"
- }
- ]
- }
|