Skip to content

Commit e4ad060

Browse files
remove cacheable property (#43)
Signed-off-by: Thomas Poignant <[email protected]>
1 parent 66f2683 commit e4ad060

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

service/openapi.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,6 @@ components:
192192
serverEvaluationSuccess:
193193
allOf:
194194
- $ref: "#/components/schemas/evaluationSuccess"
195-
- properties:
196-
cacheable:
197-
type: boolean
198-
description: Let the provider know that this flag evaluation can be cached
199195
evaluationSuccess:
200196
description: Flag evaluation success response.
201197
allOf:

0 commit comments

Comments
 (0)