{
    id: number
    mime_type: string
    name: string
    url?: string
    uuid: string
}
id
number

The id of the attachment file in the Proposales database

mime_type
string

What type of file the attachment represents. It can be application/pdf for a pdf file, image/jpeg or image/png for an image, text/html for a url.

name
string

A short, descriptive text to be shown as the title for the attachment.

url
string

In the case of a url, the address to link to. Optional.

uuid
string

The uuid under which the contents of the pdf or image file are saved in the Proposales backend.