Replies: 1 comment 1 reply
-
HI @UrKas16 – I'm afraid this repository is for work on the OpenAPI Specification itself. We cannot provide tooling support, so please raise this with your tooling vendor. I will say that your input YAML looks fine, although the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I have a problem with the Open api specification in when generating json in the browser via a link.
Version Open Api UI org.springdoc:springdoc-openapi-ui:jar:1.6.0
I have a description of the field in the yml file
When i start my app and jpen link localhost:8082/swagger-ui.html, i have this page:
When I click on the link "/v3/api-docs", I get a generated json file:
As can be seen from the description of the yml-file, the field "ids" has a type: "string " and a length: 255.
But when json is generated, the length for this field is 2147483647.
Help please. How to fix this problem?
Beta Was this translation helpful? Give feedback.
All reactions