Skip to content

Commit

Permalink
Merge pull request #82 from unit-finance/refactoring/address-object
Browse files Browse the repository at this point in the history
Address Object ref
  • Loading branch information
axshani authored Mar 20, 2024
2 parents 0c4a854 + 92fc0a5 commit 3cea699
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions schemas/application.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"type": "string"
},
"address": {
"type": "object"
"$ref": "types.json#/definitions/address"
},
"dateOfBirth": {
"type": "string",
Expand Down Expand Up @@ -95,7 +95,7 @@
"type": "string"
},
"address": {
"type": "object"
"$ref": "types.json#/definitions/address"
},
"dateOfBirth": {
"type": "string",
Expand Down Expand Up @@ -183,7 +183,7 @@
"type": "string"
},
"address": {
"type": "object"
"$ref": "types.json#/definitions/address"
},
"dateOfBirth": {
"type": "string",
Expand Down Expand Up @@ -562,7 +562,7 @@
"type": "string"
},
"address": {
"type": "object"
"$ref": "types.json#/definitions/address"
},
"dateOfBirth": {
"type": "string",
Expand Down

0 comments on commit 3cea699

Please sign in to comment.