Skip to content

Commit

Permalink
Make didDocument have null values
Browse files Browse the repository at this point in the history
  • Loading branch information
andresuribe87 committed Jan 8, 2024
1 parent 609e1ba commit 98c8dc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion web5-test-vectors/did_jwk/resolve.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"input": "did:jwk:hehe",
"output": {
"@context": "https://w3id.org/did-resolution/v1",
"didDocument": {},
"didDocument": null,
"didResolutionMetadata": {
"error": "invalidDid"
},
Expand Down
6 changes: 3 additions & 3 deletions web5-test-vectors/did_web/resolve.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"didUri": "did:dht:gb46emk73wkenrut43ii67a3o5qctojcaucebth7r83pst6yeh8o"
},
"output": {
"didDocument": {},
"didDocument": null,
"didDocumentMetadata": {},
"didResolutionMetadata": {
"error": "methodNotSupported"
Expand All @@ -75,7 +75,7 @@
"didUri": "did:web:doesnotexist.com"
},
"output": {
"didDocument": {},
"didDocument": null,
"didDocumentMetadata": {},
"didResolutionMetadata": {
"error": "notFound"
Expand All @@ -89,7 +89,7 @@
"didUri": "did:web:invalidcharø.com"
},
"output": {
"didDocument": {},
"didDocument": null,
"didDocumentMetadata": {},
"didResolutionMetadata": {
"error": "invalidDid"
Expand Down

0 comments on commit 98c8dc2

Please sign in to comment.