Skip to content

Commit

Permalink
Fix indentation and remove the CommonWorkflowLanguage.yml
Browse files Browse the repository at this point in the history
As per opengeospatial#282 (comment), remove CommonWorkflowLanguage.yml
  • Loading branch information
gfenoy committed May 31, 2023
1 parent 1cfc632 commit b47410e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions openapi/paths/processes-dru/pDeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ post:
$ref: "../../schemas/processes-dru/ogcapppkg.yaml"
application/cwl:
schema:
type: string
type: string
application/cwl+json:
schema:
$ref: 'https://raw.githubusercontent.com/common-workflow-language/cwl-v1.2/1.2.1_proposed/CommonWorkflowLanguage.yml'
example: {}
responses:
201:
$ref: "../../schemas/processes-core/processSummary.yaml"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ put:
$ref: "../../schemas/processes-dru/ogcapppkg.yaml"
application/cwl:
schema:
type: string
type: string
application/cwl+json:
schema:
$ref: 'https://raw.githubusercontent.com/common-workflow-language/cwl-v1.2/1.2.1_proposed/CommonWorkflowLanguage.yml'
example: {}
responses:
204:
$ref: "../../responses/processes-dru/rEmpty.yaml"
Expand Down
4 changes: 2 additions & 2 deletions openapi/paths/processes-dru/pProcessListDeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ post:
$ref: "../../schemas/processes-dru/ogcapppkg.yaml"
application/cwl:
schema:
type: string
type: string
application/cwl+json:
schema:
$ref: 'https://raw.githubusercontent.com/common-workflow-language/cwl-v1.2/1.2.1_proposed/CommonWorkflowLanguage.yml'
example: {}
responses:
201:
$ref: "../../schemas/processes-core/processSummary.yaml"
Expand Down
4 changes: 2 additions & 2 deletions openapi/paths/processes-dru/pReplace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ put:
$ref: "../../schemas/processes-dru/ogcapppkg.yaml"
application/cwl:
schema:
type: string
type: string
application/cwl+json:
schema:
$ref: 'https://raw.githubusercontent.com/common-workflow-language/cwl-v1.2/1.2.1_proposed/CommonWorkflowLanguage.yml'
example: {}
responses:
204:
$ref: "../../responses/processes-dru/rEmpty.yaml"
Expand Down

0 comments on commit b47410e

Please sign in to comment.