Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct {
// swagger:type string
ID UUID `json:"id"`
ResourceID string `json:"resourceId"`
}
Action exercises a field-level swagger:type override: ID is a UUID (which would otherwise render as a $ref/array) but the reporter wants it as a bare string in the spec.
swagger:model
Click to show internal directories.
Click to hide internal directories.