View Source ArkeServer.Schemas.UserExample (arke_server v0.3.7)

User example

User example

Summary

Functions

Callback implementation for OpenApiSpex.Schema.schema/0.

Types

@type t() :: %ArkeServer.Schemas.UserExample{
  address: term(),
  first_name: term(),
  fiscal_code: term(),
  last_name: term(),
  phone_number: term(),
  type: term(),
  username: term()
}

Functions