Skip to content

Commit

Permalink
chore: fix compilation error
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev <[email protected]>
  • Loading branch information
yshyn-iohk committed Jan 15, 2025
1 parent 24d222e commit cc47960
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ case class SDJWTVCPropertiesV1(
@description(annotations.issuingKid.description)
@encodedExample(annotations.issuingKid.example)
issuingKid: Option[KeyId],
@description(annotations.credentialSchema.description)
@encodedExample(annotations.credentialSchema.example)
@description(SDJWTVCPropertiesV1.annotations.credentialSchema.description)
@encodedExample(SDJWTVCPropertiesV1.annotations.credentialSchema.example)
credentialSchema: CredentialSchemaRef,
@description(annotations.claims.description)
@encodedExample(annotations.claims.example)
Expand Down

0 comments on commit cc47960

Please sign in to comment.