Skip to content

Commit

Permalink
Documentation fixes (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvThakker authored Sep 3, 2024
1 parent 4ad7c49 commit ca44e73
Show file tree
Hide file tree
Showing 2 changed files with 232 additions and 191 deletions.
15 changes: 15 additions & 0 deletions apis/hb.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,12 @@
"productData": {
"$ref": "#/components/schemas/ProductData"
},
"loanId": {
"type": "string"
},
"loanApplicationId": {
"type": "string"
},
"metrics": {
"type": "array",
"items": {
Expand All @@ -218,6 +224,10 @@
},
"ProductData": {
"type": "object",
"required": [
"productId",
"productNetworkId"
],
"properties": {
"productId": {
"type": "string"
Expand Down Expand Up @@ -403,6 +413,11 @@
},
"Recipient": {
"type": "object",
"required": [
"roleId",
"responseCode",
"responseMessage"
],
"properties": {
"roleId": {
"type": "string"
Expand Down
Loading

0 comments on commit ca44e73

Please sign in to comment.