File
mediaTypestringrequired
The MIME type of the file, such as 'application/pdf' for a PDF file or 'image/jpeg' for a JPEG image
Possible values: non-empty
Example:
application/pdf
namestringrequired
The name of the file, including the file extension
Possible values: non-empty
Example:
document.pdf
File
{
"mediaType": "application/pdf",
"name": "document.pdf"
}