Códimo uses JSON for the metadata of the exercises. Right now we have nothing to ease the validation of the schema.
Things to take into account:
codimo-core needs to validate the core schema allowing custom definitions.
- Each activity could add custom properties to that schema just for itself.
This will allow better error detection in the instantiation phase of the activity without the components to have written each of the rules inside of them.
Códimo uses JSON for the metadata of the exercises. Right now we have nothing to ease the validation of the schema.
Things to take into account:
codimo-coreneeds to validate the core schema allowing custom definitions.This will allow better error detection in the instantiation phase of the activity without the components to have written each of the rules inside of them.