Skip to content

Commit e7182a9

Browse files
authored
chore(evaluation-context): Fix EvaluationContext reference in EvaluationResult schema (#6037)
1 parent ab1fb8e commit e7182a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/evaluation-result.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"description": "Evaluation result object containing the used context, flag evaluation results, and segments used in the evaluation.",
6969
"properties": {
7070
"context": {
71-
"$ref": "https://github.com/Flagsmith/flagsmith/blob/chore/features-contexts-in-eval-context-schema/sdk/evaluation-context.json"
71+
"$ref": "https://raw.githubusercontent.com/Flagsmith/flagsmith/main/sdk/evaluation-context.json"
7272
},
7373
"flags": {
7474
"description": "List of feature flags evaluated for the context.",

0 commit comments

Comments
 (0)