Skip to content

Commit

Permalink
add "description" to instance
Browse files Browse the repository at this point in the history
this should describe the instance and might also be markdown formated
  • Loading branch information
6543 committed Dec 10, 2023
1 parent 87f6d8d commit 706feb9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schemas/2.2/example.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"version": "2.2",
"instance": {
"name": "New FI𝑓F"
"name": "New FI𝑓F",
"description": "Welcome to the [FI𝑓F](https://fiff.de) fediverse"
},
"software": {
"name": "diaspora",
Expand Down
5 changes: 5 additions & 0 deletions schemas/2.2/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
"description": "If supported by the software the administrator configured name of this instance",
"type": "string",
"pattern": "^.{0,500}$"
},
"description": {
"description": "This should describe the instance and might also be markdown formatted",
"type": "string",
"pattern": "^.{0,5000}$"
}
}
},
Expand Down

0 comments on commit 706feb9

Please sign in to comment.