# Activate schema validation It is recommended to activate schema validation. This will early detect errors and increase security of loading Python objects from files. In `$HOME/.fireworks/FW_config.yaml` (or where your configuration is stored), add the following lines: ```yaml JSON_SCHEMA_VALIDATE: true JSON_SCHEMA_VALIDATE_LIST: [ResConfig, WFEngine] ```