decentralized-identity / sidetree

Sidetree Specification and Reference Implementation
https://identity.foundation/sidetree/spec
Apache License 2.0
438 stars 112 forks source link

Context URI in spec is 404 #1054

Closed troyronda closed 3 years ago

troyronda commented 3 years ago

Under the Context section (https://identity.foundation/sidetree/spec/#context)

We have a context URI that returns 404: https://identity.foundation/sidetree/context-v1.jsonld

OR13 commented 3 years ago

https://github.com/decentralized-identity/sidetree/pull/1055/files

This would create the file

but the spec would still need to be updated to not error...

I think I have sucessfully beaten all the broken JSON-LD out of sidetree, so that it will work with VCs without extension... so this file should probably not be needed... unless we want to expose specific sidetree relateted services or verificaiton methods in the did document...

or if they fail to include canonicalId or equivalentId in did core.

troyronda commented 3 years ago

Fixed in latest spec.