-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
In GitLab by @manuelma on Dec 14, 2018, 21:14
We have implemented basic and not so basic integrity checks in #4 and #17
This issue is a placeholder for more of these tests we can come up with:
- Check that input is valid JSON
- Spine JSON schema (
parameter_value) - Unique names across tables
- Forbidden names (such as 'time' for an object class, since
timeis the name of a function in julia's Base)