Skip to content

Commit

Permalink
fix!: credential_definition.type is a single value (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux authored Sep 1, 2023
1 parent 5696e16 commit 12cab61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/pid-eaa-issuance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ The JWS payload of the request object is represented below:
"type":"openid_credential",
"format": "vc+sd-jwt",
"credential_definition": {
"type": ["PersonIdentificationData"]
"type": "PersonIdentificationData"
}
}
],
Expand Down

0 comments on commit 12cab61

Please sign in to comment.