From 8c04e04aec41dc559ec2821cc0afd89934aa0acb Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bianchi Date: Fri, 6 Sep 2024 14:37:33 +0200 Subject: [PATCH] Added unevaluatedProperties false to oauth2AuthenticationProperties Signed-off-by: Jean-Baptiste Bianchi --- schema/workflow.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/schema/workflow.yaml b/schema/workflow.yaml index 164f59d1..44cc4b2e 100644 --- a/schema/workflow.yaml +++ b/schema/workflow.yaml @@ -975,6 +975,7 @@ $defs: type: object title: OAuth2AutenthicationData description: Inline configuration of the OAuth2 authentication policy. + unevaluatedProperties: false properties: authority: type: string