Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.27 KB

File metadata and controls

17 lines (12 loc) · 1.27 KB
description
Code for validators and the models that drive them.

Validators

Validators are used to ensure that published data conforms to OpenActive standards. Note the overall structure of the codebase: a lightweight validator framework that parses the data fed to it and validates it against whatever model files are provided to it.

****