File
Structure for digital files to be included in the submission of an application
Fields
-
Base64
base64-content -
Base64-encoded content of the file for inline file uploads
Required: False
Datatype: string
Expected number: 1
-
Filename
filename -
Name of the file being uploaded
Required: True
Datatype: string
Expected number: 1
-
MIME type
mime-type -
The file's MIME type such as application/pdf or image/jpeg
Required: False
Datatype: string
Expected number: 1
-
File size
file-size -
Size of the file in bytes that can be used to enforce limits
Required: False
Datatype: number
Expected number: 1