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 b9b37d1 commit c3bd851Copy full SHA for c3bd851
openapi3/ref.go
@@ -12,6 +12,7 @@ import (
12
type Ref struct {
13
Ref string `json:"$ref" yaml:"$ref"`
14
Extensions map[string]any `json:"-" yaml:"-"`
15
+ Origin *Origin `json:"__origin__,omitempty" yaml:"__origin__,omitempty"`
16
}
17
18
// MarshalYAML returns the YAML encoding of Ref.
0 commit comments