Skip to content

Commit

Permalink
(Clerical) Fix sig_type in identity claims aggregation examples
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Sep 10, 2024
1 parent e83bd55 commit ff7eac8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The link:https://c2pa.org/specifications/specifications/2.1/specs/C2PA_Specifica

This specification describes a _<<C2PA assertion>>_ referred to here as the *<<_identity_assertion,identity assertion>>* that can be added to a _<<C2PA Manifest>>_ 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 _<<C2PA asset>>’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].

Expand Down Expand Up @@ -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"
...
}
...
Expand Down Expand Up @@ -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": [
Expand Down
4 changes: 4 additions & 0 deletions docs/modules/ROOT/partials/version-history.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ff7eac8

Please sign in to comment.