From b98123d0a4bc5c114c02e6377fdede3711b2ece1 Mon Sep 17 00:00:00 2001 From: Thomas Poignant Date: Fri, 16 May 2025 18:34:29 +0200 Subject: [PATCH] remove cacheable property Signed-off-by: Thomas Poignant --- service/openapi.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/service/openapi.yaml b/service/openapi.yaml index 00804ab..76cef7b 100644 --- a/service/openapi.yaml +++ b/service/openapi.yaml @@ -192,10 +192,6 @@ components: serverEvaluationSuccess: allOf: - $ref: "#/components/schemas/evaluationSuccess" - - properties: - cacheable: - type: boolean - description: Let the provider know that this flag evaluation can be cached evaluationSuccess: description: Flag evaluation success response. allOf: