diff --git a/NOTE/2024-02-01/index.html b/NOTE/2024-02-01/index.html new file mode 100644 index 0000000..ea783b1 --- /dev/null +++ b/NOTE/2024-02-01/index.html @@ -0,0 +1,870 @@ +
+ + + + + + + ++ Copyright + © + 2024 + + World Wide Web Consortium. + W3C® + liability, + trademark and + permissive document license rules apply. +
++This document serves as an unofficial directory for all known Verifiable +Credential specifications whether they are released by a global standards +setting organization, a community group, an open source project, or an +individual. +
+This section describes the status of this + document at the time of its publication. 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 document is not a formal registry nor is it intended to become a + +Registry Track document per the W3C Process. +
+ ++Comments regarding this document are welcome. Please file issues +directly on +GitHub, +or send them +to public-vc-wg@w3.org ( +subscribe, +archives). +
+ ++ This document was published by the Verifiable Credentials Working Group as + a Group Note using the + Note track. +
This Group Note is endorsed by + the Verifiable Credentials Working Group, but is not endorsed by + W3C itself nor its + Members.
+ 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. + +
+ + The + W3C Patent + Policy + does not carry any licensing requirements or commitments on this + document. + + +
+ This document is governed by the + 03 November 2023 W3C Process Document. +
This section is non-normative.
+ + ++This document serves as an unofficial directory for all known Verifiable +Credential specifications whether they are released by a global standards +setting organization, a community group, an open source project, or an +individual. +
+ ++ The Verifiable Credentials Data Model is designed to be extended by 3rd party + specifications to address a variety of real world use cases. Examples of + extensions include, but are not limited to, new types of Verifiable Credentials + and ways of expressing credential status, schema validation, evidence, + refreshing, terms of use, and cryptographic suites for securing credentials. +
+In + order to add a new specification to this directory, an implementer submits a + modification request for this directory, as a pull request on the repository + where this directory is hosted. +
+ + Here is an example: + ++
{
+ "name": "Example VC",
+ "summary": "Used to demonstrate examples for Verifiable Credentials.",
+ "specification": "https://example.github.io/example-spec/",
+ "category": "vc",
+ "maintainerEmail": "maintainer@community.example",
+ "maintainerName": "Example Community Group",
+ "maintainerWebsite": "https://example.github.io/",
+ "vocabulary": ["https://example.github.io/vocabularies/example.yml"]
+}
+ + The modification request MUST adhere to the following policies: +
++The Editors of this directory MUST consider all of the policies above when +reviewing additions to the directory and MUST reject directory entries if they +violate any of the policies in this section. Entities registering additions can +challenge rejections first with the W3C Verifiable Credentials Working Group and +then, if they are not satisfied with the outcome, with the W3C Staff. W3C Staff +need not be consulted on changes to the directory, but do have the final +authority on directory contents. This is to ensure that W3C can adequately +respond to time sensitive legal, privacy, security, moral, or other pressing +concerns without putting an undue operational burden on W3C Staff. +
+ ++Any submission to the directory that meets all of the criteria listed above will +be accepted for inclusion. The specifications listed in this directory enumerate +all known specifications, without choosing between them. +
+ ++The specification entry format MUST conform to the + +JSON Schema for a specification entry. Each field is documented below: +
+Field | +Description | +
---|---|
name | +
+A short human readable name for the specification. For example: Status List
+(v2021) .
+ |
+
summary | +
+A one sentence description for the specification. For example: A credential
+status list with herd privacy characteristics.
+ |
+
specification | +
+An URL that resolves to a human readable specification. For example:
+https://w3c.github.io/vc-status-list-2021/ .
+ |
+
category | +
+The Verifiable Credential extension category of the specification, which can
+be one of the following values: credentialStatus , credentialSchema ,
+evidence , media-type , securing , refreshService , termsOfUse , or vc .
+For example: credentialStatus .
+ Note
+The extensions might define a |
+
maintainerName | +
+A person or organization which responds to contact requests. For example:
+W3C Verifiable Credentials Working Group .
+ |
+
maintainerEmail | +
+An email to send contact requests. For example:
+public-vc-wg@w3.org .
+ |
+
maintainerWebsite | +
+An website to send contact requests. For example:
+https://www.w3.org/groups/wg/vc .
+ |
+
vocabulary | +
+An array of URLs that contain machine-readable vocabulary information in
+yml2vocab or JSON-LD format. For example:
+["https://raw.githubusercontent.com/w3c/vc-status-list-2021/main/contexts/v1.jsonld"] .
+ |
+
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 MUST and MUST NOT 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. +
Specification | Description | +
---|---|
1EdTech Revocation List Status Method | A simple list-based mechanism for publishing and checking the revocation status of a verifiable credential Maintainer: 1EdTech (email) (website) |
Bitstring Status List | A credential status list with herd privacy characteristics. Maintainer: W3C Verifiable Credentials Working Group (email) (website) |
Ethr Revocation 2022 | An Ethereum, EIP-5539 compliant and registry-based revocation mechanism for Verifiable Credentials Maintainer: Spherity GmbH (email) (website) |
Specification | Description | +
---|---|
Verifiable Credentials JSON Schema | Enables JSON Schemas to be applied as a validation method to any portions of Verifiable Credentials Maintainer: W3C Verifiable Credentials Working Group (email) (website) |
1EdTech JSON Schema Validator 2019 | Credential data schema validation method for verifiable credentials using JSON Schema Maintainer: 1EdTech (email) (website) |
Validating Verifiable Credentials with JSON Schema | This specification defines a JSON Schema based credential schema validation scheme for use with the credential schema property of Verifiable Credentials Maintainer: Transmute (email) (website) |
Specification | Description | +
---|---|
OIDF eKYC and IDA Evidence | Evidence property that conforms to the OpenID Connect for Identity Assurance specification Maintainer: David Chadwick (email) (website) |
1EdTech Verifiable Credential Refresh Service | Descriptive metadata about evidence related to an achievement assertion. Maintainer: 1EdTech (email) (website) |
Specification | Description | +
---|---|
1EdTech Verifiable Credential Refresh Service | Refresh service for refreshing an expired or modified verifiable credential. Maintainer: 1EdTech (email) (website) |
Specification | Description | +
---|---|
Precondition Policy | Terms of Use for Chain Reaction Revocation Maintainer: Taisei Igarashi (email) (website) |
TRAIN Terms of Use | Terms of Use for an Issuer to indicate that they are a member of one or more TRAIN/ETSI list of trusted issuers Maintainer: David Chadwick (email) (website) |
Specification | Description | +
---|---|
Comprehensive Learner Record v2 | Education credentials for sharing an individual's set of achievements and skills issued by multiple learning providers. Maintainer: 1EdTech (email) (website) |
DSCSA Authorized Trading Partners | An architecture supporting the Authorized Trading Partner (ATP) requirements of the U.S. Drug Supply Chain Security Act (DSCSA), allowing for authentication and information exchange between DSCSA-defined ATPs and related stakeholders to establish mutual verification of identity and ATP status. Maintainer: Open Credentialing Initiative (OCI) (email) (website) |
Open Badges v3 | Education credentials for sharing achievements and skills. Maintainer: 1EdTech (email) (website) |
Traceability Vocabulary | This specification describes a Linked Data vocabulary for asserting Verifiable Credentials related to supply chain traceability. Verifiable Credentials using these terms can be used to help determine the legitimacy of organizations, and the status of the products and materials in global trade. Maintainer: W3C Credentials Community Group (email) (website) |
Specification | Description | +
---|---|
BBS Cryptosuite (v2023) | Securing Verifiable Credentials with Selective Disclosure using BBS Signatures. Maintainer: W3C Verifiable Credentials Working Group (email) (website) |
The Data Integrity ECDSA Cryptosuites v1.0 | Achieving Data Integrity using ECDSA with NIST-compliant curves. Maintainer: W3C Verifiable Credentials Working Group (email) (website) |
The Data Integrity EdDSA Cryptosuites v1.0 | Achieving Data Integrity using EdDSA with twisted Edwards elliptic curves. Maintainer: W3C Verifiable Credentials Working Group (email) (website) |
JSON Web Signatures for Data Integrity Proofs | This document has been withdrawn due to resolutions from the working group. Maintainer: W3C Verifiable Credentials Working Group (email) (website) |
Securing Verifiable Credentials using JOSE and COSE | This specification defines how to secure credentials and presentations conforming to the Verifiable Credentials Data Model, with JSON Object Signing and Encryption (JOSE), and CBOR Object Signing and Encryption (COSE). Maintainer: W3C Verifiable Credentials Working Group (email) (website) |
Specification | Description | +
---|