Skip to content

Commit

Permalink
chore: cleanup schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jceb committed Sep 4, 2024
1 parent 30ee2bd commit 55899d6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions schemas/traits.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"deletable": {
"type": "boolean",
"title": "Deletable",
"description": "DID Documents can be deleted."
"description": "DID Documents can be deleted."
},
"fees": {
"type": "boolean",
Expand Down Expand Up @@ -122,5 +122,7 @@
"description": "DID method has a functional Universal Registrar driver. - Comment by Juan: should there be some kind of maintenance requirement or stalebot caveat?"
}
},
"required": ["name"]
"required": [
"name"
]
}

0 comments on commit 55899d6

Please sign in to comment.