Skip to content

Commit

Permalink
multiple apis: fix typo knowledge_type -> knowledge_level
Browse files Browse the repository at this point in the history
  • Loading branch information
colleenXu committed Apr 10, 2024
1 parent b1e6573 commit c1f8e93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ebi_proteins/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3256,7 +3256,7 @@ components:
predicate: enables
## accessing UniProtKB through EBI Proteins API
source: "infores:uniprot"
knowledge_type: knowledge_assertion
knowledge_level: knowledge_assertion
agent_type: manual_agent
## assuming we are primarily using Swiss-Prot entries, which are human-curated
## ref: https://www.rhea-db.org/help/enzyme%2Dcatalyzing%2Dreaction
Expand Down
2 changes: 1 addition & 1 deletion litvar/smartapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ components:
semantic: Gene
predicate: is_sequence_variant_of
source: "infores:dbsnp"
knowledge_type: knowledge_assertion
knowledge_level: knowledge_assertion
agent_type: automated_agent
response_mapping:
"$ref": "#/components/x-bte-response-mapping/variant_located_in_gene"
Expand Down
4 changes: 2 additions & 2 deletions myvariant.info/openapi_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ components:
assembly: hg38
predicate: is_sequence_variant_of
source: "infores:dbsnp"
knowledge_type: knowledge_assertion
knowledge_level: knowledge_assertion
agent_type: automated_agent
response_mapping:
"$ref": "#/components/x-bte-response-mapping/dbsnp-gene"
Expand All @@ -934,7 +934,7 @@ components:
assembly: hg38
predicate: has_sequence_variant
source: "infores:dbsnp"
knowledge_type: knowledge_assertion
knowledge_level: knowledge_assertion
agent_type: automated_agent
response_mapping:
"$ref": "#/components/x-bte-response-mapping/dbsnp-rsid"
Expand Down

0 comments on commit c1f8e93

Please sign in to comment.