Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AResponse ¶
type AResponse struct {
// in: body
Body AResponseBody
}
AResponse is the body response wrapping AResponseBody.
swagger:response aResponse
type AResponseBody ¶
type AResponseBody struct {
// SomeID description that the reporter wants to keep.
SomeID ObjectID `json:"someId"`
}
AResponseBody carries a field whose type resolves to a $ref. The reporter found the field-level description was dropped because a Swagger 2.0 property that is a bare $ref cannot carry sibling keys.
Click to show internal directories.
Click to hide internal directories.