DID Document

Overview#

DID Document is an digital Distributed Identity Document

W3C Decentralized Identifiers#

DID Document is a set of data that describes a Decentralized Identifier, including mechanisms, such as Public Keys and pseudonymous biometrics, that an entity can use to authenticate itself as the W3C Decentralized Identifiers. A DID Document may also contain other attributes or claims describing the entity. These documents are graph-based data structures that are typically expressed using JSON-LD, but may be expressed using other compatible graph-based data formats.

DID Document is a component of the W3C Decentralized Identifiers and is the resource to which the DID URI

The combination of a DID Document and its associated DID Document forms the root record for a Decentralized Identifier.

DID Document MUST be a single JSON Object conforming to RFC 7159. For purposes of this version of the DID specification, the format of this JSON Object is specified in JSON-LD, a format for mapping JSON data into the RDF semantic graph model as defined by JSON-LD. Future versions of this specification MAY specify other semantic graph formats for a DID Document such as JXD (JSON XDI Data), a serialization format for the XDI graph model.

The following sections define the properties of this DID Document, including whether these properties are required or optional.

More Information#

There might be more information for this subject on one of the following: