A manifest is required for D2L Standard CSV versions 1.1 and higher. The manifest is a JSON file that announces the version of D2L Standard CSV you are using, the version in the JSON files should match the version of IPSIS to which your CSV outputs are currently aligned.
The following data structure is expected in the JSON file, using D2L Standard CSV version 2.0.
{
"version":"2.0"
}
For D2L Standard CSV Version 2.1, the expected data structure is as follows:
{
"version":"2.1"
}