Skip to content

Add JSON schema for analysis file format 3.0.

Karsten Loesing requested to merge karsten/onionperf:task-40003 into develop

This schema can be used to validate an analysis file using version 3.0 by using the following commands:

pip3 install jsonschema
unxz final_onionperf.analysis.json.xz
jsonschema -i final_onionperf.analysis.json onionperf-3.0.json

Implements tpo/metrics/onionperf#40003.

Merge request reports