From 1501055e72d5e99e4f2ec5707e7ad021e2f4836e Mon Sep 17 00:00:00 2001 From: Kim Gustyr Date: Tue, 9 Sep 2025 12:57:03 +0100 Subject: [PATCH] chore(evaluation-context): Fix `EvaluatioinContext` reference in `EvaluationResult` schema --- sdk/evaluation-result.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/evaluation-result.json b/sdk/evaluation-result.json index 08ea214d5dc2..297f88728719 100644 --- a/sdk/evaluation-result.json +++ b/sdk/evaluation-result.json @@ -68,7 +68,7 @@ "description": "Evaluation result object containing the used context, flag evaluation results, and segments used in the evaluation.", "properties": { "context": { - "$ref": "https://github.com/Flagsmith/flagsmith/blob/chore/features-contexts-in-eval-context-schema/sdk/evaluation-context.json" + "$ref": "https://raw.githubusercontent.com/Flagsmith/flagsmith/main/sdk/evaluation-context.json" }, "flags": { "description": "List of feature flags evaluated for the context.",