From a39476ec2591afe9a09d2d1a5a35163bcb650277 Mon Sep 17 00:00:00 2001 From: Michel TURPIN Date: Thu, 30 May 2024 07:28:46 +0200 Subject: [PATCH] feat: Allow any reason (#20) --- service/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/openapi.yaml b/service/openapi.yaml index 55f34ef..0c34714 100644 --- a/service/openapi.yaml +++ b/service/openapi.yaml @@ -210,7 +210,7 @@ components: $ref: "#/components/schemas/key" reason: type: string - enum: [ STATIC,TARGETING_MATCH,SPLIT,DISABLED,UNKNOWN ] + examples: [ STATIC,TARGETING_MATCH,SPLIT,DISABLED,UNKNOWN ] description: An OpenFeature reason for the evaluation variant: type: string