2 parents 63bf6d7 + 35ab94c commit ac23558Copy full SHA for ac23558
2 files changed
schemas/2.2/example.json
@@ -1,7 +1,8 @@
1
{
2
"version": "2.2",
3
"instance": {
4
- "name": "New FI𝑓F"
+ "name": "FI𝑓F fediverse",
5
+ "description": "Welcome to the FI𝑓F fediverse server"
6
},
7
"software": {
8
"name": "diaspora",
schemas/2.2/schema.json
@@ -31,6 +31,11 @@
31
"description": "If supported by the software the administrator configured name of this instance",
32
"type": "string",
33
"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}$"
39
}
40
41
0 commit comments