We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need some sanitization/validation on study design JSON configs submitted to the rest service. In brief, these are the checks performed
If the validation is passed the function returns None. Otherwise, it returns a dict outlining all the checks that are not passed.
None
dict
The returned messages are open to improvements.
The text was updated successfully, but these errors were encountered:
adding config for testing #25
6485de8
adding validation check for isa-rest create mode #25
7e78487
No branches or pull requests
We need some sanitization/validation on study design JSON configs submitted to the rest service.
In brief, these are the checks performed
If the validation is passed the function returns
None
. Otherwise, it returns adict
outlining all the checks that are not passed.The returned messages are open to improvements.
The text was updated successfully, but these errors were encountered: