Skip to content

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

@Hendler

Description

@Hendler

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions