Skip to content

Commit 038e112

Browse files
committed
Added unevaluatedProperties false to oauth2AuthenticationProperties
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
1 parent 62ff5e8 commit 038e112

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

schema/workflow.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$id: https://serverlessworkflow.io/schemas/1.0.0-alpha1/workflow.yaml
1+
$id: https://serverlessworkflow.io/schemas/1.0.0-alpha3/workflow.yaml
22
$schema: https://json-schema.org/draft/2020-12/schema
33
description: Serverless Workflow DSL - Workflow Schema.
44
type: object
@@ -975,6 +975,7 @@ $defs:
975975
type: object
976976
title: OAuth2AutenthicationData
977977
description: Inline configuration of the OAuth2 authentication policy.
978+
unevaluatedProperties: false
978979
properties:
979980
authority:
980981
type: string

0 commit comments

Comments
 (0)