vc-api icon indicating copy to clipboard operation
vc-api copied to clipboard

Add `presentationSchema` option to workflow step

Open dlongley opened this issue 1 year ago • 1 comments

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.

dlongley avatar Jul 18 '24 19:07 dlongley