11 lines
403 B
JSON
Raw Normal View History

2022-07-29 09:28:54 -04:00
{
"title": "Fourth Number: Enter a number to multiply with the previous product",
"description": "Your number will be multiplied with {{product_three}}",
"type": "object",
"required": ["form_num_4"],
2022-07-29 09:28:54 -04:00
"properties": {
"product_three": {"type": "integer", "title": "Previous Product", "default": 0},
"form_num_4": {"type": "integer", "title": "User Generated Number", "default": 0}
2022-07-29 09:28:54 -04:00
}
}