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 7646810 commit 2461711Copy full SHA for 2461711
tools/cli/internal/openapi/filter/extension_test.go
@@ -265,7 +265,7 @@ func getOasSunset() *openapi3.T {
265
}
266
267
func getOasIpaExceptions() *openapi3.T {
268
- extension := map[string]interface{}{
+ extension := map[string]any{
269
ipaExceptionExtension: map[string]string{"IPA-104-resource-has-GET": "reason"},
270
271
0 commit comments