Skip to content

Commit

Permalink
DefaultWorkflowEngineParameter was missing a param name
Browse files Browse the repository at this point in the history
  • Loading branch information
briandoconnor authored Sep 17, 2018
1 parent 264415c commit b3d4bbf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions openapi/workflow_execution_service.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,9 @@ definitions:
DefaultWorkflowEngineParameter:
type: object
properties:
name:
type: string
description: 'The name of the parameter'
type:
type: string
description: 'Describes the type of the parameter, e.g. float.'
Expand Down Expand Up @@ -414,10 +417,10 @@ definitions:
description: |-
A web page URL with information about how to get an
authorization token necessary to use a specific endpoint.
contact_info:
contact_info_url:
type: string
description: |-
An email address or web page URL with contact information
An email address (mailto) or web page URL with contact information
for the operator of a specific WES endpoint. Users of the
endpoint should use this to report problems or security
vulnerabilities.
Expand Down

0 comments on commit b3d4bbf

Please sign in to comment.