* Update jsonschema validator Update jsonschema validator to support newer drafts. It now supports drafts 2019-09 and 2020-12. The logic for choosing the jsonschema validator class has changed so that the following enhancements are available: - When no draft is explicitly specified we now use use the validator draft that is specified in the "$schema" field of the criteria. This is done by the jsonschema module by default and should support possible future drafts without any changes to this code. - Optionally allow to disable format checks in the code. As format checks are not required by the spec there might be situations where people want to disable them. * Update requirements.txt * Skip all tests which dependas on jsonschema 4.5 * jsonschema: Refactor code to support python 3.6 * Fix jsonschema requirements for python<3.7 * jsonschema: Update code for compatibility * Better documentation and error handling for missing schema specifications * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ashwini Mhatre <amhatre@redhat.com> Co-authored-by: ashwini-mhatre <mashu97@gmail.com> |
||
---|---|---|
.. | ||
action | ||
filter | ||
lookup | ||
module_utils/common | ||
modules | ||
plugin_utils | ||
sub_plugins | ||
test |