Workiva / json_schema

dart implementation of json schema validator!
Other
37 stars 36 forks source link

return string length in error #176

Closed w0otness closed 2 months ago

w0otness commented 10 months ago

Ultimate problem:

Error message would show for strings maxLength exceeded (abcd vs 3) instead of maxLength exceeded (4 vs 3) also for minLength

How it was fixed:

returned actual length in error message

Testing suggestions:

Potential areas of regression:


FYA: @michaelcarter-wf

aviary-wf commented 10 months ago

Security Insights

No security relevant content was detected by automated scans.

Action Items

michaelcarter-wf commented 10 months ago

@Workiva/release-management-p

w0otness commented 10 months ago

Not sure what's fallen over here, the warnings are not related to what was changed and didn't have the same warnings last CI run.

joecotton-wk commented 2 months ago

Closing because of inactivity. If this is still an issue, please reopen.