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
I am encountering an issue in which the local (as in, within the document itself, e.g. $ref: #/components/schemas/...) references in a remotely referenced spec are not being resolved correctly.
Below is a minimal reproducible. If you download the openai spec contents and replace the $ref with a local reference to the same document, you will not get an error.
I won't be doing a bug bash for a while, I am building something on top of these tools at the moment and I need all my brain power. Please feel free to submit a PR however.
I am encountering an issue in which the local (as in, within the document itself, e.g.
$ref: #/components/schemas/...
) references in a remotely referenced spec are not being resolved correctly.Below is a minimal reproducible. If you download the
openai
spec contents and replace the$ref
with a local reference to the same document, you will not get an error.Input spec:
Error:
schema properties build failed: cannot find reference #/components/schemas/ChatCompletionStreamOptions, line 7920, col 27
Doc config:
The text was updated successfully, but these errors were encountered: