Skip to content

Added v1.0.0-alpha3 schema #213

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 8, 2024
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
Added v1.0.0-alpha3 schema
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
  • Loading branch information
JBBianchi committed Oct 8, 2024
commit d59be652090a4ce972af1efde7da045945426c65
5 changes: 3 additions & 2 deletions content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ images:
Learn More <i class="fas fa-arrow-alt-circle-right ms-2"></i>
</a>
<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>
<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>
{{< blocks/link-down color="info" >}}
{{% /blocks/cover %}}
<!-- END OF Cover -->
Expand Down Expand Up @@ -74,7 +75,7 @@ Define error handling strategies to manage and recover from workflow execution e
{{% tab header="Minimal" lang="minimal" %}}
```yaml
document:
dsl: '1.0.0-alpha1'
dsl: '1.0.0-alpha3'
namespace: examples
name: call-http-shorthand-endpoint
version: '1.0.0'
Expand All @@ -89,7 +90,7 @@ Define error handling strategies to manage and recover from workflow execution e
{{% tab header="Async API" lang="asyncapi" %}}
```yaml
document:
dsl: '1.0.0-alpha1'
dsl: '1.0.0-alpha3'
namespace: examples
name: bearer-auth
version: '1.0.0'
Expand Down
Loading