Skip to content

Commit e6a13b9

Browse files
author
nobody
committed
JSON Schema Update
1 parent 0dc2603 commit e6a13b9

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

config/v3/website_config/receive.json

+19
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,25 @@
6868
"description": "Name of the currency.",
6969
"type": "string"
7070
},
71+
"platform": {
72+
"description": "List of cashier platforms supported for this currency. It is categorized by cashier and ramp (on-ramp, off-ramp) platforms.",
73+
"type": "object",
74+
"additionalProperties": false,
75+
"required": [
76+
"cashier",
77+
"ramp"
78+
],
79+
"properties": {
80+
"cashier": {
81+
"description": "Supported platforms for the cashier, this is passed to provider attribute of `cashier` call",
82+
"type": "array"
83+
},
84+
"ramp": {
85+
"description": "Supported platforms for the ramp (on-ramp, off-ramp)",
86+
"type": "array"
87+
}
88+
}
89+
},
7190
"stake_default": {
7291
"description": "Default stake value for the currency.",
7392
"type": "number",

config/v3/website_status/receive.json

+19
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,25 @@
185185
"description": "Name of the currency.",
186186
"type": "string"
187187
},
188+
"platform": {
189+
"description": "List of cashier platforms supported for this currency. It is categorized by cashier and ramp (on-ramp, off-ramp) platforms.",
190+
"type": "object",
191+
"additionalProperties": false,
192+
"required": [
193+
"cashier",
194+
"ramp"
195+
],
196+
"properties": {
197+
"cashier": {
198+
"description": "Supported platforms for the cashier, this is passed to provider attribute of `cashier` call",
199+
"type": "array"
200+
},
201+
"ramp": {
202+
"description": "Supported platforms for the ramp (on-ramp, off-ramp)",
203+
"type": "array"
204+
}
205+
}
206+
},
188207
"stake_default": {
189208
"description": "Default stake value for the currency.",
190209
"type": "number",

0 commit comments

Comments
 (0)