Skip to content

Commit

Permalink
Merge pull request #709 from credebl/fix/DTO-example
Browse files Browse the repository at this point in the history
fix: example in DTO
  • Loading branch information
GHkrishna authored May 7, 2024
2 parents 07234be + 5af5107 commit b80f053
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions apps/api-gateway/src/verification/dto/request-proof.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,15 +202,17 @@ export class RequestProofDto extends ProofPayload {
@ApiProperty({
'example':
{
'indy': [
{
'indy': {
'attributes': [
{
attributeName: 'attributeName',
condition: '>=',
value: 'predicates',
credDefId: 'string',
schemaId: 'string'
}
]
}
]
}
},
type: () => [IndyDto]
})
Expand Down

0 comments on commit b80f053

Please sign in to comment.