You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update dataInputSchema property to allow for in-line schema def (#597)
* - Updated the `dataInputSchema.schema` property by allowing a Json Schema object value
- Updated the `dataInputSchema` value object schema by making the `failOnValidationErrors` oprtional
* Updated the specification.md by describing the object that can be used as `dataInputSchema/schema` value
* Updated the roadmap's readme file
* Update workflow.json
Copy file name to clipboardExpand all lines: roadmap/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ _Status description:_
33
33
| ✔️| Update eventRef props to`produceEventRef` and `consumeEventRef`[spec doc](https://github.com/serverlessworkflow/specification/blob/main/specification.md#EventRef-Definition)|
34
34
| ✔️| Update eventRef props to`resultEventTimeout` and `consumeEventTimeout`[spec doc](https://github.com/serverlessworkflow/specification/blob/main/specification.md#EventRef-Definition)|
35
35
| ✔️| Apply fixes to auth spec schema [workflow schema](https://github.com/serverlessworkflow/specification/tree/main/schema)|
36
+
| ✔️| Update the `dataInputSchema` top-level property by supporting the assignment of a JSON schema object [workflow schema](https://github.com/serverlessworkflow/specification/tree/main/specification.md#workflow-definition-structure)|
0 commit comments