Merge "Use jsonschema to validate efficacy indicators"

This commit is contained in:
Zuul
2018-07-26 12:06:57 +00:00
committed by Gerrit Code Review
5 changed files with 75 additions and 43 deletions

View File

@@ -126,7 +126,7 @@ class BaseAction(loadable.Loadable):
:returns: A schema declaring the input parameters this action should be
provided along with their respective constraints
:rtype: :py:class:`voluptuous.Schema` instance
:rtype: :py:class:`jsonschema.Schema` instance
"""
raise NotImplementedError()