Skip to content

Commit

Permalink
[MODORG-54] - BE - Banking information fields edit and delete
Browse files Browse the repository at this point in the history
  • Loading branch information
azizbekxm committed Nov 2, 2023
1 parent f2f3075 commit a290c8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mod-orgs/examples/banking_information_collection.sample
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"bankingInformation": [
"bankingInformationCollection": [
{
"id": "c59680de-3e0e-46d6-a0a1-62528e8e92ae",
"organizationId": "fde0af0b-9735-45c9-b9cb-3f3ee989bba9",
Expand Down
6 changes: 3 additions & 3 deletions mod-orgs/schemas/banking_information_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "Collection of banking information records",
"type": "object",
"properties": {
"bankingInformation": {
"bankingInformationCollection": {
"description": "The list of banking information in this collection",
"type": "array",
"id": "bankingInformation",
"id": "bankingInformationCollection",
"items": {
"type": "object",
"$ref": "banking_information.json"
Expand All @@ -19,7 +19,7 @@
},
"additionalProperties": false,
"required": [
"bankingInformation",
"bankingInformationCollection",
"totalRecords"
]
}

0 comments on commit a290c8e

Please sign in to comment.