We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b725374 commit 93c66beCopy full SHA for 93c66be
tests/data/nodeinfo_sample_2.0_incorrect.json
@@ -0,0 +1,33 @@
1
+
2
+{
3
+ "version": "2.0",
4
+ "software": {
5
+ "name": "foofedi",
6
+ "version": "2025.8.27",
7
+ "homepage": "https://foofedi.example.com/"
8
+ },
9
+ "protocols": [
10
+ "activitypub"
11
+ ],
12
+ "services": {
13
+ "inbound": [],
14
+ "outbound": [
15
+ "atom1.0",
16
+ "rss2.0"
17
+ ]
18
19
+ "openRegistrations": false,
20
+ "usage": {
21
+ "users": {
22
+ "total": 4,
23
+ "activeHalfyear": 2,
24
+ "activeMonth": 2
25
26
+ "localPosts": 696,
27
+ "localComments": 0
28
29
+ "metadata": {
30
+ "nodeName": "FooFedi TEST",
31
+ "nodeDescription": "TEST SERVER"
32
+ }
33
+}
0 commit comments