We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf2d0d commit 06593bcCopy full SHA for 06593bc
tools/cli/internal/openapi/versions.go
@@ -120,7 +120,7 @@ func parsePreviewExtensionData(contentTypeValue *openapi3.MediaType) (public boo
120
return false, "", errors.New("no preview extension found")
121
}
122
123
- previewExtensionMap, ok := previewExtension.(map[string]interface{})
+ previewExtensionMap, ok := previewExtension.(map[string]any)
124
if !ok {
125
126
0 commit comments