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