Anshumohan Acharya

Results 3 comments of Anshumohan Acharya

Hi! I've implemented a solution for this issue. **Summary:** I've added a new `resolveExternal` option to `ResolverOptions` that allows users to disable external reference resolution (http, https, and file URIs)...

@akrepon Thanks for sharing that use case. This is different from the external reference resolution feature and involves JSON Schema bundling. **Current behavior:** When calling `schema.json()`, the parser returns a...

Perfect! Since the current PR will take some time to merge, I can start working on the bundling feature right away on a separate branch. The two features are independent,...