Skip to content

Commit 3bab5ea

Browse files
authored
fix: claim type (#300)
Signed-off-by: Mirko Mollik <mirkomollik@gmail.com>
1 parent 121c6d9 commit 3bab5ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sd-jwt-vc/src/sd-jwt-vc-type-metadata-format.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export type Claim = {
110110
* REQUIRED. Array of one or more paths to the claim in the credential subject.
111111
* Each path is an array of strings (or null for array elements).
112112
*/
113-
path: ClaimPath[];
113+
path: ClaimPath;
114114
/** OPTIONAL. Display metadata in multiple languages. */
115115
display?: ClaimDisplay[];
116116
/** OPTIONAL. Controls whether the claim must, may, or must not be selectively disclosed. */

0 commit comments

Comments
 (0)