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
But when I ran martian/explore it came back with an empty vec. I think the issue is the external refs in the paths e.g. $ref: "./sainternal/V3/paths/token.yaml#/TokenV3"
Looking at the Martian code it seems like martian.schema/lookup-ref should be throwing "Non-local references are not supported" but I don't get any errors when bootstrapping.
The text was updated successfully, but these errors were encountered:
tomisme
changed the title
Unable to use external $ref's
Unable to use external $ref's with OpenAPI
Oct 2, 2024
I tried to use Martian with this OpenAPI spec: https://api-docs.solaranalytics.com/OpenAPI-Specs/sapublic-openapi.yaml
But when I ran
martian/explore
it came back with an empty vec. I think the issue is the external refs in the paths e.g.$ref: "./sainternal/V3/paths/token.yaml#/TokenV3"
Looking at the Martian code it seems like
martian.schema/lookup-ref
should be throwing "Non-local references are not supported" but I don't get any errors when bootstrapping.The text was updated successfully, but these errors were encountered: