Provides struct and type for a Badge
@type t() :: %Cyphi.Badge{ description: String.t(), id: integer() | nil, metadata: Cyphi.BadgeMetadata.t() | nil, name: String.t(), tags: [String.t()] | nil }