Skip to content

Commit

Permalink
fix + nit
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 committed Mar 20, 2024
1 parent 5f38eb1 commit 7434817
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions schemas/2.2/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"support": [
{
"address": "[email protected]",
"type": "email", // account, website, ...
"purpose": "support" // security, abuse, ...
"type": "email",
"purpose": "support"
},
{
"address": "https://diasp.example/support.html",
Expand Down
2 changes: 1 addition & 1 deletion schemas/2.2/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"2.2"
]
},
"instance":{
"instance": {
"description": "Metadata specific to the instance. An instance is a the concrete installation of a software running on a server.",
"type": "object",
"additionalProperties": false,
Expand Down

0 comments on commit 7434817

Please sign in to comment.