You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As defined in the spec (https://w3c.github.io/did-core/#json), DID Documents without @context are supported. The SSI lib currently requires @context to be present in the Document struct. Since Option is used in various places in the struct, could context also be turned into an Option?
The text was updated successfully, but these errors were encountered:
sbihel
changed the title
Support for DID Documents without @context
Support JSON representation for DID Documents
Aug 30, 2022
As defined in the spec (https://w3c.github.io/did-core/#json), DID Documents without
@context
are supported. The SSI lib currently requires@context
to be present in theDocument
struct. SinceOption
is used in various places in the struct, couldcontext
also be turned into an Option?The text was updated successfully, but these errors were encountered: