Skip to content

Commit

Permalink
build schema updates
Browse files Browse the repository at this point in the history
  • Loading branch information
BrapiCoordinatorSelby committed Jul 1, 2022
1 parent 49bd39a commit a45723d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/buildJSONSchema.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a45723d

Please sign in to comment.