mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-22 20:58:17 +00:00
11 lines
429 B
JSON
11 lines
429 B
JSON
{
|
|
"title": "Fourth Number: Enter a number to multiply with the previous product",
|
|
"description": "Your number will be multiplied with {{product_three}}",
|
|
"type": "object",
|
|
"required": ["user_generated_number_4"],
|
|
"properties": {
|
|
"product_three": {"type": "integer", "title": "Previous Product", "default": 0},
|
|
"user_generated_number_4": {"type": "integer", "title": "User Generated Number", "default": 0}
|
|
}
|
|
}
|