YAML specifications for Verify data. This includes performance reports, events and other data sources.
You can view YAML specifications under specifications/
Specifications are not validated automatically. To validate a specification, run:
python3 -m venv /path/to/new/virtual/environment
pip3 install -r requirements.txt
python3 scripts/validate.py specifications/performance-reports/test.yamlTo validate against a given schema
python3 scripts/validate.py -s schemas/performance-report.json specifications/performance-reports/test.yamlFor help
python3 scripts/validate.py -h
Schemas for specifications are kept under schemas/