Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Workflow committed Jul 22, 2024
1 parent a3872f6 commit 84f7460
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config/v3/website_config/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,25 @@
"description": "Name of the currency.",
"type": "string"
},
"platform": {
"description": "List of cashier platforms supported for this currency. It is categorized by cashier and ramp (on-ramp, off-ramp) platforms.",
"type": "object",
"additionalProperties": false,
"required": [
"cashier",
"ramp"
],
"properties": {
"cashier": {
"description": "Supported platforms for the cashier, this is passed to provider attribute of `cashier` call",
"type": "array"
},
"ramp": {
"description": "Supported platforms for the ramp (on-ramp, off-ramp)",
"type": "array"
}
}
},
"stake_default": {
"description": "Default stake value for the currency.",
"type": "number",
Expand Down
19 changes: 19 additions & 0 deletions config/v3/website_status/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,25 @@
"description": "Name of the currency.",
"type": "string"
},
"platform": {
"description": "List of cashier platforms supported for this currency. It is categorized by cashier and ramp (on-ramp, off-ramp) platforms.",
"type": "object",
"additionalProperties": false,
"required": [
"cashier",
"ramp"
],
"properties": {
"cashier": {
"description": "Supported platforms for the cashier, this is passed to provider attribute of `cashier` call",
"type": "array"
},
"ramp": {
"description": "Supported platforms for the ramp (on-ramp, off-ramp)",
"type": "array"
}
}
},
"stake_default": {
"description": "Default stake value for the currency.",
"type": "number",
Expand Down

0 comments on commit 84f7460

Please sign in to comment.