mini.json 534 B

12345678910111213141516171819202122
  1. {
  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. ]
  22. }