File tree 1 file changed +13
-0
lines changed 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -518,6 +518,17 @@ components:
518
518
type : string
519
519
example : us-west-1
520
520
description : Resources describes the resources requested by a task.
521
+ tesServiceType :
522
+ allOf :
523
+ - $ref : ' https://raw.githubusercontent.com/ga4gh-discovery/ga4gh-service-info/v1.0.0/service-info.yaml#/components/schemas/ServiceType'
524
+ - type : object
525
+ required :
526
+ - artifact
527
+ properties :
528
+ artifact :
529
+ type : string
530
+ enum : [tes]
531
+ example : tes
521
532
tesServiceInfo :
522
533
allOf :
523
534
- $ref : ' https://raw.githubusercontent.com/ga4gh-discovery/ga4gh-service-info/v1.0.0/service-info.yaml#/components/schemas/Service'
@@ -533,6 +544,8 @@ components:
533
544
example :
534
545
- file:///path/to/local/funnel-storage
535
546
- s3://ohsu-compbio-funnel/storage
547
+ type :
548
+ $ref : ' #/components/schemas/tesServiceType'
536
549
tesState :
537
550
type : string
538
551
readOnly : True
You can’t perform that action at this time.
0 commit comments