input-output-hk / prism-did-method-spec

Apache License 2.0
15 stars 1 forks source link

Remove `@context` from verificationMethod in construction algorithm #23

Closed peacekeeper closed 1 year ago

peacekeeper commented 1 year ago

In https://github.com/input-output-hk/prism-did-method-spec/pull/6, we already updated the example to remove @context inside a verificationMethod. Instead we will just have a single top-level @context property as described in https://github.com/input-output-hk/prism-did-method-spec/pull/22.

We should therefore also remove this from the construction algorithm.