Validate expression file against the schema.
The default schema can be found in src/ansys/aedt/core/misc/config.schema.json.
- Parameters:
- expression
dict Expression defined as a dictionary.
- Returns:
dict or boolExpression if the input expression is valid, False otherwise.