Skip to content

Commit a45723d

Browse files
build schema updates
1 parent 49bd39a commit a45723d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/buildJSONSchema.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def getExecList(method, path, tag, variablePostfix='0'):
153153
]
154154

155155
isServerInfoPath = re.fullmatch('^/serverinfo$', path)
156-
isSimpleListPath = re.fullmatch('^/commoncropnames$|^/studytypes$|^/observationlevels$|^/ontologies$|^/events$|^/markerpositions$', path)
156+
isSimpleListPath = re.fullmatch('^/commoncropnames$|^/studytypes$|^/observationlevels$|^/events$|^/markerpositions$|^/pedigree$|^/calls$|^/allelematrix$', path)
157157
isBasePath = re.fullmatch('^/[a-z]+$', path)
158158
isBaseExtraPath = re.fullmatch('^/[a-z]+/[a-z]+$', path)
159159
isDbIdPath = re.fullmatch('^/[a-z]+/\{[a-zA-Z]+}$', path)

0 commit comments

Comments
 (0)