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 use vSphere 8 and when I generate the vcenter.json file in the OpenAPI3 format, I get a long list of references that are incorrect. As far as I understand, these references should start with #/components/schemas/ instead. I don't face the same problem if I generate the file in the Swagger2 format.
Describe the bug
Hi,
I use vSphere 8 and when I generate the vcenter.json file in the OpenAPI3 format, I get a long list of references that are incorrect. As far as I understand, these references should start with
#/components/schemas/instead. I don't face the same problem if I generate the file in the Swagger2 format.Reproduction steps
python vmsgen.py --insecure -vc vcenter.test -oas 3 -o ~/tmp/openapi/resultsExpected behavior
All the references should be resolvable.
Additional context
No response