Skip to content

Commit

Permalink
feat: DocEndpointParameter.Example attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
vinyguedess committed Jun 20, 2022
1 parent 33c0994 commit b00fe25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions documentation.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ type DocEndpointParameter struct {
Format string `json:"format,omitempty"`
Items DocEndpointParameterItem `json:"items,omitempty"`
Schema DocEndpointSchema `json:"schema,omitempty"`
Example string `json:"example,omitempty"`
}

type DocEndpointDefinition struct {
Expand Down

0 comments on commit b00fe25

Please sign in to comment.