Support multi-file schemas #804
axshani
started this conversation in
Feature request
Replies: 2 comments
-
Multi-file schemas are not yet supported by this generator unfortunately |
Beta Was this translation helpful? Give feedback.
0 replies
-
I would appreciate this feature! 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm new to OpenAPI and Schemas world so it could be possible that I'm doing something wrong.
I'm trying to add '#ref' to components in openapi.json to link to another file.
for example:
"components": {
"schemas": {
"User": {
"$ref": "./schemas/User"
}
}
And I'm getting the errors:
Remote references such as ././.. are not supported yet.
and Reference schemas are not supported.
Can I link schemas files some other way? I dont want to write all my schemas in the openapi.json file.
Thanks in advance the thank you for this project.
Beta Was this translation helpful? Give feedback.
All reactions