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 Sep 5, 2024
1 parent 55783d1 commit 85feab5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/v3/proposal/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,18 @@
"type": "integer",
"examples": 75
},
"payout": {
"description": "Contains information for minimum and maximum payout amount for the contract.",
"type": "object",
"additionalProperties": false,
"properties": {
"max": {
"description": "Maximum payout allowed",
"type": "string",
"examples": "1000.00"
}
}
},
"stake": {
"description": "Contains information for minimum and maximum stake amount for the contract.",
"type": "object",
Expand Down

0 comments on commit 85feab5

Please sign in to comment.