12345678910111213141516171819 |
- {
- "subject": "{{ subject }}",
- "aliases": [
- "{{ actor_uri }}"
- ],
- "links": [
- {
- "rel": "http://webfinger.net/rel/profile-page",
- "type": "text/html",
- "href": "{{ actor_uri }}"
- },
- {
- "rel": "self",
- "type": "application/activity+json",
- "href": "{{ actor_uri }}"
- }
- ]
- }
|