Open odscjames opened 2 years ago
eg
"$ref": "components.json#/definitions/pet"
To see the crash, edit tests/examples/basic-externalrefs/index.rst.
tests/examples/basic-externalrefs/index.rst
jsonref.JsonRefError: Unresolvable JSON pointer: '/definitions/pet'
It's understandable - when no external refs are allowed {} is just put in the schema, and indeed that pointer is missing from {}!
eg
To see the crash, edit
tests/examples/basic-externalrefs/index.rst
.It's understandable - when no external refs are allowed {} is just put in the schema, and indeed that pointer is missing from {}!