diff --git a/Scripts/buildJSONSchema.py b/Scripts/buildJSONSchema.py index 1fef672f..89bb4397 100644 --- a/Scripts/buildJSONSchema.py +++ b/Scripts/buildJSONSchema.py @@ -153,7 +153,7 @@ def getExecList(method, path, tag, variablePostfix='0'): ] isServerInfoPath = re.fullmatch('^/serverinfo$', path) - isSimpleListPath = re.fullmatch('^/commoncropnames$|^/studytypes$|^/observationlevels$|^/ontologies$|^/events$|^/markerpositions$', path) + isSimpleListPath = re.fullmatch('^/commoncropnames$|^/studytypes$|^/observationlevels$|^/events$|^/markerpositions$|^/pedigree$|^/calls$|^/allelematrix$', path) isBasePath = re.fullmatch('^/[a-z]+$', path) isBaseExtraPath = re.fullmatch('^/[a-z]+/[a-z]+$', path) isDbIdPath = re.fullmatch('^/[a-z]+/\{[a-zA-Z]+}$', path)