{
  "subject": "acct:{{nickname}}@{{domain}}",
  "aliases": [
    "https://{{subdomain}}/@{{nickname}}",
    "https://{{subdomain}}/users/{{nickname}}"
  ],
  "links": [
    {
      "rel": "http://webfinger.net/rel/profile-page",
      "type": "text/html",
      "href": "https://{{subdomain}}/@{{nickname}}"
    },
    {
      "rel": "self",
      "type": "application/activity+json",
      "href": "https://{{subdomain}}/users/{{nickname}}"
    },
    {
      "rel": "http://ostatus.org/schema/1.0/subscribe",
      "template": "https://{{subdomain}}/authorize_interaction?uri={uri}"
    }
  ]
}