wrap-cli icon indicating copy to clipboard operation
wrap-cli copied to clipboard

add manifest schema for workflow file

Open Niraj-Kamdar opened this issue 3 years ago • 1 comments

Niraj-Kamdar avatar Jun 26 '22 13:06 Niraj-Kamdar

Right now we are expecting the workflow file to be valid, and we use the Workflow type provided in core-js. We should add support for workflow files to @polywrap/polywrap-manifest-schemas and @polywrap/polywrap-manifest-types-js, and the Workflow type should be imported similar to DeployManifest and InfraManifest. This would validate the workflow file against a json schema, and allow for future migrations of workflow files.

fetsorn avatar Aug 03 '22 14:08 fetsorn