{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "activitypub": "https://www.w3.org/ns/activitypub#",
      "inbox": "activitypub:inbox",
      "outbox": "activitypub:outbox"
    }
  ],
  "type": "Service",
  "name": "distbin",
  "summary": "A public service to store and retrieve posts and enable (federated, standards-compliant) social interaction around them",
  "inbox": "/activitypub/inbox",
  "outbox": "/activitypub/outbox",
  "recent": "/recent"
}