File Data
Contains file metadata and binary content information
filenamestring
Name of the file
Example:
document.pdf
bytecodebyte
contentType object
Media type/content type of the file
typestring
subtypestring
parameters object
property name*string
qualityValuedouble
charsetstring
concreteboolean
wildcardSubtypeboolean
wildcardTypeboolean
subtypeSuffixstring
File Data
{
"filename": "document.pdf",
"bytecode": "string",
"contentType": "application/pdf"
}