Part attachment

The file attached to a part

type
string

The type of attachment

name
string

The name of the attachment

url
string

The URL of the attachment

content_type
string

The content type of the attachment

filesize
integer

The size of the attachment

width
integer

The width of the attachment

height
integer

The height of the attachment

{ "type": "upload", "name": "example.png", "url": "https://picsum.photos/200/300", "content_type": "image/png", "filesize": 100, "width": 100, "height": 100 }