openapi.yaml valid in swagger editor, but won't show fields locally
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2023
09:48 AM
05-01-2023
09:48 AM
openapi.yaml valid in swagger editor, but won't show fields locally
I'm using jersey 3.0.3, io.swagger.core.v3 v 2.2.9, specifically the jakarta versions. I have an application that is running. When I navigate chrome to my browser, I'm able to download the openapi.yaml file that was generated from all my annotations. When I put the yaml file into swagger editor, everything looks great, I'm able to see the button to upload a file. However, when I try to use the api directly, there are no fields to input anything, it's only displaying json that I can manipulate. Is this a known bug in the code?
Solved! Go to Solution.
Labels:
- Labels:
-
Swagger Core
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2023
12:27 PM
05-04-2023
12:27 PM
Solved it, just uploaded to the swagger editor and worked through the bugs that popped up.
