Skip to content

Commit e822457

Browse files
update enabled property to string (#26)
1 parent 5d94fb4 commit e822457

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

Schema/FeatureEvaluationEvent/FeatureEvaluationEvent.v1.0.0.schema.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@
2121
},
2222
"Enabled": {
2323
"$id": "#/properties/Enabled",
24-
"type": "boolean",
24+
"type": "string",
2525
"title": "Feature Enabled",
26-
"description": "Whether the feature flag is evaluated as enabled."
26+
"description": "Whether the feature flag is evaluated as enabled.",
27+
"enum": [
28+
"True",
29+
"False"
30+
]
2731
},
2832
"Variant": {
2933
"$id": "#/properties/Variant",

0 commit comments

Comments
 (0)