Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion public/schemas/1.0.0-alpha1/workflow.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "https://serverlessworkflow.io/schemas/1.0.0-alpha1/workflow.json",
"id": "https://open-workflow-specification.org/schemas/1.0.0-alpha1/workflow.json",
"$schema": "http://json-schema.org/draft-07/schema",
"description": "Serverless Workflow DSL - Workflow Schema",

@lornakelly lornakelly Jul 29, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These descriptions need to be updated as well @dgutierr @ricardozanini ?
Serverless Workflow DSL - Workflow Schema

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed, they should. Sorry, I overlooked it.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries, opened PR #4

"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/1.0.0-alpha2/workflow.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/1.0.0-alpha2/workflow.json",
"$id": "https://open-workflow-specification.org/schemas/1.0.0-alpha2/workflow.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Serverless Workflow DSL - Workflow Schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/1.0.0-alpha2/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$id: https://serverlessworkflow.io/schemas/1.0.0-alpha2/workflow.yaml
$id: https://open-workflow-specification.org/schemas/1.0.0-alpha2/workflow.yaml
$schema: https://json-schema.org/draft/2020-12/schema
description: Serverless Workflow DSL - Workflow Schema
type: object
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/1.0.0-alpha3/workflow.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/1.0.0-alpha3/workflow.json",
"$id": "https://open-workflow-specification.org/schemas/1.0.0-alpha3/workflow.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Serverless Workflow DSL - Workflow Schema.",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/1.0.0-alpha3/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$id: https://serverlessworkflow.io/schemas/1.0.0-alpha3/workflow.yaml
$id: https://open-workflow-specification.org/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
2 changes: 1 addition & 1 deletion public/schemas/1.0.0-alpha4/workflow.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/1.0.0-alpha4/workflow.json",
"$id": "https://open-workflow-specification.org/schemas/1.0.0-alpha4/workflow.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Serverless Workflow DSL - Workflow Schema.",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/1.0.0-alpha4/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$id: https://serverlessworkflow.io/schemas/1.0.0-alpha4/workflow.yaml
$id: https://open-workflow-specification.org/schemas/1.0.0-alpha4/workflow.yaml
$schema: https://json-schema.org/draft/2020-12/schema
description: Serverless Workflow DSL - Workflow Schema.
type: object
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/1.0.0-alpha5/workflow.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/1.0.0-alpha5/workflow.json",
"$id": "https://open-workflow-specification.org/schemas/1.0.0-alpha5/workflow.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Serverless Workflow DSL - Workflow Schema.",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/1.0.0-alpha5/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$id: https://serverlessworkflow.io/schemas/1.0.0-alpha5/workflow.yaml
$id: https://open-workflow-specification.org/schemas/1.0.0-alpha5/workflow.yaml
$schema: https://json-schema.org/draft/2020-12/schema
description: Serverless Workflow DSL - Workflow Schema.
type: object
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/1.0.0/workflow.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/1.0.0/workflow.json",
"$id": "https://open-workflow-specification.org/schemas/1.0.0/workflow.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Serverless Workflow DSL - Workflow Schema.",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/1.0.0/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://open-workflow-specification.org/schemas/1.0.0/workflow.yaml
$schema: https://json-schema.org/draft/2020-12/schema
description: Serverless Workflow DSL - Workflow Schema.
type: object
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/1.0.1/workflow.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/1.0.1/workflow.yaml",
"$id": "https://open-workflow-specification.org/schemas/1.0.1/workflow.yaml",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Serverless Workflow DSL - Workflow Schema.",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/1.0.1/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$id: https://serverlessworkflow.io/schemas/1.0.1/workflow.yaml
$id: https://open-workflow-specification.org/schemas/1.0.1/workflow.yaml
$schema: https://json-schema.org/draft/2020-12/schema
description: Serverless Workflow DSL - Workflow Schema.
type: object
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/1.0.3/workflow.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/1.0.3/workflow.yaml",
"$id": "https://open-workflow-specification.org/schemas/1.0.3/workflow.yaml",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Serverless Workflow DSL - Workflow Schema.",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/1.0.3/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$id: https://serverlessworkflow.io/schemas/1.0.3/workflow.yaml
$id: https://open-workflow-specification.org/schemas/1.0.3/workflow.yaml
$schema: https://json-schema.org/draft/2020-12/schema
description: Serverless Workflow DSL - Workflow Schema.
type: object
Expand Down