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

validator.exe: Show detailed validation output / support multiple files #3134

Merged
merged 3 commits into from
Feb 24, 2019

Conversation

r15ch13
Copy link
Member

@r15ch13 r15ch13 commented Feb 17, 2019

validator.exe now shows more information about validation errors for CI or CLI.

  • Display clickable links to directly jump to error line
  • Display invalid JSON path
  • Dynamic error nesting
  • Support for validation multiple files
    e.g. validator.exe .\schema.json .\bucket\*.json
    or validator.exe .\schema.json .\manifest1.json .\manifest2.json

This also adds support for JSON Schema Draft-07 (made available through #3043)

CI

CLI

virustotal validator.exe
virustotal Scoop.Validator.dll

- Display clickable links to directly jump to error line
- Display invalid JSON path
- Dynamic error nesting
- Support for validation multiple files 
  e.g. `validator.exe .\schema.json .\bucket\*.json`
  or `validator.exe .\schema.json .\manifest1.json .\manifest2.json`
@r15ch13 r15ch13 added the review-needed Asks for review of these changes label Feb 18, 2019
@r15ch13 r15ch13 merged commit 7bedd44 into master Feb 24, 2019
@r15ch13 r15ch13 deleted the persist-improvements branch March 12, 2019 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review-needed Asks for review of these changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant