Skip to content

Commit

Permalink
Merge pull request #143 from aniewielska/service-type
Browse files Browse the repository at this point in the history
Introduce fixed service info type
  • Loading branch information
aniewielska authored Jan 12, 2021
2 parents 1792fcf + 3e6faa0 commit a9e1d6b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions openapi/task_execution_service.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,17 @@ components:
type: string
example: us-west-1
description: Resources describes the resources requested by a task.
tesServiceType:
allOf:
- $ref: 'https://raw.githubusercontent.com/ga4gh-discovery/ga4gh-service-info/v1.0.0/service-info.yaml#/components/schemas/ServiceType'
- type: object
required:
- artifact
properties:
artifact:
type: string
enum: [tes]
example: tes
tesServiceInfo:
allOf:
- $ref: 'https://raw.githubusercontent.com/ga4gh-discovery/ga4gh-service-info/v1.0.0/service-info.yaml#/components/schemas/Service'
Expand All @@ -541,6 +552,8 @@ components:
example:
- file:///path/to/local/funnel-storage
- s3://ohsu-compbio-funnel/storage
type:
$ref: '#/components/schemas/tesServiceType'
tesState:
type: string
readOnly: True
Expand Down

0 comments on commit a9e1d6b

Please sign in to comment.