Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct {
// the name
//
// Extensions:
// ---
// x-scalar-ext: scalarvalue
// ---
Name string `json:"name"`
// the friends
//
// Extensions:
// ---
// x-array-ext: arrayvalue
// ---
Friends []string `json:"friends"`
}
User probes field-level Extensions on a NON-array vs array field (#2106).
swagger:model
Click to show internal directories.
Click to hide internal directories.