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
fails to handle additionalProperties.items, which results in item.$refs not being properly converted by toV3Ref. As a consequence, the following remains unchanged:
"items": {
"$ref": "#/definitions/BaseDictResp"
}
This leads to the inability to find #/definitions/BaseDictResp.
error message
Preliminary Analysis
kin-openapi/openapi2conv/openapi2_conv.go
Line 550 in cea0a13
fails to handle additionalProperties.items, which results in item.$refs not being properly converted by toV3Ref. As a consequence, the following remains unchanged:
This leads to the inability to find
#/definitions/BaseDictResp
.test openapi2 json
The text was updated successfully, but these errors were encountered: