27 lines
736 B
JSON
27 lines
736 B
JSON
{
|
|
"aliases": [
|
|
"https://{{subdomain}}/users/{{nickname}}"
|
|
],
|
|
"links": [
|
|
{
|
|
"href": "https://{{subdomain}}/users/{{nickname}}",
|
|
"rel": "http://webfinger.net/rel/profile-page",
|
|
"type": "text/html"
|
|
},
|
|
{
|
|
"href": "https://{{subdomain}}/users/{{nickname}}",
|
|
"rel": "self",
|
|
"type": "application/activity+json"
|
|
},
|
|
{
|
|
"href": "https://{{subdomain}}/users/{{nickname}}",
|
|
"rel": "self",
|
|
"type": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\""
|
|
},
|
|
{
|
|
"rel": "http://ostatus.org/schema/1.0/subscribe",
|
|
"template": "https://{{subdomain}}/ostatus_subscribe?acct={uri}"
|
|
}
|
|
],
|
|
"subject": "acct:{{nickname}}@{{domain}}"
|
|
}
|