We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6b96c commit 80280f3Copy full SHA for 80280f3
schema/workflow.yaml
@@ -2,6 +2,7 @@ $id: https://serverlessworkflow.io/schemas/1.0.0-alpha1/workflow.yaml
2
$schema: https://json-schema.org/draft/2020-12/schema
3
description: Serverless Workflow DSL - Workflow Schema
4
type: object
5
+required: [ document, do ]
6
properties:
7
document:
8
@@ -1030,4 +1031,3 @@ $defs:
1030
1031
description: The duration after which to timeout.
1032
required: [ after ]
1033
description: The definition of a timeout.
-required: [ document, do ]
0 commit comments