STRICT_MODE: bool = False
"""
A boolean flag indicating whether strict mode is enabled or not.

In strict mode, the configuration enforces strict validation rules and raises exceptions for any violations.
When strict mode is disabled, the configuration allows more flexibility and may tolerate certain violations.
"""
