Skip to content

Commit 1c219a5

Browse files
authored
Update workflow.yaml
1 parent 170a09e commit 1c219a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$id: https://serverlessworkflow.io/schemas/1.0.0/workflow.yaml
1+
$id: https://serverlessworkflow.io/schemas/1.0.0-alpha3/workflow.yaml
22
$schema: https://json-schema.org/draft/2020-12/schema
33
description: Serverless Workflow DSL - Workflow Schema.
44
type: object
@@ -1486,4 +1486,4 @@ $defs:
14861486
type: string
14871487
title: RuntimeExpression
14881488
description: A runtime expression.
1489-
pattern: "^\\s*\\$\\{.+\\}\\s*$"
1489+
pattern: "^\\s*\\$\\{.+\\}\\s*$"

0 commit comments

Comments
 (0)