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 31, 2024
1 parent 8f2171a commit c76c582
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/v3/proposal/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
"type": "object",
"additionalProperties": false,
"properties": {
"app_markup_amount": {
"description": "The markup amount charged on a client's stake amount",
"type": "string"
},
"barrier": {
"description": "Barrier of the contract.",
"type": "string",
Expand Down
4 changes: 4 additions & 0 deletions config/v3/proposal_open_contract/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"description": "Account Id",
"type": "number"
},
"app_markup_amount": {
"description": "The markup amount charged on a client's stake amount",
"type": "string"
},
"audit_details": {
"title": "Audit details for expired contract.",
"description": "Tick details around contract start and end time.",
Expand Down

0 comments on commit c76c582

Please sign in to comment.