Skip to content

Commit

Permalink
fix: non-normative example spacing in wallet-attestation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux authored May 7, 2024
1 parent 5dbab9b commit 1c6da3a
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/en/wallet-attestation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -253,15 +253,16 @@ Below an non-normative example of the Wallet Attestation Request JWT without enc
"x": "4HNptI-xr2pjyRJKGMnz4WmdnQD_uJSq4R95Nj98b44",
"y": "LIZnSB39vFJhYgS3k7jXE4r3-CoGFQwZtPBIRqpNlrg",
"kid": "vbeXJksM45xphtANnCiG6mCyuU4jfGNzopGuKvogg9c"
},
"vp_formats_supported": {
"jwt_vc_json": {
"alg_values_supported": ["ES256K", "ES384"],
},
"jwt_vp_json": {
"alg_values_supported": ["ES256K", "EdDSA"],
},
}
},
"vp_formats_supported": {
"jwt_vc_json": {
"alg_values_supported": ["ES256K", "ES384"],
},
"jwt_vp_json": {
"alg_values_supported": ["ES256K", "EdDSA"],
},
},
},
"iat": 1686645115,
"exp": 1686652315
Expand Down

0 comments on commit 1c6da3a

Please sign in to comment.