|
@@ -148,12 +148,12 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "min",
|
|
"name": "min",
|
|
- "type": "int|float",
|
|
|
|
|
|
+ "type": "dynamic(int|float)",
|
|
"doc": "The minimum value to accept for this input."
|
|
"doc": "The minimum value to accept for this input."
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "max",
|
|
"name": "max",
|
|
- "type": "int|float",
|
|
|
|
|
|
+ "type": "dynamic(int|float)",
|
|
"doc": "The maximum value to accept for this input."
|
|
"doc": "The maximum value to accept for this input."
|
|
}
|
|
}
|
|
]
|
|
]
|