Skip to content

Commit

Permalink
Add empty didDocumentMetadata to each did_web test vector
Browse files Browse the repository at this point in the history
  • Loading branch information
amika-sq committed Jan 8, 2024
1 parent 001fea0 commit ed2c312
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions web5-test-vectors/did_web/resolve.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"didResolutionMetadata": {},
"didDocument": {
"id": "did:web:example.com"
}
},
"didDocumentMetadata": {}
}
},
{
Expand All @@ -32,7 +33,8 @@
"didResolutionMetadata": {},
"didDocument": {
"id": "did:web:w3c-ccg.github.io:user:alice"
}
},
"didDocumentMetadata": {}
}
},
{
Expand All @@ -49,7 +51,8 @@
"didResolutionMetadata": {},
"didDocument": {
"id": "did:web:example.com%3A3000:user:alice"
}
},
"didDocumentMetadata": {}
}
},
{
Expand All @@ -60,7 +63,8 @@
"output": {
"didResolutionMetadata": {
"error": "methodNotSupported"
}
},
"didDocumentMetadata": {}
},
"errors": true
},
Expand All @@ -72,7 +76,8 @@
"output": {
"didResolutionMetadata": {
"error": "notFound"
}
},
"didDocumentMetadata": {}
},
"errors": true
},
Expand All @@ -84,9 +89,10 @@
"output": {
"didResolutionMetadata": {
"error": "invalidDid"
}
},
"didDocumentMetadata": {}
},
"errors": true
}
]
}
}

0 comments on commit ed2c312

Please sign in to comment.