Skip to content
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.

YAML specifications for Verify data

License

Notifications You must be signed in to change notification settings

alphagov/verify-data-schemas

Repository files navigation

Verify Data Schemas

YAML specifications for Verify data. This includes performance reports, events and other data sources.

Getting started

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.yaml

To validate against a given schema

python3 scripts/validate.py -s schemas/performance-report.json specifications/performance-reports/test.yaml

For help

python3 scripts/validate.py -h

Schemas for specifications are kept under schemas/

About

YAML specifications for Verify data

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages