Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add presentationSchema option to workflow step #403

Open
dlongley opened this issue Jul 18, 2024 · 1 comment
Open

Add presentationSchema option to workflow step #403

dlongley opened this issue Jul 18, 2024 · 1 comment
Labels
ready for PR Issue ready to be resolved via a Pull Request

Comments

@dlongley
Copy link
Contributor

A workflow step should be able to include a presentationSchema that will be run against a submitted presentation (if one is requested for that step).

The presentationSchema option should look like this:

"presentationSchema": {
  "type": "JsonSchema",
  "jsonSchema": /* JSON schema here */
}

Other schema types can be supported with different custom properties depending on the "type" used.

@msporny
Copy link
Contributor

msporny commented Jul 23, 2024

The group discussed this on 2024-07-23:

The issue was fairly straightforward and a PR should be raised for this item.

The PR should allow a presentationSchema option to be specified for a workflow step.

@msporny msporny added the ready for PR Issue ready to be resolved via a Pull Request label Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for PR Issue ready to be resolved via a Pull Request
Projects
None yet
Development

No branches or pull requests

2 participants