Files
Each file uploaded to a Nintex Apps site is stored as a extensionless binary of the file and a skuid.json metadata object that describes the file.
That JSON file includes the following properties:
| Field Name | Type | Description |
| name | String | The name of the file |
| description | String | The text area within the Files UI where admins may describe a file |
| contentType | String | The MIME type of the file |
| isPublic | Boolean | Determines whether or not a file may be accessed by a non-authenticated user. |