Bug fix lighten read validations
fix(validations): fixes 422 validation errors by loosening read validations
Description
This MR fixes the 422 errors mentioned in #84 (closed) and #212 in client-app by loosening the validations for read schemas for record and user.
Checklist
-
The bug has been reproduced and confirmed. -
A clear and concise fix has been implemented. -
New tests have been added to prevent regressions. -
Existing tests are passing.
Related Issue(s)
Closes #84 (closed)