Skip to content

Commit ca2e8ef

Browse files
committed
Updates schema patch
1 parent f25ecd4 commit ca2e8ef

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

schema.patch

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/config/v3/landing_company/receive.json b/config/v3/landing_company/receive.json
2-
index a7a69dbd..6fee40ee 100644
2+
index 93099c61..085cf2ef 100644
33
--- a/config/v3/landing_company/receive.json
44
+++ b/config/v3/landing_company/receive.json
55
@@ -947,11 +947,11 @@
@@ -16,7 +16,7 @@ index a7a69dbd..6fee40ee 100644
1616
"description": "Contain details for landing company for zero_spread sub account type."
1717
}
1818
}
19-
@@ -965,11 +965,11 @@
19+
@@ -965,15 +965,15 @@
2020
"additionalProperties": false,
2121
"properties": {
2222
"financial": {
@@ -28,9 +28,14 @@ index a7a69dbd..6fee40ee 100644
2828
- "$ref": "#/$defs/landingCompanyDetails",
2929
+ "$ref": "#/$defs/landingCompanyInfo",
3030
"description": "Contain details for landing company for Financial STP subtype. The Financial STP account provides you with tight spreads, higher ticket size and offers a variety of FX pairs from majors to exotics. It is a straight through processing (STP) account with direct access to FX liquidity from various providers."
31+
},
32+
"gold": {
33+
- "$ref": "#/$defs/landingCompanyDetails",
34+
+ "$ref": "#/$defs/landingCompanyInfo",
35+
"description": "Contain details for landing company for gold sub account type."
3136
}
3237
}
33-
@@ -1324,7 +1324,7 @@
38+
@@ -1328,7 +1328,7 @@
3439
}
3540
}
3641
},

0 commit comments

Comments
 (0)