Skip to content

Commit

Permalink
Fix indentation in docs to pass check
Browse files Browse the repository at this point in the history
  • Loading branch information
irees committed Aug 24, 2024
1 parent 1716061 commit f9565e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docs/openapi3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ func URIMapCache(reader ReadFromURIFunc) ReadFromURIFunc
documents.

type Ref struct {
Ref string `json:"$ref" yaml:"$ref"`
Ref string `json:"$ref" yaml:"$ref"`
Extensions map[string]any `json:"extensions,omitempty" yaml:"$ref,omitempty"`
}
Ref is specified by OpenAPI/Swagger 3.0 standard. See
Expand Down

0 comments on commit f9565e0

Please sign in to comment.