From 53ae6940fa9cbd65afa659a455857e8662ae803f Mon Sep 17 00:00:00 2001 From: grimly Date: Tue, 28 May 2024 23:24:25 +0200 Subject: [PATCH] feat: Allow any reason Signed-off-by: grimly --- 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