hypersign-protocol / hid-node

A permissionless blockchain network to manage digital identity and access rights
https://hypersign.id
Apache License 2.0
223 stars 23 forks source link

refactor: removed context driven fields `@context` and `$schema` from DID Document and Schema Document respectively #356

Closed arnabghose997 closed 10 months ago

arnabghose997 commented 1 year ago

Context driven fields such as @context and $schema should be added to a Document outside of Blockchain. For instance, @context can be added inside a DID Document Resolver upon querying the DID Document from the Blockchain.

arnabghose997 commented 10 months ago

@context is now required because of the JSON-LD signing support.