Skip to content

Commit

Permalink
go_cc: infores update
Browse files Browse the repository at this point in the history
as example for source provenance update for situation B/C here: biothings/biothings_explorer#208 (comment)
  • Loading branch information
colleenXu authored Jul 27, 2021
1 parent c25f771 commit ef4f342
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions go_cc/smartapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ info:
title: Gene Ontology Cellular Component API
version: '1.0'
x-translator:
infores-curie: "infores:biothings-go-cc"
component: KP
team:
- Service Provider
Expand Down Expand Up @@ -395,7 +396,7 @@ components:
header: application/x-www-form-urlencoded
response_mapping:
$ref: '#/components/x-bte-response-mapping/has_subclass'
source: Gene Ontology
source: "infores:go"
supportBatch: true
subclass_of:
- inputSeparator: ','
Expand All @@ -415,7 +416,7 @@ components:
header: application/x-www-form-urlencoded
response_mapping:
$ref: '#/components/x-bte-response-mapping/subclass_of'
source: Gene Ontology
source: "infores:go"
supportBatch: true
part_of:
- inputSeparator: ','
Expand All @@ -435,7 +436,7 @@ components:
header: application/x-www-form-urlencoded
response_mapping:
$ref: '#/components/x-bte-response-mapping/part_of'
source: Gene Ontology
source: "infores:go"
supportBatch: true
has_part:
- inputSeparator: ','
Expand All @@ -455,7 +456,7 @@ components:
header: application/x-www-form-urlencoded
response_mapping:
$ref: '#/components/x-bte-response-mapping/has_part'
source: Gene Ontology
source: "infores:go"
supportBatch: true
x-bte-response-mapping:
has_subclass:
Expand Down

0 comments on commit ef4f342

Please sign in to comment.