-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
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.- 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.