Skip to content

Commit

Permalink
Fix L3-iGrant/api#802: Updates to verification
Browse files Browse the repository at this point in the history
  • Loading branch information
albinpa authored and georgepadayatti committed Jan 15, 2025
1 parent 06f297e commit 10ec862
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sdjwt/pex.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class PresentationDefinition(BaseModel):
}
},
},
"^(jwt|jwt_vc|jwt_vc_json|jwt_vp|vp\+sd-jwt|vc\+sd-jwt|sd-jwt)$": {
"^(jwt|jwt_vc|jwt_vc_json|jwt_vp_json|jwt_vp|vp\+sd-jwt|vc\+sd-jwt|sd-jwt)$": {
"type": "object",
"additionalProperties": False,
"properties": {
Expand Down Expand Up @@ -156,7 +156,7 @@ class PresentationDefinition(BaseModel):
"type": "object",
"additionalProperties": False,
"patternProperties": {
"^(jwt|jwt_vc|jwt_vc_json|jwt_vp|vp\+sd-jwt|vc\+sd-jwt|sd-jwt)$": {
"^(jwt|jwt_vc|jwt_vc_json|jwt_vp|jwt_vp_json|vp\+sd-jwt|vc\+sd-jwt|sd-jwt)$": {
"type": "object",
"additionalProperties": False,
"properties": {
Expand Down Expand Up @@ -245,6 +245,7 @@ class PresentationDefinitionValidationError(Exception):
"sd-jwt",
"mso_mdoc",
"jwt_vc_json",
"jwt_vp_json",
],
},
},
Expand Down

0 comments on commit 10ec862

Please sign in to comment.