Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add number coercion to string in StrictModel configuration
This will workaround an issue with jinja templates rendering a field composed only by numbers to be considered a number when the field is of type string, causing the config model validation to fail. Trying to cast the value to string using the jinja template itself did not work.
- Loading branch information