Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request, resolver parameter to allow mix of local and remote resolving. #581

Open
Hendler opened this issue May 3, 2024 · 0 comments

Comments

@Hendler
Copy link

Hendler commented May 3, 2024

Expected Behaviour

Lets say I have some schemas locally that I don't have on the server yet.

jsonschema2md -d schemas -r "https://hai.ai/schemas/=schemas/"

Actual Behaviour

cannot resolve https://hai.ai/schemas/components/tool/v1/tool.schema.json

jsonschema2md -d schemas -i schemas also fails because of not resolving the base schemas in a doc with an $id like "$schema": "http://json-schema.org/draft-07/schema#",

Would love a way to detect a prefix in a resolver for some files, but not all (as with -i)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant