diff --git a/ifex/model/ifex_ast.py b/ifex/model/ifex_ast.py index e49a9b5..a55a3a5 100644 --- a/ifex/model/ifex_ast.py +++ b/ifex/model/ifex_ast.py @@ -111,7 +111,7 @@ class Error: description: Optional[str] = str() """ Specifies a description of how the errors shall be used. """ - arraysize: Optional[str] = None + arraysize: Optional[int] = None """ Specifies the number of elements in the input parameter array. This key is only allowed if the datatype element specifies an array (ending with []).