diff --git a/bundle/internal/schema/annotations.go b/bundle/internal/schema/annotations.go index f45db345e..f7ac23b9d 100644 --- a/bundle/internal/schema/annotations.go +++ b/bundle/internal/schema/annotations.go @@ -25,10 +25,9 @@ type annotation struct { } type annotationHandler struct { - filePath string - op *openapiParser - ref map[string]annotation - empty map[string]annotation + op *openapiParser + ref map[string]annotation + empty map[string]annotation } const Placeholder = "PLACEHOLDER"