diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 65cfa8f..4dddb72 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -9,7 +9,7 @@ The link:https://c2pa.org/specifications/specifications/2.1/specs/C2PA_Specifica This specification describes a _<>_ referred to here as the *<<_identity_assertion,identity assertion>>* that can be added to a _<>_ to enable a _<<_credential_holder,credential holder>>_ to prove control over a digital identity and to use that identity to document the _<<_named_actor,named actor’s>>_ role(s) in the _<>’s_ lifecycle. -Version 1.1 (adding identity claims aggregation) *Draft 09 September 2024* · xref:_version_history[] +Version 1.1 (adding identity claims aggregation) *Draft 10 September 2024* · xref:_version_history[] IMPORTANT: This specification differs from the link:https://creator-assertions.github.io/identity/1.0/[1.0 version] primarily in the addition of xref:_identity_claims_aggregation[xrefstyle=full]. @@ -1023,7 +1023,7 @@ IMPORTANT: Field names in the `signer_payload` data structure (see xref:_overvie "hash": "Yzag4o5jO4xPyfANVtw7ETlbFSWZNfeM78qbSi8Abkk=" } ], - "sig_type": "cawg.w3c.vc" + "sig_type": "cawg.identity_claims_aggregation" ... } ... @@ -1111,7 +1111,7 @@ An example of the *<<_identity_claims_aggregation,identity claims aggregation>>* "hash": "Yzag4o5jO4xPyfANVtw7ETlbFSWZNfeM78qbSi8Abkk=" } ], - "sig_type": "cawg.w3c.vc" + "sig_type": "cawg.identity_claims_aggregation" }, }, "credentialSchema": [ diff --git a/docs/modules/ROOT/partials/version-history.adoc b/docs/modules/ROOT/partials/version-history.adoc index b53d6a5..3622bcf 100644 --- a/docs/modules/ROOT/partials/version-history.adoc +++ b/docs/modules/ROOT/partials/version-history.adoc @@ -86,3 +86,7 @@ _This section is non-normative._ * Merge with 1.0 final version of this specification. * Rename xref:_identity_claims_aggregation[xrefstyle=full], from “W3C verifiable credentials.” + +*10 September 2024* + +* (Clerical) Fix `sig_type` in identity claims aggregation examples