We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ff5e8 commit 038e112Copy full SHA for 038e112
schema/workflow.yaml
@@ -1,4 +1,4 @@
1
-$id: https://serverlessworkflow.io/schemas/1.0.0-alpha1/workflow.yaml
+$id: https://serverlessworkflow.io/schemas/1.0.0-alpha3/workflow.yaml
2
$schema: https://json-schema.org/draft/2020-12/schema
3
description: Serverless Workflow DSL - Workflow Schema.
4
type: object
@@ -975,6 +975,7 @@ $defs:
975
976
title: OAuth2AutenthicationData
977
description: Inline configuration of the OAuth2 authentication policy.
978
+ unevaluatedProperties: false
979
properties:
980
authority:
981
type: string
0 commit comments