We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83e8c4 commit ed74a01Copy full SHA for ed74a01
tests/test_from_schema.py
@@ -253,6 +253,7 @@ def test_invalid_ref_schemas_are_invalid(name):
253
# Known issues with $ref/$id resolution - generates valid data for wrong schema
254
KNOWN_REF_BUGS = {
255
"draft7/$ref prevents a sibling $id from changing the base uri",
256
+ "Meta-validation schema for JSON Schema Draft 8",
257
}
258
259
RECURSIVE_REFS = {
0 commit comments