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 f9e3f62 commit 65d39c9Copy full SHA for 65d39c9
tools/cli/internal/openapi/openapi.go
@@ -34,6 +34,7 @@ type Spec struct {
34
Paths *openapi3.Paths `json:"paths" yaml:"paths"`
35
Components *openapi3.Components `json:"components,omitempty" yaml:"components,omitempty"`
36
ExternalDocs *openapi3.ExternalDocs `json:"externalDocs,omitempty" yaml:"externalDocs,omitempty"`
37
+ Extensions map[string]any `json:"-" yaml:"-"`
38
}
39
type Parser interface {
40
CreateOpenAPISpecFromPath(string) (*load.SpecInfo, error)
0 commit comments