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

Add spec compliant ValidationErrors #183

Open
elbakerino opened this issue Apr 30, 2022 · 0 comments
Open

Add spec compliant ValidationErrors #183

elbakerino opened this issue Apr 30, 2022 · 0 comments
Labels
core enhancement New feature or request json-schema-spec Relates to official JSON-Schema Spec. plugin refactoring validators
Projects
Milestone

Comments

@elbakerino
Copy link
Member

The current internal error type need to get e.g. storeKeys, to be able to generate JSON-Schema spec. compliant error reporting in every position without unnecessary traversals.

This still must be compatible with the autowired store.

There should be two ValidityReporter in the future:

  1. similiar to currently: saving the number of errors for the current level (instead of boolean like atm)
  2. detailed: generating a JSON-Schema spec. compliant (and maybe a bit more) error data
@elbakerino elbakerino added enhancement New feature or request json-schema-spec Relates to official JSON-Schema Spec. refactoring plugin validators core labels Apr 30, 2022
@elbakerino elbakerino added this to the v0.5.0 milestone Apr 30, 2022
@elbakerino elbakerino added this to To do in ui-schema via automation Apr 30, 2022
@elbakerino elbakerino modified the milestones: v0.5.0, v0.6.0 May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core enhancement New feature or request json-schema-spec Relates to official JSON-Schema Spec. plugin refactoring validators
Projects
ui-schema
  
To do
Development

No branches or pull requests

1 participant