Skip to content

Commit

Permalink
Add homepage key to 2.1 schema and example
Browse files Browse the repository at this point in the history
  • Loading branch information
zcdunn committed Feb 21, 2019
1 parent 067a9cc commit 507822c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schemas/2.1/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"software": {
"name": "diaspora",
"version": "0.5.0",
"repository": "https://github.com/diaspora/diaspora"
"repository": "https://github.com/diaspora/diaspora",
"homepage": "https://diasporafoundation.org/"
},
"protocols": ["diaspora"],
"services": {
Expand Down
4 changes: 4 additions & 0 deletions schemas/2.1/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
"repository": {
"description": "The url of the source code repository of this server software.",
"type": "string"
},
"homepage": {
"description": "The url of the homepage of this server software.",
"type": "string"
}
}
},
Expand Down

0 comments on commit 507822c

Please sign in to comment.