I configured a CSV adapter: ``` "format": { "name": "csv", "config": { "header": true } } ``` There was no warning that the property should be `headers` instead of `header`
I configured a CSV adapter:
There was no warning that the property should be
headersinstead ofheader