We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have top level as array, and in such case error reporting reports numeric index, which is rather hard to follow down (have count manually).
What would improve, is to dump that record to error, to be able to identify the failing node better.
$ pajv validate -s schema.json -d services.yml services.yml invalid [ { keyword: 'pattern', dataPath: '[63].slug', schemaPath: '#/items/properties/slug/pattern', params: { pattern: '^[a-z0-9][a-z0-9/.-]+$' }, message: 'should match pattern "^[a-z0-9][a-z0-9/.-]+$"' } ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have top level as array, and in such case error reporting reports numeric index, which is rather hard to follow down (have count manually).
What would improve, is to dump that record to error, to be able to identify the failing node better.
The text was updated successfully, but these errors were encountered: