There are many config value checks across the code base that are no longer necessary due to schema validation. Example: https://github.com/lyft/envoy/blob/master/source/common/http/filter/fault_filter.cc#L25
In addition, we should see if the schema can be improved to remove more of those config values.