Issue with $ref resolution after updating to the latest jsonschema version #1214
aryabharat
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue with $ref resolution after updating to the latest jsonschema version
Hi there 👋,
I hope this finds you well. I recently updated the code to the latest jsonschema version, and as part of the process, I refactored the following code:
The updated code looks like:
The JSON schema is using $ref as follows:
json
Copy code
After reviewing the documentation, I couldn't find any information on how to handle the file URI in this context.
Am I missing something or doing something incorrectly? Your insights and guidance would be highly appreciated.
Thank you for your time and assistance! 🙏
Beta Was this translation helpful? Give feedback.
All reactions