Skip to content

Commit

Permalink
[INJIMOB-1458] add id field to credentials_supported in issuers config (
Browse files Browse the repository at this point in the history
mosip#245)

Signed-off-by: KiruthikaJeyashankar <[email protected]>
  • Loading branch information
KiruthikaJeyashankar authored Jun 7, 2024
1 parent a6cd6b4 commit ad06ba6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/io/mosip/mimoto/dto/IssuerDTO.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ public class IssuerDTO {
class SupportedCredential {
@NotEmpty
String format;
@NotEmpty
String id;
Map<String, Object> credential_definition;
String scope;
@JsonInclude(NON_NULL)
Expand Down

0 comments on commit ad06ba6

Please sign in to comment.