-
-
Notifications
You must be signed in to change notification settings - Fork 587
Issues: python-jsonschema/jsonschema
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Error message for "minContains" not easily reproducible with data available in the ValidationError
Bug
Something doesn't work the way it should.
Error Reporting
Issues related to clearer or more robust validation error reporting
#993
opened Aug 31, 2022 by
pierrecamilleri
Make json look prettier in errors
Dialects v2
Issues which will likely be addressed as part of reworked dialect support
Enhancement
Some new desired functionality
Error Reporting
Issues related to clearer or more robust validation error reporting
#243
opened Jul 28, 2015 by
arianvp
ErrorTree assumes one error per validator
Bug
Something doesn't work the way it should.
Error Reporting
Issues related to clearer or more robust validation error reporting
#442
opened Aug 3, 2018 by
Julian
Support Validators with meta_schemas different than their own schemas
Dialects v2
Issues which will likely be addressed as part of reworked dialect support
Enhancement
Some new desired functionality
#451
opened Aug 14, 2018 by
Julian
VALIDATORS can leak implementation details about what function handles a validator
Bug
Something doesn't work the way it should.
Dialects v2
Issues which will likely be addressed as part of reworked dialect support
#467
opened Sep 30, 2018 by
Julian
jsonschema.tests.test_validators.TestValidationErrorMessages should run across all drafts
Bug
Something doesn't work the way it should.
#504
opened Dec 7, 2018 by
Julian
Validation errors should be able to indicate that a single error should be produced without collecting all of the details ahead of time
Dialects v2
Issues which will likely be addressed as part of reworked dialect support
Enhancement
Some new desired functionality
Error Reporting
Issues related to clearer or more robust validation error reporting
#517
opened Jan 14, 2019 by
Julian
Actually run and track runs of the benchmark suite
Enhancement
Some new desired functionality
#524
opened Jan 27, 2019 by
Julian
2 tasks
Support additional (Python) types in more than the Issues which will likely be addressed as part of reworked dialect support
Enhancement
Some new desired functionality
type
validator
Dialects v2
#727
opened Aug 21, 2020 by
charkins
Idea: warn on unsupported keywords (e.g. "const" in draft-04 schemas)
Dialects v2
Issues which will likely be addressed as part of reworked dialect support
Enhancement
Some new desired functionality
#778
opened Feb 3, 2021 by
Zac-HD
Greedy (?) object typing leads to semantically wrong error message
Enhancement
Some new desired functionality
Error Reporting
Issues related to clearer or more robust validation error reporting
#812
opened Jun 2, 2021 by
sdruskat
Customize error messages (e.g. for translations)
Enhancement
Some new desired functionality
Error Reporting
Issues related to clearer or more robust validation error reporting
#971
opened Jul 9, 2022 by
pierrecamilleri
required, additionalProperties, propertyNames, dependentRequired and any other validators that reference property *names* need a way to indicate the erroring names in ValidationErrors
Enhancement
Some new desired functionality
Error Reporting
Issues related to clearer or more robust validation error reporting
#119
opened Aug 16, 2013 by
martinpengellyphillips
Error message for "additionalProperties" not easily reproducible with data available in the ValidationError
Bug
Something doesn't work the way it should.
Error Reporting
Issues related to clearer or more robust validation error reporting
#992
opened Aug 31, 2022 by
pierrecamilleri
Behavior when attempting to *override* an official dialect is not well defined when recursing into subschemas containing the official dialect's $schema identifier
Dialects v2
Issues which will likely be addressed as part of reworked dialect support
Enhancement
Some new desired functionality
#994
opened Aug 31, 2022 by
WilliamJamieson
Poor errors when anyOf is used
Enhancement
Some new desired functionality
Error Reporting
Issues related to clearer or more robust validation error reporting
#1002
opened Sep 13, 2022 by
ssbarnea
Support standard output formats
Dialects v2
Issues which will likely be addressed as part of reworked dialect support
Enhancement
Some new desired functionality
Error Reporting
Issues related to clearer or more robust validation error reporting
#1008
opened Oct 24, 2022 by
flying-sheep
Consider an API which collects validation errors and raises an exception group
Dialects v2
Issues which will likely be addressed as part of reworked dialect support
Enhancement
Some new desired functionality
Error Reporting
Issues related to clearer or more robust validation error reporting
#1011
opened Oct 25, 2022 by
Julian
Issue with unevaluatedProperties and allOf and arrays
Needs Simplification
An issue which is in need of simplifying the example or issue being demonstrated for diagnosis.
#1026
opened Dec 6, 2022 by
silversurfer34
Designating a dialect for custom metaschemas in 4.18
Bug
Something doesn't work the way it should.
#1061
opened Mar 19, 2023 by
eslavich
Deprecate the Issues which will likely be addressed as part of reworked dialect support
Pending Deprecation
Issues which will deprecate an existing API.
id_of
argument to validators.create
and the ID_OF
attribute on Validator
s
Dialects v2
#1091
opened Apr 24, 2023 by
Julian
unevaluatedProperties error gets raised before more relevant validation errors
Enhancement
Some new desired functionality
Error Reporting
Issues related to clearer or more robust validation error reporting
#1132
opened Jul 18, 2023 by
Vidminas
Ensure extended validators can create keywords which override exception messages
Dialects v2
Issues which will likely be addressed as part of reworked dialect support
Enhancement
Some new desired functionality
#1134
opened Jul 18, 2023 by
ppaslan
Injecting custom regex implementations
Dialects v2
Issues which will likely be addressed as part of reworked dialect support
Enhancement
Some new desired functionality
#1142
opened Jul 25, 2023 by
jemand771
Mutating validators are difficult to debug
Dialects v2
Issues which will likely be addressed as part of reworked dialect support
#1338
opened Mar 5, 2025 by
stephenfin
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.