webfinger.json 393 B

12345678910111213141516171819
  1. {
  2. "subject": "{{ subject }}",
  3. "aliases": [
  4. "{{ actor_uri }}"
  5. ],
  6. "links": [
  7. {
  8. "rel": "http://webfinger.net/rel/profile-page",
  9. "type": "text/html",
  10. "href": "{{ actor_uri }}"
  11. },
  12. {
  13. "rel": "self",
  14. "type": "application/activity+json",
  15. "href": "{{ actor_uri }}"
  16. }
  17. ]
  18. }