# Structs
A ComplexerOne is composed of a SimpleOne and some extra fields.
A ComplexerOneParams is composed of a SimpleOne and some extra fields swagger:parameters yetAnotherOperation.
A ComplexerPointerOne is composed of a *SimpleOne and some extra fields.
EmbeddedFileParams embeds a *MyFileParams swagger:parameters myOtherOperation.
File response
swagger:response fileResponse.
A GenericError is an error that is used when no other error is appropriate swagger:response genericError.
ListPetParams the params for the list pets query.
An MultipleOrderParams model.
MyFileParams contains the uploaded file data swagger:parameters myOperation.
NoParams is a struct that exists in a package but is not annotated with the swagger params annotations so it should now show up in a test
swagger:parameters someOperation swagger:parameters anotherOperation.
NoParamsAlias is a struct that exists in a package but is not annotated with the swagger params annotations so it should now show up in a test
swagger:parameters someAliasOperation.
An OrderBodyParams model.
Resp a response for testing
swagger:response resp.
A SimpleOne is a model with a few simple fields.
SimpleOnes is a collection of SimpleOne swagger:response simpleOnes.
A SomeResponse is a dummy response object to test parsing.
A ValidationError is an error that is used when the required input fails validation.
# Type aliases
SomeIntType is a type that refines int64.
SomeStringType is a type that refines string.