index
:
delta/jsonschema.git
azure
baserock/morph
best-match
ci-cache
cli
codeco
dependabot/pip/docs/jinja2-2.11.3
dependabot/pip/docs/lxml-4.6.2
dependabot/pip/docs/pygments-2.7.4
dependabot/pip/docs/urllib3-1.26.3
deprecations
draft2019-09
draft2020-12
draft6
draft7
drafts
gha
install-checks
main
master
no-leaking-boolean-schemas
patch-1
perf
perf_cache_resolving
pre-commit-ci-update-config
protocol
py310
release-notes
test-split
tox4
type-checker-default-types
warnings
windows
github.com: Julian/jsonschema.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jsonschema
/
_legacy_validators.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ignore additionalItems when items isn't present on 2019.
Julian Berman
2023-03-14
1
-3
/
+3
*
Resolve $ref using the referencing library.
Julian Berman
2023-02-21
1
-25
/
+19
*
Offload a small initial bit of id-related code to referencing.
Julian Berman
2023-02-21
1
-13
/
+0
*
Fix $id in the presence of $ref on draft 6 and 7.
Julian Berman
2022-08-28
1
-0
/
+13
*
Fix unevaluatedItems on draft2019.
Julian Berman
2022-08-20
1
-0
/
+78
*
Prefer 'keyword' over 'validator' in docs.
Julian Berman
2022-08-16
1
-3
/
+3
*
Gut the meat of the recursiveRef implementation for draft2019
Julian Berman
2022-06-28
1
-1
/
+5
*
Add Validator.evolve, deprecating passing _schema to methods.
Julian Berman
2021-08-25
1
-2
/
+5
*
Remove RefResolver.scopes_stack_copy.
Julian Berman
2021-08-25
1
-2
/
+1
*
Remove resolve_local.
Julian Berman
2021-08-24
1
-1
/
+2
*
yield from everywhere, saving precious lines
Julian Berman
2021-08-18
1
-26
/
+16
*
Remove types_msg which implements really old draft-3 behavior.
Julian Berman
2021-08-18
1
-1
/
+8
*
Tidy up validation error messages, particularly using f-strings.
Julian Berman
2021-08-18
1
-17
/
+14
*
Remove more unneeded u prefixes.
Julian Berman
2021-08-18
1
-2
/
+2
*
May as well add support for Draft 2019 as well.
Julian Berman
2021-08-18
1
-1
/
+17
*
Fix missing trailing commas.
draft2020-12
Julian Berman
2021-08-04
1
-7
/
+6
*
Tidy the docstring slightly.
Julian Berman
2021-08-04
1
-2
/
+5
*
Julian/jsonschema#782: Add compatibility to draft7 and older
Harald Nezbeda
2021-07-21
1
-0
/
+12
*
Julian/jsonschema#782: Code clenaup, fixes validation messages
Harald Nezbeda
2021-07-21
1
-4
/
+4
*
Julian/jsonschema#782: Adapt validator test for draft2020-12, fixes code styles
Harald Nezbeda
2021-07-20
1
-3
/
+8
*
Julian/jsonschema#782: Load dependencies from legacy validators
Harald Nezbeda
2021-07-20
1
-0
/
+26
*
Julian/jsonschema#782: Implements unevaluatedItems validations
Harald Nezbeda
2021-07-19
1
-0
/
+16
*
Julian/jsonschema#782: Extend contains with minContains and maxContaints, add...
Harald Nezbeda
2021-07-19
1
-0
/
+10
*
Kill jsonschema.compat as well.
Julian Berman
2020-08-05
1
-3
/
+2
*
These are actually now no different than the current implementations.
Julian Berman
2019-03-03
1
-44
/
+0
*
Split out dependencies for draft 3.
Julian Berman
2019-01-14
1
-0
/
+25
*
Get these out of the way.
Julian Berman
2019-01-11
1
-0
/
+160