Skip to content

Commit 0783570

Browse files
authored
Merge 99e5636 into c50976c
2 parents c50976c + 99e5636 commit 0783570

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

src/main/resources/swagger/ga4gh-tool-discovery.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,15 @@ definitions:
507507
type: array
508508
items:
509509
type: string
510+
has_checker:
511+
type: boolean
512+
description: >-
513+
Whether this tool has a checker tool associated with it
514+
checker_url:
515+
type: string
516+
description: >-
517+
Optional url to the checker tool that will exit successfully if this
518+
tool produced the expected result given test data.
510519
verified:
511520
type: boolean
512521
description: >-
@@ -628,11 +637,6 @@ definitions:
628637
Optional url to the test JSON used to test this tool. Note that this
629638
URL should resolve to the raw unwrapped content that would otherwise
630639
be available in test.
631-
test_tool_url:
632-
type: string
633-
description: >-
634-
Optional url to the test workflow that will exit successfully if this
635-
workflow produced the expected result given this test data.
636640
ToolContainerfile:
637641
type: object
638642
description: >-

src/main/resources/swagger/openapi.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,14 @@ components:
667667
type: array
668668
items:
669669
type: string
670+
has_checker:
671+
type: boolean
672+
description: Whether this tool has a checker tool associated with it
673+
checker_url:
674+
type: string
675+
description: >-
676+
Optional url to the checker tool that will exit successfully if this
677+
tool produced the expected result given test data.
670678
verified:
671679
type: boolean
672680
description: >-
@@ -790,11 +798,6 @@ components:
790798
Optional url to the test JSON used to test this tool. Note that this
791799
URL should resolve to the raw unwrapped content that would otherwise
792800
be available in test.
793-
test_tool_url:
794-
type: string
795-
description: >-
796-
Optional url to the test workflow that will exit successfully if
797-
this workflow produced the expected result given this test data.
798801
ToolContainerfile:
799802
type: object
800803
description: >-

0 commit comments

Comments
 (0)