File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tools/cli/internal/openapi/filter Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
1717 "github.com/getkin/kin-openapi/openapi3"
1818)
1919
20- // OperationsFilter is a filter that removes the x-xgen-owner-team extension from operations
20+ // Filter: OperationsFilter is a filter that removes the x-xgen-owner-team extension from operations
2121// and moves the x-sunset extension to the operation level.
2222type OperationsFilter struct {
2323 oas * openapi3.T
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
2222 "github.com/mongodb/openapi/tools/cli/internal/apiversion"
2323)
2424
25- // VersioningFilter is a filter that modifies the OpenAPI spec by removing operations and responses
25+ // Filter: VersioningFilter is a filter that modifies the OpenAPI spec by removing operations and responses
2626// that are not supported by the target version.
2727type VersioningFilter struct {
2828 oas * openapi3.T
You can’t perform that action at this time.
0 commit comments