Skip to content

Commit

Permalink
Add new "instance" object and use it for instance name propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 committed Dec 6, 2023
1 parent 4150d92 commit 15597fd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schemas/2.2/example.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"version": "2.2",
"instance": {
"name": "New FI𝑓F"
},
"software": {
"name": "diaspora",
"version": "0.5.0",
Expand Down
11 changes: 11 additions & 0 deletions schemas/2.2/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@
"2.2"
]
},
"instance":{
"description": "Metadata about the instance",
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"description": "The utf8 encoded name",
"type": "string"
}
}
},
"software": {
"description": "Metadata about server software in use.",
"type": "object",
Expand Down

0 comments on commit 15597fd

Please sign in to comment.