Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal for adding knowledge_types support to /meta_knowledge_graph #333

Merged
merged 2 commits into from
Jun 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions TranslatorReasonerAPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,16 @@ components:
description: >-
Object node category of this relationship edge.
example: biolink:Protein
knowledge_types:
description: >-
A list of knowledge_types that are supported by the service.
If the knowledge_types is null, this means that only 'lookup'
is supported. Currently allowed values are 'lookup' or 'inferred'.
items:
type: string
minItems: 1
nullable: true
type: array
attributes:
type: array
description: >-
Expand Down