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
fix: supply-chain exportToImportMap value type (#108)
This looks like it was just generated wrong. The response
uses a Map<String, List<String>> for which the openapi syntax
appears to be to put the value type in "additionalProperties"
which I've done here.
0 commit comments