OMRChecker
OMRChecker copied to clipboard
Feature: Add schema validation for template.json files
Currently, it is possible to submit a with missing keys. We should add a JSON schema validator to ensure all new samples in the directory are valid before processing.
@Hasan-8326 there already exists a template_schema.py file that contains the validation schema. Can you provide sample input which shouldn't be allowed?