-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
Support for pluggable filters in the resolver #65
Comments
Example of a filter, the JSON Schema to OpenAPI conversion layer that goes into each of the different protocol things. wework/speccy#45 |
Cool. Will probably be implemented as an array of callbacks which can mutate the content. Do you think anyone is ever going to want to massage the text before it gets parsed by |
I can only guess, but for me no. |
Good, simpler the better. |
|
Sweet! Is this ready for me to rewrite speccy around or what's the deal? |
I think the refactoring of It will take a little longer for me to work out whether the validator changes can be sync'd up again, and if so what changes if any are needed to the interface between the validator and the linter. I'm happy to do anything to reduce the code duplication between the projects, but I know you were at least toying with the idea of using |
Work being done in wework/speccy#98 |
As discussed with @philsturgeon - this would allow pulling JSON schema documents and having them magically transformed into OpenAPI schema objects.
The text was updated successfully, but these errors were encountered: