Skip to content

Commit cc47960

Browse files
committed
chore: fix compilation error
Signed-off-by: Yurii Shynbuiev <[email protected]>
1 parent 24d222e commit cc47960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloud-agent/service/server/src/main/scala/org/hyperledger/identus/issue/controller/http/CreateIssueCredentialRecordRequest.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ case class SDJWTVCPropertiesV1(
247247
@description(annotations.issuingKid.description)
248248
@encodedExample(annotations.issuingKid.example)
249249
issuingKid: Option[KeyId],
250-
@description(annotations.credentialSchema.description)
251-
@encodedExample(annotations.credentialSchema.example)
250+
@description(SDJWTVCPropertiesV1.annotations.credentialSchema.description)
251+
@encodedExample(SDJWTVCPropertiesV1.annotations.credentialSchema.example)
252252
credentialSchema: CredentialSchemaRef,
253253
@description(annotations.claims.description)
254254
@encodedExample(annotations.claims.example)

0 commit comments

Comments
 (0)