Skip to content

Commit

Permalink
loan.json PledgeDocument properties update (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvThakker authored Jul 25, 2024
1 parent 6399ca0 commit ebfdfcc
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions apis/journey/loan.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,16 +332,18 @@
"hasAdditionalDocuments",
"documents"
],
"totalDocumentCount": {
"type": "integer"
},
"hasAdditionalDocuments": {
"type": "boolean"
},
"documents": {
"type": "array",
"items": {
"$ref": "./Document.yaml"
"properties": {
"totalDocumentCount": {
"type": "integer"
},
"hasAdditionalDocuments": {
"type": "boolean"
},
"documents": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Document"
}
}
}
}
Expand Down

0 comments on commit ebfdfcc

Please sign in to comment.