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
Is your enhancement related to a problem? Please describe.
My schema is defined in https://foo.net/openapi, which returns a swagger/openapi document, but my schema needs to be a specific model in the JSON response.
That is,foo.yaml's schema is actually defined by https://foo.net.net/openapi#components.schemas.MyJsonSchemaThing
Describe the solution you would like
Support specifying a lookup path from the JSON response.
Describe alternatives you have considered
Writing a proxy server to do this path traversal for me
Additional context
OpenAPI/Swagger is a pretty common provider of JSONSchema models. Would be great to support this common use case.
The text was updated successfully, but these errors were encountered:
Is your enhancement related to a problem? Please describe.
My schema is defined in
https://foo.net/openapi
, which returns a swagger/openapi document, but my schema needs to be a specific model in the JSON response.That is,
foo.yaml
's schema is actually defined byhttps://foo.net.net/openapi#components.schemas.MyJsonSchemaThing
Describe the solution you would like
Support specifying a lookup path from the JSON response.
Describe alternatives you have considered
Writing a proxy server to do this path traversal for me
Additional context
OpenAPI/Swagger is a pretty common provider of JSONSchema models. Would be great to support this common use case.
The text was updated successfully, but these errors were encountered: