...
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?
data.json
This is the result file for an Arc assessment. Schema is defined in the metadata.json
file but is different depending upon the assessment.
answers.json
Flat map of key-value pairs, used for generating the CSV.
...