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 170a09e commit 1c219a5Copy full SHA for 1c219a5
schema/workflow.yaml
@@ -1,4 +1,4 @@
1
-$id: https://serverlessworkflow.io/schemas/1.0.0/workflow.yaml
+$id: https://serverlessworkflow.io/schemas/1.0.0-alpha3/workflow.yaml
2
$schema: https://json-schema.org/draft/2020-12/schema
3
description: Serverless Workflow DSL - Workflow Schema.
4
type: object
@@ -1486,4 +1486,4 @@ $defs:
1486
type: string
1487
title: RuntimeExpression
1488
description: A runtime expression.
1489
- pattern: "^\\s*\\$\\{.+\\}\\s*$"
+ pattern: "^\\s*\\$\\{.+\\}\\s*$"
0 commit comments