This document serves as an official registry for all known global parameters,
properties, and values used by the Decentralized Identifier ecosystem.
Status of This Document
This section describes the status of this
document at the time of its publication. Other documents may supersede
this document. A list of current W3C publications and the latest revision
of this technical report can be found in the
W3C technical reports index at
https://www.w3.org/TR/.
This registry is under active development and implementers are advised
against using the registry unless they are directly involved with the
W3C DID Working Group.
Portions of the work on this specification have been funded by the
United States Department of Homeland Security's Science and Technology
Directorate under contracts HSHQDC-16-R00012-H-SB2016-1-002, 70RSAT20T00000010,
and HSHQDC-17-C-00019. The content of this specification does not
necessarily reflect the position or the policy of the U.S. Government
and no official endorsement should be inferred.
Work on this registry has also been supported by the Rebooting the
Web of Trust community facilitated by Christopher Allen, Shannon
Appelcline, Kiara Robles, Brian Weller, Betty Dhamers, Kaliya Young,
Kim Hamilton Duffy, Manu Sporny, Drummond Reed, Joe Andrieu, and
Heather Vescent, Dmitri Zagidulin, and Dan Burnett.
GitHub Issues are preferred for
discussion of this specification.
Alternatively, you can send comments to our mailing list.
Please send them to
public-did-wg@w3.org
(archives).
Publication as a Working Group Note does not imply endorsement
by the W3C Membership.
This is a draft document and may be updated, replaced
or obsoleted by other documents at any time. It is inappropriate to cite this
document as other than work in progress.
As well as sections marked as non-normative, all authoring guidelines, diagrams, examples, and notes in this specification are non-normative. Everything else in this specification is normative.
The key words MAY, MUST, MUST NOT, and SHOULD in this document
are to be interpreted as described in
BCP 14
[RFC2119] [RFC8174]
when, and only when, they appear in all capitals, as shown here.
2. Introduction
This section is non-normative.
This document serves as an official registry for all known global parameters,
properties, and values used by the Decentralized Identifier ecosystem.
3. The Registration Process
Software implementers might find that the existing Decentralized Identifier Core
specification [DID-CORE] is not entirely capable of addressing their use case
and might need to add a new parameters, properties, or values to this registry
in order to achieve their use case in a globally interoperable fashion. In order
to add a new parameter, property, or value to this registry, an implementer MUST
submit a modification request for this registry, as a GitHub Pull Request, where
the modification request adheres to the following rules:
Any addition to the DID Core Registries MUST specify a human readable
description of the addition.
Any addition to the DID Core Registries MUST link, via at least a URL,
preferably a content-integrity protected one, to the defining specification so
that implementers can implement the property.
Any addition to the DID Core Registries that is a property or value, MUST
specify a machine readable JSON-LD Context for the addition.
The JSON-LD Context MUST be included in full as part of the submission.
A namespace URI MUST be provided for the JSON-LD Context so that consumer
implementations can consistently map a URI to the full context.
The URI provided MUST be persistent, and link all terms to their associated
human readable descriptions.
The URI provided SHOULD resolve or link to the full context contents.
JSON-LD Contexts MUST be versioned and MUST NOT be date stamped.
JSON-LD Contexts SHOULD use scoped terms and MUST use the @protected
feature to eliminate the possibility of term conflicts.
Properties in the DID Core Registries MUST NOT be removed, only deprecated.
Additions that do not meet these criteria MUST NOT be accepted. Entries that
are identified to cause interoperability problems MAY be marked as such
at the discretion of the maintainers of this registry, and if possible, after
consultation with the entry maintainer.
Any submission to the registries that meet all the criteria listed above will be
accepted for inclusion. These registries enumerate all known mechanisms that
meet a minimum bar, without choosing between them.
4. Properties
The following section defines the properties available for use in a DID
document. Note that some of these properties are defined in the
DID Core Specification, and
others are defined elsewhere and may be method- or domain-specific. Please read
the associated specifications to ensure that the properties you use are
appropriate for your implementation. The properties are arranged here according
to the purpose they serve.
Issue 1
This registry is a work in progress and some properties are missing normative
definitions. We are working on this! This does NOT mean that in future it will
be possible to submit items to the registry without normative definitions (see § 3. The Registration Process).
4.1 Base properties
These properties are foundational to DID documents, and are expected to be
useful to all DID methods.
These are classes not a properties - in other words, use them
for the value of type in a verification method object.
4.4.5.1 JsonWebKey2020
Issue 3
ISSUE 240 on DID Core: The duplication and/or possible interaction of properties held in a JWK and a verification method are an active topic of discussion in the Working Group. Implementers are cautioned that the behavior of values associated with this property are not stable and might change in the future.
This table summarizes the DID method specifications currently in development.
The links will be updated as subsequent Implementer’s Drafts are produced.
The normative requirements for DID method specifications can be found in
Decentralized Identifiers
v1.0: Methods [DID-CORE]. DID methods that do not meet these requirements
will not be accepted.