ipfs-shipyard / js-did-ipid

The IPID DID method implementation in JavaScript
MIT License
21 stars 9 forks source link

Add new contexts #3

Open paulobmarcos opened 5 years ago

paulobmarcos commented 5 years ago

Contexts

DID method specifications, like IPID, may define their own JSON-LD contexts.

Although, as per the DID spec, this is possible:

it is NOT RECOMMENDED to define a new context unless necessary to properly implement the method

Also:

Method-specific contexts MUST NOT override the terms defined in the generic DID context.