Skip to content

Commit ac23558

Browse files
authored
Merge pull request #78 from 6543/v2.2/nodeDescription
Add description to instance
2 parents 63bf6d7 + 35ab94c commit ac23558

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

schemas/2.2/example.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"version": "2.2",
33
"instance": {
4-
"name": "New FI𝑓F"
4+
"name": "FI𝑓F fediverse",
5+
"description": "Welcome to the FI𝑓F fediverse server"
56
},
67
"software": {
78
"name": "diaspora",

schemas/2.2/schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
"description": "If supported by the software the administrator configured name of this instance",
3232
"type": "string",
3333
"pattern": "^.{0,500}$"
34+
},
35+
"description": {
36+
"description": "If supported by the software the administrator configured long form description of this instance.",
37+
"type": "string",
38+
"pattern": "^.{0,5000}$"
3439
}
3540
}
3641
},

0 commit comments

Comments
 (0)