Upload File Format
This documents the file format that is required by the new post-processing pipeline as defined in Bridge Downstream. This covers files that are present in all zip files for all assessments. Assessment-specific file formats are handled on a per-assessment basis.
metadata.json
Every upload will have a metadata.json. This includes a manifest of all files (documented in https://github.com/BridgeDigitalHealth/mobile-client-json/pull/17), as well as other key-value pairs (documented in the schema https://github.com/BridgeDigitalHealth/mobile-client-json/blob/main/schemas/v2/ArchiveMetadata.json).
appName (string) - Name of the app that built the archive.
appVersion (string) - Version of the app that built the archive.
deviceInfo (string) - Information about the specific device.
deviceTypeIdentifier (string) - Specific model identifier of the device.
files (array) - A list of the files included in this archive.
Â