Skip to content

Commit c3bd851

Browse files
committed
Fix merge
1 parent b9b37d1 commit c3bd851

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openapi3/ref.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import (
1212
type Ref struct {
1313
Ref string `json:"$ref" yaml:"$ref"`
1414
Extensions map[string]any `json:"-" yaml:"-"`
15+
Origin *Origin `json:"__origin__,omitempty" yaml:"__origin__,omitempty"`
1516
}
1617

1718
// MarshalYAML returns the YAML encoding of Ref.

0 commit comments

Comments
 (0)