2 files changed
+4
-1
lines changed+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| 49 | + | |
| 50 | + | |
| 51 | + | |
49 | 52 |
| |
50 | 53 |
| |
51 | 54 |
| |
|
Diff for: suite
- .github/release.yml+5
- .github/workflows/ci.yml+2-2
- .markdownlint.jsonc+2-2
- .pre-commit-config.yaml+12-19
- noxfile.py+13-1
- pyproject.toml+63
- test-schema.json+32
- test_sanity.py+1-1
- tests/json-schema-draft-03/keywords-additionalItems-boolean.json+1-1
- tests/json-schema-draft-03/keywords-additionalProperties-boolean.json+1-1
- tests/json-schema-draft-03/pointer-crossing-id-in-dependencies-object.json+2-2
- tests/json-schema-draft-03/pointer-crossing-id-in-items-array.json+2-2
- tests/json-schema-draft-03/pointer-crossing-id-in-items-object.json+2-2
- tests/json-schema-draft-03/rfc3986-normalization-on-insertion.json+37
- tests/json-schema-draft-03/rfc3986-normalization-on-retrieval.json+37
- tests/json-schema-draft-04/invalid-anchor-with-pointer.json+35
- tests/json-schema-draft-04/rfc3986-normalization-on-insertion.json+103
- tests/json-schema-draft-04/rfc3986-normalization-on-retrieval.json+103
- tests/json-schema-draft-04/tag-uris.json+64
- tests/json-schema-draft-06/invalid-anchor-with-pointer.json+35
- tests/json-schema-draft-06/rfc3986-normalization-on-insertion.json+103
- tests/json-schema-draft-06/rfc3986-normalization-on-retrieval.json+103
- tests/json-schema-draft-06/tag-uris.json+64
- tests/json-schema-draft-07/invalid-anchor-with-pointer.json+35
- tests/json-schema-draft-07/rfc3986-normalization-on-insertion.json+103
- tests/json-schema-draft-07/rfc3986-normalization-on-retrieval.json+103
- tests/json-schema-draft-07/tag-uris.json+64
- tests/json-schema-draft-2019-09/invalid-anchor-with-pointer.json+35
- tests/json-schema-draft-2019-09/keywords-definitions.json+22
- tests/json-schema-draft-2019-09/multiple-lookup-external-absolute-uri-with-different-id-anchor.json+4
- tests/json-schema-draft-2019-09/rfc3986-normalization-on-insertion.json+103
- tests/json-schema-draft-2019-09/rfc3986-normalization-on-retrieval.json+103
- tests/json-schema-draft-2019-09/tag-uris.json+64
- tests/json-schema-draft-2020-12/invalid-anchor-with-pointer.json+35
- tests/json-schema-draft-2020-12/keywords-definitions.json+22
- tests/json-schema-draft-2020-12/multiple-lookup-external-absolute-uri-with-different-id-anchor.json+4
- tests/json-schema-draft-2020-12/rfc3986-normalization-on-insertion.json+103
- tests/json-schema-draft-2020-12/rfc3986-normalization-on-retrieval.json+103
- tests/json-schema-draft-2020-12/tag-uris.json+64
0 commit comments