18 lines
248 B
JSON
18 lines
248 B
JSON
{
|
|
"inputs": {
|
|
"left": {
|
|
"type": "integer",
|
|
"default": 50,
|
|
"min": 0,
|
|
"max": 255
|
|
},
|
|
"right": {
|
|
"type": "integer",
|
|
"default": 50,
|
|
"min": 0,
|
|
"max": 255
|
|
}
|
|
},
|
|
"outputs": ["integer"]
|
|
}
|