Skip to content

Commit

Permalink
update ref link and comment
Browse files Browse the repository at this point in the history
  • Loading branch information
reversearrow committed Oct 1, 2024
1 parent 913e56a commit 4a9a5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi2/ref.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package openapi2
//go:generate go run refsgenerator.go

// Ref is specified by OpenAPI/Swagger 3.0 standard.
// See https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#reference-object // TODO: Update this Link
// See https://github.com/OAI/OpenAPI-Specification/blob/main/versions/2.0.md#reference-object
type Ref struct {
Ref string `json:"$ref" yaml:"$ref"`
}

0 comments on commit 4a9a5ff

Please sign in to comment.