Skip to content

Commit 507822c

Browse files
committed
Add homepage key to 2.1 schema and example
1 parent 067a9cc commit 507822c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

schemas/2.1/example.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"software": {
44
"name": "diaspora",
55
"version": "0.5.0",
6-
"repository": "https://github.com/diaspora/diaspora"
6+
"repository": "https://github.com/diaspora/diaspora",
7+
"homepage": "https://diasporafoundation.org/"
78
},
89
"protocols": ["diaspora"],
910
"services": {

schemas/2.1/schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
"repository": {
4242
"description": "The url of the source code repository of this server software.",
4343
"type": "string"
44+
},
45+
"homepage": {
46+
"description": "The url of the homepage of this server software.",
47+
"type": "string"
4448
}
4549
}
4650
},

0 commit comments

Comments
 (0)