Skip to content

Commit

Permalink
Merge pull request #17 from TranslatorSRI/update_openapi
Browse files Browse the repository at this point in the history
Make the trapi team a list
  • Loading branch information
maximusunc authored Oct 16, 2023
2 parents 38d577d + ad171c8 commit 3297555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

openapi_args = dict(
title="SRI Answer Appraiser",
version="0.3.5",
version="0.3.6",
terms_of_service="",
description="SRI service that provides metrics for scoring and ordering of results",
trapi="1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion app/trapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def openapi(self) -> Dict[str, Any]:
openapi_schema["info"]["x-translator"] = {
"biolink-version": self.biolink_version,
"component": "Utility",
"team": "Standards Reference Implementation Team",
"team": ["Standards Reference Implementation Team"],
"externalDocs": {
"description": "The values for component and team are restricted according to this external JSON schema. See schema and examples at url",
"url": "https://github.com/NCATSTranslator/translator_extensions/blob/production/x-translator/",
Expand Down

0 comments on commit 3297555

Please sign in to comment.