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 6, 2023
1 parent 15597fd commit 62c4e31
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 @@ -29,6 +29,11 @@
"name": {
"description": "The utf8 encoded name",
"type": "string"
},
"description": {
"description": "This should describe the instance and might also be markdown formated",
"type": "string",
"pattern": "^[a-z0-9-]{0,1000}$"
}
}
},
Expand Down

0 comments on commit 62c4e31

Please sign in to comment.