From 18322f894c37d2de34d3bd5a9ea1227c0b31fdb1 Mon Sep 17 00:00:00 2001 From: Fabien Fleureau Date: Fri, 2 Aug 2024 10:04:44 +0200 Subject: [PATCH] fix: fix propertyName Co-authored-by: Melvin Zottola <37779145+mzottola@users.noreply.github.com> --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 7f20dafe..d839d7f7 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -12196,7 +12196,7 @@ components: - $ref: '#/components/schemas/ScalewayClusterCredentials' - $ref: '#/components/schemas/GenericClusterCredentials' discriminator: - propertyName: job_type + propertyName: object_type mapping: AWS: '#/components/schemas/AwsClusterCredentials' SCW: '#/components/schemas/ScalewayClusterCredentials'