good morning!!!!

Skip to content
Snippets Groups Projects
Commit fc42ade2 authored by jjohnstondev's avatar jjohnstondev
Browse files

external docs omit empty

parent bc8ed043
No related branches found
Tags v0.0.58
No related merge requests found
......@@ -84,11 +84,11 @@ type Method struct {
}
type Tag struct {
Ref string `json:"$ref,omitempty"`
Name string `json:"name"`
Summary string `json:"summary,omitempty"`
Description string `json:"description,omitempty"`
ExternalDocs ExternalDocumentation `json:"externalDocs,omitempty"`
Ref string `json:"$ref,omitempty"`
Name string `json:"name"`
Summary string `json:"summary,omitempty"`
Description string `json:"description,omitempty"`
ExternalDocs *ExternalDocumentation `json:"externalDocs,omitempty"`
}
type ExternalDocumentation struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment