We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@context
The did core spec says that for a DIDDocument, @context should be a string or string[] with the first element being the hardcoded URL we have now.
DIDDocument
string
string[]
The text was updated successfully, but these errors were encountered:
fix: extend DIDDocument.@context data type to include arrays
DIDDocument.@context
2f61744
fixes #68
edd88f5
fix: extend DIDDocument.@context data type to include arrays (#70)
b8322c1
8781b69
chore(release): 2.1.2 [skip ci]
3cfdaf7
## [2.1.2](2.1.1...2.1.2) (2020-12-09) ### Bug Fixes * **types:** fix data type for "authentication" array in `DIDDocument` ([#60](#60)) ([d017cb3](d017cb3)) * extend `DIDDocument.[@context](https://github.com/context)` data type to include arrays ([#70](#70)) ([8781b69](8781b69)), closes [#68](#68)
🎉 This issue has been resolved in version 2.1.2 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
mirceanis
Successfully merging a pull request may close this issue.
The did core spec says that for a
DIDDocument
,@context
should be astring
orstring[]
with the first element being the hardcoded URL we have now.The text was updated successfully, but these errors were encountered: