add optional param in the schema. first step

ref #22
This commit is contained in:
gwen 2024-07-06 14:49:54 +02:00
parent 5668520a31
commit 2c70cf4a84

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,