Skip to content

Commit 1e65824

Browse files
authored
Merge pull request #189500 from jcruiz/patch-3
Fixing a reported bug on sample code
2 parents 0fa7eb5 + e88a949 commit 1e65824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/verifiable-credentials/credential-design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ To ensure interoperability of your credentials, it's recommended that you work c
120120
{
121121
"mapping": {
122122
"first_name": {
123-
"claim": "$.vc.credentialSubject.firstName",
123+
"claim": "$.vc.credentialSubject.firstName"
124124
},
125125
"last_name": {
126126
"claim": "$.vc.credentialSubject.lastName",
@@ -143,7 +143,7 @@ To ensure interoperability of your credentials, it's recommended that you work c
143143
"vc": {
144144
"type": [
145145
"ProofOfNinjaNinja"
146-
],
146+
]
147147
}
148148
}
149149
```

0 commit comments

Comments
 (0)