From fb45faa0c53e791a1a00b139121d07971a59519a Mon Sep 17 00:00:00 2001 From: peppelinux Date: Mon, 31 Jul 2023 00:14:42 +0200 Subject: [PATCH] fix!: credential_definition.type is a single value --- docs/en/pid-eaa-issuance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/pid-eaa-issuance.rst b/docs/en/pid-eaa-issuance.rst index 9cfca1822..e843e2ea9 100644 --- a/docs/en/pid-eaa-issuance.rst +++ b/docs/en/pid-eaa-issuance.rst @@ -137,7 +137,7 @@ The JWS payload of the request object is represented below: "type":"openid_credential", "format": "vc+sd-jwt", "credential_definition": { - "type": ["PersonIdentificationData"] + "type": "PersonIdentificationData" } } ],