You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: