Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenharrison committed Sep 17, 2024
1 parent c5cf284 commit 98ace80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/docs/openapi3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,7 @@ type Location struct {
Line int `json:"line,omitempty" yaml:"line,omitempty"`
Column int `json:"column,omitempty" yaml:"column,omitempty"`
}
Location is a struct that contains the location of a field.

type MediaType struct {
Extensions map[string]any `json:"-" yaml:"-"`
Expand Down Expand Up @@ -1025,6 +1026,9 @@ type Origin struct {
Key *Location `json:"key,omitempty" yaml:"key,omitempty"`
Fields map[string]Location `json:"fields,omitempty" yaml:"fields,omitempty"`
}
Origin contains the origin of a collection. Key is the location of the
collection itself. Fields is a map of the location of each field in the
collection.

type Parameter struct {
Extensions map[string]any `json:"-" yaml:"-"`
Expand Down

0 comments on commit 98ace80

Please sign in to comment.