Provide validation of schema and avoid surprise from indexed data (lacking fields)
Because of gap in schema definition script, this is one case of user experience.
We can successfully populate record. Retrieve data by using Storage service. But Search service (query) misses many fields.
Even if we do usual troubleshooting (Storage - Get - id and index), there is no obvious clue anywhere about the failure.
See related issue osdu/platform/data-flow/ingestion/csv-parser/csv-parser#64 (closed)
Hence we propose that strict validation is added to avoid future surprise.
cc - @nthakur for information