-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
$ref quotes while generating .yaml from java classes #67
Comments
Not reproducible. This ticket will be closed, but can be reopened if your provide the reproducible sample. |
if my new comment with more detailed description is sufficient, please, reopen the issue. Thank you |
Add the link to a public github repo, where all the code is integrated in a reproducer project and share the link in the issue. |
here it is |
Hi,
I'm trying to generate open-api.yaml from java classes with using springdoc-openapi-maven-plugin 1.4 But, unfortunately, when I use $ref in @Schema annotation, it does not generate quotes, but it's very important for me.
I tried to use ", ', `. I noticed, that maybe problem is in using some symbols in the beginning of $ref. For ex. if I use .(dot), it does not generate quotes, but if I use ,(comma) , it does. I suppose, that problem is in parsing from .json to .yaml.
My profile for pom.xml
My class' element sample:
My result in open-api.yaml
Thank you,
Best wishes
The text was updated successfully, but these errors were encountered: