OCR-D / quiver-back-end

The back end of the OCR-D quality dashboard webapp.
MIT License
1 stars 2 forks source link

feat: add JSON schemas #17

Closed mweidling closed 2 years ago

mweidling commented 2 years ago

This PR adds JSON schemas for repos.json and ocrd_all_releases.py to the repository, incl. a validation script. The latter can be invoked by

python3 schema/validation.py {FILENAME}

with {FILENAME} being either repos.json or ocrd_all_releases.json, depending on which one you'd like to validate.

Closes #13.