diff --git a/pkg/restapi/issuer/operation/operations.go b/pkg/restapi/issuer/operation/operations.go index d413eb5b..7a8bdf0b 100644 --- a/pkg/restapi/issuer/operation/operations.go +++ b/pkg/restapi/issuer/operation/operations.go @@ -1968,7 +1968,11 @@ func prepareOfferCredentialMessage(manifest *cm.CredentialManifest, fulfillment ID: manifestAttachID, MediaType: offerCredentialAttachMediaType, Data: decorator.AttachmentData{ - JSON: manifest, + JSON: struct { + Manifest *cm.CredentialManifest `json:"credential_manifest,omitempty"` + }{ + Manifest: manifest, + }, }, }, {