File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ openapi: 3.1.0
2
2
servers :
3
3
- url : /
4
4
info :
5
- version : 0.1 .0
5
+ version : 0.2 .0
6
6
title : OpenFeature Remote Evaluation Protocol (OFREP)
7
7
description : OFREP define the protocol for remote flag evaluations
8
8
contact :
@@ -216,6 +216,7 @@ components:
216
216
- $ref : " #/components/schemas/integerFlag"
217
217
- $ref : " #/components/schemas/floatFlag"
218
218
- $ref : " #/components/schemas/objectFlag"
219
+ - $ref : " #/components/schemas/codeDefaultFlag"
219
220
evaluationFailure :
220
221
description : Flag evaluation failure response
221
222
properties :
@@ -319,6 +320,10 @@ components:
319
320
description : Flag evaluation result
320
321
required :
321
322
- value
323
+ codeDefaultFlag :
324
+ description : A flag evaluation that defers to the code default value
325
+ type : object
326
+ # Note: No value property - provider must use code default
322
327
errorDetails :
323
328
type : string
324
329
description : An error description for logging or other needs
You can’t perform that action at this time.
0 commit comments