PhoenixSwagger.Schema.description

You're seeing just the function description, go back to PhoenixSwagger.Schema module for more information.
Link to this function

description(model, desc)

View Source

Sets the description for the schema.

Examples

iex> alias PhoenixSwagger.Schema
...> %Schema{} |> Schema.description("A user")
%PhoenixSwagger.Schema{description: "A user"}