PhoenixSwagger.Schema.title

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

Sets the title of the schema.

Examples

iex> alias PhoenixSwagger.Schema
...> %Schema{} |> Schema.title("User")
%PhoenixSwagger.Schema{title: "User"}