OMRChecker icon indicating copy to clipboard operation
OMRChecker copied to clipboard

Feature: Add schema validation for template.json files

Open Hasan-8326 opened this issue 1 month ago • 1 comments

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 avatar Nov 22 '25 14:11 Hasan-8326

@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?

Udayraj123 avatar Nov 22 '25 21:11 Udayraj123