Skip to content

Commit 2ae509b

Browse files
Merge pull request #213 from neuroglia-io/fix-alpha3
Added v1.0.0-alpha3 schema
2 parents 2fc238b + d59be65 commit 2ae509b

File tree

3 files changed

+3738
-2
lines changed

3 files changed

+3738
-2
lines changed

Diff for: content/en/_index.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ images:
1717
Learn More <i class="fas fa-arrow-alt-circle-right ms-2"></i>
1818
</a>
1919
<p class="lead mt-5">Serverless Workflow presents a vendor-neutral, open-source, and entirely community-driven ecosystem tailored for defining and executing DSL-based workflows in the realm of Serverless technology.</p>
20+
<p>The current version is 1.0.0-alpha3, get the JSON Schema here: <a href="https://serverlessworkflow.io/schemas/1.0.0-alpha3/workflow.yaml" target="_blank">YAML</a> or <a href="https://serverlessworkflow.io/schemas/1.0.0-alpha3/workflow.json" target="_blank">JSON</a></p>
2021
{{< blocks/link-down color="info" >}}
2122
{{% /blocks/cover %}}
2223
<!-- END OF Cover -->
@@ -74,7 +75,7 @@ Define error handling strategies to manage and recover from workflow execution e
7475
{{% tab header="Minimal" lang="minimal" %}}
7576
```yaml
7677
document:
77-
dsl: '1.0.0-alpha1'
78+
dsl: '1.0.0-alpha3'
7879
namespace: examples
7980
name: call-http-shorthand-endpoint
8081
version: '1.0.0'
@@ -89,7 +90,7 @@ Define error handling strategies to manage and recover from workflow execution e
8990
{{% tab header="Async API" lang="asyncapi" %}}
9091
```yaml
9192
document:
92-
dsl: '1.0.0-alpha1'
93+
dsl: '1.0.0-alpha3'
9394
namespace: examples
9495
name: bearer-auth
9596
version: '1.0.0'

0 commit comments

Comments
 (0)