validate_expression# FieldsCalculator.validate_expression(expression)# Validate expression file against the schema. The default schema can be found in pyaedt/misc/fields_calculator.schema.json. Parameters: expressiondictExpression defined as a dictionary. Returns: dict or boolExpression if the input expression is valid, False otherwise.