Add optional validation argument for JSON schema
Added optional argument validation to :
- opl reader
- itl reader
When validation is True, non-compliant schemas raise an error. When it is False, non-compliant schemas raise only a warning.
validation is True by default (same behavior as before)
Added a new test to check the warning.
Closes #21 (closed)
Edited by Benoît SEIGNOVERT