Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pet ¶
type Pet struct {
// swagger:allOf
SimpleOne
Something
Notes string `json:"notes"`
Extra string `json:"extra"`
}
Pet embeds SimpleOne as an allOf base and Something inline. The reporter saw the allOf arms duplicated (SimpleOne $ref + the inline object each appearing twice), which also tripped a "circular ancestry" validation error.
swagger:model Pet
Click to show internal directories.
Click to hide internal directories.