Skip to content

Commit 95a8895

Browse files
committed
Update to TRAPI 1.4.2 spec
1 parent 68d3945 commit 95a8895

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

cohd/TRAPI14.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ info:
4141
url: https://github.com/NCATSTranslator/translator_extensions/blob/\
4242
production/x-translator/
4343
x-trapi:
44-
version: 1.4.0
44+
version: 1.4.2
4545
asyncquery: false
4646
operations:
4747
- lookup
@@ -55,6 +55,9 @@ info:
5555
production/x-trapi/
5656
test_data_location: "https://raw.githubusercontent.com/WengLab-InformaticsResearch/cohd_api/master/cohd/translator/sri_testing_triples.json"
5757
servers:
58+
- url: 'https://cohd-api.test.transltr.io/api'
59+
description: COHD ITRB Test Server
60+
x-maturity: testing
5861
- url: 'https://cohd-api.ci.transltr.io/api'
5962
description: COHD ITRB CI Server
6063
x-maturity: staging
@@ -486,7 +489,8 @@ components:
486489
Graph Edges and Result Analyses. These are referenced elsewhere by
487490
the dictionary key.
488491
additionalProperties:
489-
$ref: '#components/schemas/AuxiliaryGraph'
492+
$ref: '#/components/schemas/AuxiliaryGraph'
493+
nullable: true
490494
additionalProperties: false
491495
LogEntry:
492496
description: >-
@@ -1468,6 +1472,7 @@ components:
14681472
'aggregator' or 'supporting data' sources.
14691473
upstream_resource_ids:
14701474
type: array
1475+
nullable: true
14711476
items:
14721477
$ref: '#/components/schemas/CURIE'
14731478
description: >-
@@ -1482,6 +1487,7 @@ components:
14821487
example: [infores:automat-mychem-info, infores:molepro]
14831488
source_record_urls:
14841489
type: array
1490+
nullable: true
14851491
items:
14861492
type: string
14871493
description: >-

0 commit comments

Comments
 (0)