diff --git a/src/main/resources/swagger/ga4gh-tool-discovery.yaml b/src/main/resources/swagger/ga4gh-tool-discovery.yaml index 25fb3af8..cb15659b 100644 --- a/src/main/resources/swagger/ga4gh-tool-discovery.yaml +++ b/src/main/resources/swagger/ga4gh-tool-discovery.yaml @@ -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: >- @@ -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: >- diff --git a/src/main/resources/swagger/openapi.yaml b/src/main/resources/swagger/openapi.yaml index c801a406..d8de1c38 100644 --- a/src/main/resources/swagger/openapi.yaml +++ b/src/main/resources/swagger/openapi.yaml @@ -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: >- @@ -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: >-