aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/xnodeinfo2.json
blob: 14be6394dda237490d40f7b0909881d6167c0968 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "version": "1.0",
  "server": {
    "baseUrl": "https://example.com",
    "name": "Example diaspora* server",
    "software": "diaspora",
    "version": "0.5.0"
  },
  "protocols": ["diaspora", "zot"],
  "services": {
    "inbound": ["gnusocial"],
    "outbound": ["facebook", "twitter"]
  },
  "openRegistrations": true,
  "usage": {
    "users": {
      "total": 123,
      "activeHalfyear": 42,
      "activeMonth": 23
    },
    "localPosts": 500,
    "localComments": 1000
  }
}