Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

Flat map of key-value pairs representing upload metadata.

Open Questions:

  • Are there any keys that must be present in this file? Or is this just freeform key-value pairs?

  • Is this redundant with the metadata submitted in the Upload API as documented in https://developer.sagebridge.org/articles/data/bundled_zip_file_uploads.html#call-the-upload-request-api? Are there fields in this file that are specifically expected to not be part of the Synapse annotations?

    • Note that because these aren’t part of Synapse annotations, researchers will not be able to add these fields to a view and query on them.

assessmentResult.json

Open Questions:

  • Not sure what this is. Is this survey-specific? Assessment-specific? Do we expect all assessments to submit a file called assessmentResult.json?

  • If validation is keyed off of filename, does this mean all assessmentResult.json will have the same schema? Or will we need assessment-specific schemas for this?

answers.json

Flat map of key-value pairs, used for generating the CSV.

Open Questions:

  • If we’re computing this map on server-side, does this still need to be defined as part of our file format?

  • No labels