add optional param in the schema. first step

This commit is contained in:
gwen 2024-07-06 14:49:54 +02:00
parent 5668520a31
commit cf5cf58d73

View file

@ -338,6 +338,7 @@ class VariableCalculation(Calculation):
variable: StrictStr
propertyerror: bool = True
allow_none: bool = False
optional: bool = False
def to_function(
self,