Skip to content

Commit

Permalink
add x-translator.infores field (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
davefol authored Nov 1, 2021
1 parent 50461ae commit fbffaf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions strider/trapi_openapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def openapi(self) -> Dict[str, Any]:
"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/",
},
"infores": "infores:strider",
}
openapi_schema["info"]["x-trapi"] = {
"version": "1.2.0",
Expand Down

0 comments on commit fbffaf7

Please sign in to comment.