move conversion json checking from CrsConversionService to the separate class,...
This changes for /query/records:batch
intended to update the conversion reaction to the records with invalid data structure.
For example, if we face the record with the field which has a type of JsonObject
, but we expected JsonArray
, now appropriate error status will be appended. We used to ignore such fields before.
Edited by Yauheni Lesnikau