Skip to content

Commit

Permalink
Remove reference to the format object from the CWL execution-unit req…
Browse files Browse the repository at this point in the history
…uirement
  • Loading branch information
gfenoy committed Jan 22, 2024
1 parent ccdcbb0 commit 37935d9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ label:: /req/cwl/execution-unit
part:: If the execution unit is encoded in CWL, the content of the `executionUnit` parameter SHALL be an object with the following properties:
* `type` and `href` if passed by reference
* `value` and a `format` object with a `mediaType` property if passed by value
* `value` and `mediaType` property if passed by value
part:: If the execution unit is encoded in CWL, the value of the `type` property SHALL be `application/cwl`, when for `mediaType` it should be `application/cwl+json`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
|2020-05-19 |None |Panagiotis (Peter) A. Vretanos |all |Initial check in of draft transactions extension.
|2020-06-23 |None |Panagiotis (Peter) A. Vretanos |all |Add initial draft of an example Open API document
|2021-10-18 |None |Panagiotis (Peter) A. Vretanos |all |Rename transaction directory to deploy_replace_undeploy.
|2022-02-23 |None |Francis Charette-Migneault |all |Update Part 2 readme with relevant details
|2022-10-04 |None |Gérald Fenoy |all |Use relative path to exception and problem+json
|2022-10-05 |None |Gérald Fenoy |all |Update the Deploy, Replace, Undeploy extension
|2022-12-12 |None |Gérald Fenoy |all |Change the status code to be returned (immutable)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ Below is an example of a deploy body request using a CWL-encoded execution unit
{
"executionUnit": {
"value": { ... },
"format": {
"mediaType": "application/cwl+json"
}
"mediaType": "application/cwl+json"
}
}
----
Expand Down

0 comments on commit 37935d9

Please sign in to comment.