Skip to content

Commit 477310d

Browse files
author
nobody
committed
JSON Schema Update
1 parent 333332e commit 477310d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

config/v3/proposal/receive.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
"type": "object",
6363
"additionalProperties": false,
6464
"properties": {
65+
"app_markup_amount": {
66+
"description": "The markup amount charged on a client's stake amount",
67+
"type": "string"
68+
},
6569
"barrier": {
6670
"description": "Barrier of the contract.",
6771
"type": "string",

config/v3/proposal_open_contract/receive.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
"description": "Account Id",
1818
"type": "number"
1919
},
20+
"app_markup_amount": {
21+
"description": "The markup amount charged on a client's stake amount",
22+
"type": "string"
23+
},
2024
"audit_details": {
2125
"title": "Audit details for expired contract.",
2226
"description": "Tick details around contract start and end time.",

0 commit comments

Comments
 (0)