Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions schema/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$id: https://serverlessworkflow.io/schemas/1.0.0/workflow.yaml
$id: https://serverlessworkflow.io/schemas/1.0.0-alpha3/workflow.yaml
$schema: https://json-schema.org/draft/2020-12/schema
description: Serverless Workflow DSL - Workflow Schema.
type: object
Expand Down Expand Up @@ -1486,4 +1486,4 @@ $defs:
type: string
title: RuntimeExpression
description: A runtime expression.
pattern: "^\\s*\\$\\{.+\\}\\s*$"
pattern: "^\\s*\\$\\{.+\\}\\s*$"
Loading