Skip to content

Commit 5f792b0

Browse files
author
nobody
committed
JSON Schema Update
1 parent 203f397 commit 5f792b0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

config/v3/partner_settings_update/example.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"company_name": "XYZ New Corp",
44
"company_registration_no": "ABC322",
55
"partner_type": "company",
6+
"provider": "dynamicworks",
67
"website": "www.newxyz.com"
78
}

config/v3/partner_settings_update/send.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
],
1010
"additionalProperties": false,
1111
"required": [
12-
"partner_settings_update"
12+
"partner_settings_update",
13+
"provider"
1314
],
1415
"properties": {
1516
"partner_settings_update": {
@@ -38,6 +39,14 @@
3839
"company"
3940
]
4041
},
42+
"provider": {
43+
"description": "Name of the provider platform.",
44+
"type": "string",
45+
"enum": [
46+
"myaffiliate",
47+
"dynamicworks"
48+
]
49+
},
4150
"website": {
4251
"description": "Partner's Website URI/Promotional Platform",
4352
"type": "string",

0 commit comments

Comments
 (0)