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
But since each virtualizer is uniquely identified by the "id" key, I'd prefer to have VirtualizersSchema as a HashMap (what you get when you translate the Map/Dictionary swagger file I proposed above):
How I'd like the translation to be like
When I define a list within a container, such as:
(where virtualizer is a grouping with a leaf identifier called "id"), I'd like this to be translated as a Map/Dictionary Properties in swagger:
Currently the translation is as follows:
Why
The reason is because when I use swagger to generate the jaxrs code, and currently it creates the following class:
But since each virtualizer is uniquely identified by the "id" key, I'd prefer to have VirtualizersSchema as a HashMap (what you get when you translate the Map/Dictionary swagger file I proposed above):
Do you think it's possible to provide a flag or something similar to the pyang plugin to perform this translation?
The text was updated successfully, but these errors were encountered: