Skip to content

Commit

Permalink
Merge pull request #78 from 6543/v2.2/nodeDescription
Browse files Browse the repository at this point in the history
Add description to instance
  • Loading branch information
jhass committed Dec 21, 2023
2 parents 63bf6d7 + 35ab94c commit ac23558
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": "FI𝑓F fediverse",
"description": "Welcome to the FI𝑓F fediverse server"
},
"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": "If supported by the software the administrator configured long form description of this instance.",
"type": "string",
"pattern": "^.{0,5000}$"
}
}
},
Expand Down

0 comments on commit ac23558

Please sign in to comment.