Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store minimal data samples in case of error #20

Open
mabar opened this issue Aug 11, 2021 · 1 comment
Open

Store minimal data samples in case of error #20

mabar opened this issue Aug 11, 2021 · 1 comment

Comments

@mabar
Copy link
Member

mabar commented Aug 11, 2021

Continue of #10

We should not need to track whole data structure in case it does not match our rules.

@mabar mabar self-assigned this Aug 11, 2021
@mabar
Copy link
Member Author

mabar commented Aug 12, 2021

e.g. array and list rules don't have to track whole value when parameters are invalid. Only sample of data should be enough, individual items track invalid values themselves.

Most (maybe even all) rules can store sample in case of invalid data type.

@mabar mabar removed their assignment Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant