Formatting

The Instrumenthouder is expected to produce a validation set using one of the file formats described below.

Standard JSON

The validation set should be generated in the JSON format. In the case of the validation set the JSON document should have a list at the root, with a Product as each element in this list. For more information on the format specification, see: https://www.json.org

JSON Lines

Producing a normal json file may be too memory intensive in some cases. In those cases it would be easier generate a line of json for each product and append each line to the output file. For that reason, we will allow json lines files. For more information on the format specification, see: https://jsonlines.org/