From a45723dba8753a1c1177ec8f7759d57ebcf5f5b1 Mon Sep 17 00:00:00 2001 From: Peter Selby Date: Fri, 1 Jul 2022 11:40:14 -0400 Subject: [PATCH] build schema updates --- Scripts/buildJSONSchema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)