Validators
Code for validators and the models that drive them.
Last updated
Code for validators and the models that drive them.
Last updated
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.
: The core OpenActive data model validator library.
: The models used by the validator to check conformity. Currently restricted to models.
: RPDE validator library
: Simple web front-end into which the validator may be embedded to provide a simple-to-use UI.
: First pass at the data-model-validator site.
: JSON files for use in testing the validator.