Skip to content

Commit

Permalink
feat: Allow any reason (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
grimly authored May 30, 2024
1 parent dbfaaa1 commit a39476e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a39476e

Please sign in to comment.