File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
apps/api-gateway/src/agent-service/dto Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ export class AgentSpinupDto extends CreateDidDto {
62
62
orgId : string ;
63
63
}
64
64
65
- class W3cIssuerDto {
66
- @ApiProperty ( )
67
- @IsString ( )
68
- id : string ;
69
- }
65
+ // class W3cIssuerDto {
66
+ // @ApiProperty ()
67
+ // @IsString ()
68
+ // id: string;
69
+ // }
70
70
71
71
class W3cCredentialSubjectDto {
72
72
@ApiPropertyOptional ( )
@@ -91,10 +91,10 @@ export class W3cCredentialDto {
91
91
@IsArray ( )
92
92
type : string [ ] ;
93
93
94
- @ ApiProperty ( { type : ( ) => W3cIssuerDto } )
95
- @ValidateNested ( )
96
- @Type ( ( ) => W3cIssuerDto )
97
- issuer : W3cIssuerDto | string ;
94
+ // TODO: Add or W3cIssuerDto
95
+ @ApiProperty ( { type : String , example : 'did:key:z6Mkpz1qHuoMamuHj8YXJNBDu2GrLz3LzinA5t4GiYtYKSv8' } )
96
+ @IsString ( )
97
+ issuer : string ;
98
98
99
99
@ApiProperty ( )
100
100
@IsISO8601 ( )
You can’t perform that action at this time.
0 commit comments