Skip to content

Commit 36d97fa

Browse files
authored
chore(evaluation-context): Support virtual segments (#6143)
1 parent 46804da commit 36d97fa

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

sdk/evaluation-context.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,12 @@
170170
},
171171
"title": "Overrides",
172172
"type": "array"
173+
},
174+
"virtual": {
175+
"description": "Indicates whether the segment is virtual (i.e., not stored in Flagsmith but provided at evaluation time).",
176+
"title": "Virtual",
177+
"type": "boolean",
178+
"default": false
173179
}
174180
},
175181
"required": [

0 commit comments

Comments
 (0)