_id
object
teamId
object
required

Associated teamId (this links to a corresponding Team object)

orgId
object
required

Associated orgId (this links to a corresponding Org object)

filename
string
required

the filename of the asset, this is generally a string representation of the _id followed by the filtype. i.e. "abcdef123456789.png"

originalFilename
string
required

the original filename of the asset at point of upload

mimeType
string
required

The media type of the asset, indicating the format of the file. Common MIME types include 'image/jpeg' for JPEG

uploadedAt
string
required

The date and time at which the asset was uploaded.