diff --git a/Schema/FeatureEvaluationEvent/FeatureEvaluationEvent.v1.0.0.schema.json b/Schema/FeatureEvaluationEvent/FeatureEvaluationEvent.v1.0.0.schema.json index 6ccabea..71c0140 100644 --- a/Schema/FeatureEvaluationEvent/FeatureEvaluationEvent.v1.0.0.schema.json +++ b/Schema/FeatureEvaluationEvent/FeatureEvaluationEvent.v1.0.0.schema.json @@ -21,9 +21,13 @@ }, "Enabled": { "$id": "#/properties/Enabled", - "type": "boolean", + "type": "string", "title": "Feature Enabled", - "description": "Whether the feature flag is evaluated as enabled." + "description": "Whether the feature flag is evaluated as enabled.", + "enum": [ + "True", + "False" + ] }, "Variant": { "$id": "#/properties/Variant",