P6. Drummond's DID Principles - Rocketchat - Dec. 18, 2018: "One thing I can easily clarify, since it's straight out of the spec: *DID* always refers to the *decentralized identifier*, period. If you want to talk about the JSON-LD document that the DID resolution process returns, that's called the *DID document*. The DID document contains a copy of the DID itself, but the *DID document is not the DID* and the *DID is not the DID document*." | |
P5. A DID Document is a JSON-LD serialization of a DID Entity. | |
P4. A DID Entity is a data structure comprised of a collection of key-value pairs with keys such as: id (DID), service (endpoints), authentication, publicKey, @context, etc. | |
DID Entity | |
id (DID) | |
service (endpoints) | |
authentication | |
publicKey | |
@context | |
... | |
DID Document (JSON) | |
id (DID) | |
... | |
@context | |
publicKey | |
authentication | |
service (endpoints) | |