Skip to content

Commit

Permalink
Merge 99e5636 into c50976c
Browse files Browse the repository at this point in the history
  • Loading branch information
garyluu authored Apr 2, 2018
2 parents c50976c + 99e5636 commit 0783570
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
14 changes: 9 additions & 5 deletions src/main/resources/swagger/ga4gh-tool-discovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,15 @@ definitions:
type: array
items:
type: string
has_checker:
type: boolean
description: >-
Whether this tool has a checker tool associated with it
checker_url:
type: string
description: >-
Optional url to the checker tool that will exit successfully if this
tool produced the expected result given test data.
verified:
type: boolean
description: >-
Expand Down Expand Up @@ -628,11 +637,6 @@ definitions:
Optional url to the test JSON used to test this tool. Note that this
URL should resolve to the raw unwrapped content that would otherwise
be available in test.
test_tool_url:
type: string
description: >-
Optional url to the test workflow that will exit successfully if this
workflow produced the expected result given this test data.
ToolContainerfile:
type: object
description: >-
Expand Down
13 changes: 8 additions & 5 deletions src/main/resources/swagger/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,14 @@ components:
type: array
items:
type: string
has_checker:
type: boolean
description: Whether this tool has a checker tool associated with it
checker_url:
type: string
description: >-
Optional url to the checker tool that will exit successfully if this
tool produced the expected result given test data.
verified:
type: boolean
description: >-
Expand Down Expand Up @@ -790,11 +798,6 @@ components:
Optional url to the test JSON used to test this tool. Note that this
URL should resolve to the raw unwrapped content that would otherwise
be available in test.
test_tool_url:
type: string
description: >-
Optional url to the test workflow that will exit successfully if
this workflow produced the expected result given this test data.
ToolContainerfile:
type: object
description: >-
Expand Down

0 comments on commit 0783570

Please sign in to comment.