diff --git a/bundle/internal/schema/annotations.go b/bundle/internal/schema/annotations.go index f7ac23b9d..05500a842 100644 --- a/bundle/internal/schema/annotations.go +++ b/bundle/internal/schema/annotations.go @@ -25,7 +25,6 @@ type annotation struct { } type annotationHandler struct { - op *openapiParser ref map[string]annotation empty map[string]annotation }