PolarExpress.Schemas.OrganizationAvatarFileCreate (polar_express v0.2.2)

Copy Markdown View Source

OrganizationAvatarFileCreate

Schema to create a file to be used as an organization avatar.

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.OrganizationAvatarFileCreate{
  checksum_sha256_base64: term(),
  mime_type: term(),
  name: term(),
  organization_id: term(),
  service: term(),
  size: term(),
  upload: term(),
  version: term()
}
  • checksum_sha256_base64 - Nullable.
  • mime_type - MIME type of the file. Only images are supported for this type of file.
  • name
  • organization_id - Nullable.
  • service
  • size - Size of the file. A maximum of 1 MB is allowed for this type of file.
  • upload
  • version - Nullable.

Functions

schema_name()