From 3837dbd5061df1924ff1c38f7ade13e5ec3d6589 Mon Sep 17 00:00:00 2001 From: Emmanuel Zamora Date: Wed, 23 Jul 2025 17:00:07 -0300 Subject: [PATCH] Fix openapi properties --- openapi/openapi.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index fbaa1fe..f07d1a4 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -170,10 +170,10 @@ components: type: object impressionsDisabled: type: boolean - description: Indicates if impressions are disabled for this split. + description: Indicates if impressions are disabled for this feature flag. prerequisites: type: array - description: List of prerequisites for this split. + description: List of prerequisites for this feature flag. items: type: object properties: @@ -229,7 +229,7 @@ paths: application/json: schema: type: object - evaluation-properties: + properties: splitName: type: string treatment: