Skip to content

Commit 9c59ffb

Browse files
kengeoottomorac
authored andcommitted
Add contactName, contactEmail, verifiableDataRegistry to did:cari entry
Follow-up to #735 addressing the optional-field feedback from reviewers (@swcurran, @ottomorac): add a named maintainer contact, a contact email and website, and the verifiable data registry for the did:cari method.
1 parent fce14d7 commit 9c59ffb

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

methods/cari.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "cari",
33
"status": "registered",
4-
"specification": "https://github.com/CariHQ/did-cari-method-spec",
5-
"contactWebsite": "https://github.com/CariHQ/did-cari-method-spec/issues"
4+
"verifiableDataRegistry": "Cari platform DID registry (HTTPS DID Resolution binding)",
5+
"contactName": "Kenroy George",
6+
"contactEmail": "hello@cari.global",
7+
"contactWebsite": "https://cari.global",
8+
"specification": "https://github.com/CariHQ/did-cari-method-spec"
69
}

0 commit comments

Comments
 (0)