This commit is contained in:
nanodirijabl 2024-07-02 10:43:53 +00:00
parent ef1b12e58e
commit 4bae31ab8d
2 changed files with 19 additions and 0 deletions

View File

@ -6447,6 +6447,16 @@
"maximum": 5,
"default": 2
},
"direction": {
"description": "Direction of deviation from original amount.\n",
"type": "string",
"default": "both",
"enum": [
"both",
"upward",
"downward"
]
},
"minAmountCondition": {
"description": "Minimum amount applicable for randomization, in minor monetary units.\nIf `null` condition is ignored.\n",
"type": "integer",

View File

@ -4718,6 +4718,15 @@ definitions:
minimum: 0
maximum: 5
default: 2
direction:
description: |
Direction of deviation from original amount.
type: string
default: both
enum:
- both
- upward
- downward
minAmountCondition:
description: |
Minimum amount applicable for randomization, in minor monetary units.